================================
libXv:source=1.0.1-1
cvc rdiff libXv -1 /[EMAIL PROTECTED]:1-devel/1.0.1-1
================================
1.0.1-1 Ken VanDine ([EMAIL PROTECTED]) Sun Jul 30 21:55:23 2006
    Merged from fl:devel
    
libXv-1.0.1.tar.bz2: new
libXv.recipe: new
--- /dev/null
+++ libXv.recipe
@@ -0,0 +19 @@
+#
+# Copyright (c) 2005-2006 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+loadSuperClass('xorgpackage.recipe')
+class LibXv(XorgPackageRecipe):
+    name = 'libXv'
+    version = '1.0.1'
+    component = 'lib'
+
+    buildRequires = [ 'libXext:devel', 'videoproto:devel', 'xextproto:devel' ]
+
+    def setup(r):
+        XorgPackageRecipe.setup(r)
+
+        for requirement in ('videoproto:devel', 'xproto:devel'):
+            r.Requires(requirement, '%(libdir)s/pkgconfig/xv.pc')


Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to