]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 16 Nov 2000 14:45:52 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added OPT_FLAGS patch (works here)

Changed files:
    avifile.spec -> 1.10

avifile.spec

index b260eb337323a2c884df5f4383c6409bc65ae671..2953a7b20cea0fe6060dadced9f7307b36bcef0e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library and sample program for playing AVI files
 Summary(pl):   Biblioteka i przyk³adowy program do odtwarzania plików AVI
 Name:          avifile
 Version:       0.50
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Multimedia
 Group(de):     X11/Applikationen/Multimedia
@@ -11,8 +11,7 @@ Source0:      http://divx.euro.ru/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-old_ver_conflict.patch
 Patch2:                http://www.emulinks.de/divx/%{name}-%{version}.bitrate.patch
-# Note:                using non-standard optimizations generated non-working binary.
-#Patch2:       %{name}-OPT_FLAGS.patch
+Patch3:                %{name}-OPT_FLAGS.patch
 Requires:      avi-codecs
 BuildRequires: unzip
 BuildRequires: libstdc++-devel
@@ -52,9 +51,12 @@ libaviplay.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 find . -exec touch {} \;
 
 %build
+autoconf
+CD_OPT="$RPM_OPT_FLAGS" ; export CD_OPT
 %configure
 
 %{__make}
This page took 0.026396 seconds and 4 git commands to generate.