Changes of Revision 3
[-] | Changed | libmpeg3.spec |
x 1
2 # 3 -# spec file for package libmpeg3 (Version 1.7) 4 +# spec file for package libmpeg3 (Version 1.8) 5 # 6 %define libname libmpeg3-1 7 8 Name: %{libname} 9 Summary: A decoder for many derivatives of MPEG standards 10 Summary(de): Ein Dekoder für viele Derivate des MPEG Standards 11 -Version: 1.7 12 -Release: 2 13 +Version: 1.8 14 +Release: 1 15 Group: System/Libraries 16 License: GPL v2 or later 17 URL: http://heroinewarrior.com/libmpeg3.php3 18 19 -Source0: libmpeg3-1.7-src.tar.bz2 20 +Source0: libmpeg3-1.8-src.tar.bz2 21 22 -Patch0: libmpeg3-1.7-makefile.patch 23 +#Patch0: libmpeg3-1.7-makefile.patch 24 Patch1: libmpeg3-1.7-cinelerra_autotools.patch 25 Patch2: libmpeg3-1.7-cinelerra_hacking.patch 26 Patch3: libmpeg3-1.7-fix_commented.patch 27
28 Patch5: libmpeg3-1.7-pkgconfig.in.patch 29 Patch6: libmpeg3-1.7-boostrap.patch 30 Patch7: libmpeg3-1.5.2-gnustack.patch 31 -Patch8: libmpeg3-1.7-memcpy.patch 32 +#Patch8: libmpeg3-1.7-memcpy.patch 33 +Patch9: libmpeg3-decl.patch 34 BuildRoot: %{_tmppath}/%{name}-%{version}-build 35 BuildRequires: gcc 36 BuildRequires: liba52dec-devel 37
38 39 # gentoo patches 40 %patch7 -p1 -b .gnustack 41 -%patch8 -p1 -b .memcpy 42 +#%patch8 -p1 -b .memcpy 43 +%patch9 -b .decl 44 45 # Touch docs files: 46 touch INSTALL README NEWS AUTHORS ChangeLog 47 |
||
[+] | Added | libmpeg3-decl.patch ^ |
@@ -0,0 +1,11 @@ +--- mpeg3io.c.orig 2008-12-26 12:53:36.000000000 +0100 ++++ mpeg3io.c 2008-12-26 12:55:23.000000000 +0100 +@@ -2,6 +2,8 @@ + #include "mpeg3protos.h" + + #include <mntent.h> ++#include <stdio.h> ++#include <unistd.h> + #include <stdint.h> + #include <stdlib.h> + #include <string.h> | ||
Added | libmpeg3-1.8-src.tar.bz2 ^ |