rpms/libmpeg3/devel libmpeg3.spec,1.7,1.8

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Aug 26 02:56:01 CEST 2014


Author: sergiomb

Update of /cvs/free/rpms/libmpeg3/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22971

Modified Files:
	libmpeg3.spec 
Log Message:
* Tue Aug 26 2014 Sérgio Basto <sergio at serjux.com> - 1.8-6
- add mpeg3protos.h to pkginclude_HEADERS 
- use https://github.com/sergiomb2/libmpeg3 with all patches
- spec clean up



Index: libmpeg3.spec
===================================================================
RCS file: /cvs/free/rpms/libmpeg3/devel/libmpeg3.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmpeg3.spec	26 Aug 2014 00:22:14 -0000	1.7
+++ libmpeg3.spec	26 Aug 2014 00:56:01 -0000	1.8
@@ -1,22 +1,18 @@
 Summary: Decoder of various derivatives of MPEG standards
 Name: libmpeg3
 Version: 1.8
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://heroinewarrior.com/libmpeg3.php3
 Source: http://dl.sf.net/heroines/libmpeg3-%{version}-src.tar.bz2
-Patch1: libmpeg3-1.8-cinelerra_autotools.patch
-Patch2: libmpeg3-1.7-cinelerra_hacking.patch
-Patch3: libmpeg3-1.7-fix_commented.patch
-Patch4: libmpeg3-1.7-spec_in.patch
-Patch5: libmpeg3-1.7-pkgconfig.in.patch
-Patch6: libmpeg3-1.7-boostrap.patch
-# Patches 7/8 from gentoo
-#http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmpeg3/files/
-Patch7: libmpeg3-1.5.2-gnustack.patch
-Patch9: libmpeg3-1.7-mpeg2qt-args.patch
-Patch10: libmpeg3-1.8-mmx.patch
+# patch from https://github.com/sergiomb2/libmpeg3
+# date=$(date +%Y%m%d)
+# git clone git at github.com:sergiomb2/libmpeg3.git
+# tag=$(git rev-list HEAD -n 1 | cut -c 1-7)
+# git diff 1.8 . > "$date"_git"$tag".patch
+Patch0: 20140826_git6589c5f.patch
+
 #BuildRequires: nasm
 BuildRequires: a52dec-devel
 BuildRequires: libquicktime-devel
@@ -62,41 +58,8 @@
 
 %prep
 %setup -q
-# Removed unneeded files
-rm -rf a52dec-* depend.a52
-
-# Patch autotools
-%patch1 -p1
-
-# Thoses patches was taken from cinepaint cvs
-# Which have special libmpeg3
-%patch2 -p1 -b .cine_hack
-
-# Fix comments
-%patch3 -p1 -b .commented
-
-# Add spec.in
-%patch4 -p1
-
-# Add pkgconfig.in
-%patch5 -p1
+%patch0 -p1 -b .github
 
-# Add ./bootstrap
-%patch6 -p1
-
-# gentoo patches
-%patch7 -p1 -b .gnustack
-
-# Patch the number of arguments of mpeg2qt
-%patch9 -p1 -b .args
-
-# Patch to add mmx possibility via nasm/yasm
-%patch10 -p1 -b .mmx
-
-# Touch docs files:
-touch INSTALL README NEWS AUTHORS ChangeLog
-
-# Build autotools
 chmod 755 bootstrap
 ./bootstrap
 
@@ -159,6 +122,11 @@
 
 
 %changelog
+* Tue Aug 26 2014 Sérgio Basto <sergio at serjux.com> - 1.8-6
+- add mpeg3protos.h to pkginclude_HEADERS 
+- use https://github.com/sergiomb2/libmpeg3 with all patches
+- spec clean up
+
 * Sun Mar 03 2013 Nicolas Chauvet <kwizart at gmail.com> - 1.8-5
 - Mass rebuilt for Fedora 19 Features
 


More information about the rpmfusion-commits mailing list