]> git.pld-linux.org Git - packages/libdv.git/commitdiff
- updated to 0.101 (some kernel 2.6 compat fixes), new-style bcond auto/ac/libdv-0_101-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2004 22:01:38 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdv.spec -> 1.22

libdv.spec

index e6dbb5224666b215dcffca66bcb14c669b65bfed..e4c30af9dba641df746c2c779d4e8f1ad4ed3c23 100644 (file)
@@ -1,16 +1,19 @@
 #
 # Conditional build:
-# _with_mmx - uses MMX asm (won't run on non-MMX CPU!)
+%bcond_with    mmx     # use MMX asm (won't run on non-MMX CPU!)
 #
+%ifarch athlon
+%define        with_mmx        1
+%endif
 Summary:       DV video software codec
 Summary(pl):   Biblioteka do obsĀ³ugi formatu wideo DV
 Name:          libdv
-Version:       0.99
-Release:       3
+Version:       0.101
+Release:       1
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/libdv/%{name}-%{version}.tar.gz
-# Source0-md5: 602fa45ad13059b571fef8548a4239a4
+# Source0-md5: d42832cbe0ad2c1c1f6a7eccf35f9323
 Patch0:                %{name}-extern.patch
 Patch1:                %{name}-include_fix.patch
 URL:           http://libdv.sourceforge.net/
@@ -87,9 +90,7 @@ Statyczna wersja biblioteki libdv.
 %configure \
        --enable-shared \
        --without-debug \
-%ifnarch athlon
-       %{!?_with_mmx:--disable-asm}
-%endif
+       %{!?with_mmx:--disable-asm}
 
 %{__make}
 
This page took 0.058579 seconds and 4 git commands to generate.