]> git.pld-linux.org Git - packages/libdv.git/commitdiff
- 0.99
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jan 2003 01:40:47 +0000 (01:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdv.spec -> 1.15

libdv.spec

index 0b3eecf57a3dec93f5b106d956106c8ffeffd137..2d180e234aba5960550be04893cf1a769630071d 100644 (file)
@@ -1,13 +1,15 @@
 #
+# Conditional build:
 # _with_mmx - uses MMX asm (won't run on non-MMX CPU!)
+#
 Summary:       DV video software codec
 Summary(pl):   Biblioteka do obsĀ³ugi formatu wideo DV
 Name:          libdv
-Version:       0.98
-Release:       2
+Version:       0.99
+Release:       1
 License:       GPL
 Group:         X11/Libraries
-Source0:       http://download.sourceforge.net/libdv/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/libdv/%{name}-%{version}.tar.gz
 Patch0:                %{name}-extern.patch
 URL:           http://libdv.sourceforge.net/
 BuildRequires: XFree86-devel
@@ -16,7 +18,6 @@ BuildRequires:        pkgconfig >= 0.7
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 The Quasar DV codec (libdv) is a software codec for DV video. DV is
 the encoding format used by most digital camcorders, typically those
@@ -76,7 +77,9 @@ Statyczna wersja biblioteki libdv.
 %configure \
        --enable-shared \
        --without-debug \
+%ifnarch athlon
        %{!?_with_mmx:--disable-asm}
+%endif
 
 %{__make}
 
This page took 0.031423 seconds and 4 git commands to generate.