rpms/gpac/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 gpac.spec, 1.28, 1.29 gpac-snapshot.sh, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6256
Modified Files:
.cvsignore sources gpac.spec gpac-snapshot.sh
Log Message:
Fix svnrevision and update snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 22 Sep 2011 21:12:11 -0000 1.7
+++ .cvsignore 23 Sep 2011 07:31:40 -0000 1.8
@@ -1 +1 @@
-gpac-20110915.tar.bz2
+gpac-20110923.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 22 Sep 2011 21:12:14 -0000 1.7
+++ sources 23 Sep 2011 07:31:41 -0000 1.8
@@ -1 +1 @@
-ff3420b29b433d7ff2cf3eb4906149ac gpac-20110915.tar.bz2
+32a1c81119b123d442fa7295d8b77d09 gpac-20110923.tar.bz2
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gpac.spec 22 Sep 2011 21:12:14 -0000 1.28
+++ gpac.spec 23 Sep 2011 07:31:41 -0000 1.29
@@ -7,7 +7,7 @@
# - Fix unused-direct-shlib-dependency on libgpac
%global osmo Osmo4
-%global cvs 20110915
+%global svn 20110923
# Mozilla stuff fails. It's completely disabled for now.
%global mozver 3.0
%global geckover 2.0.0
@@ -17,12 +17,12 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.6
-Release: 0.15.svn%{?cvs}%{?dist}
+Release: 0.16.svn%{?svn}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
#Source0: http://downloads.sourceforge.net/gpac/gpac-%{version}.tar.gz
-Source0: http://rpms.kwizart.net/fedora/SOURCE/gpac-%{cvs}.tar.bz2
+Source0: http://rpms.kwizart.net/fedora/SOURCE/gpac-%{svn}.tar.bz2
Source9: gpac-snapshot.sh
Patch1: gpac-0.4.6_15-soname.patch
Patch2: gpac-0.4.5-amr.patch
@@ -326,7 +326,11 @@
%changelog
-* Thu Sep 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.15cvs20110915
+* Fri Sep 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.16svn20110923
+- Update to 20110923
+- Fix svnversion
+
+* Thu Sep 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.15svn20110915
- Update to 20110915
* Thu Jul 14 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.14.cvs20100527
Index: gpac-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac-snapshot.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpac-snapshot.sh 22 Sep 2011 21:12:14 -0000 1.2
+++ gpac-snapshot.sh 23 Sep 2011 07:31:41 -0000 1.3
@@ -15,7 +15,10 @@
svn=$(date +%Y%m%d)
cd "$tmp"
-svn export http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac gpac
+svn co http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac gpac
+revision=$(svnversion gpac)
+echo "#define GPAC_SVN_REVISION \"$revision\"" > gpac/include/gpac/version.h
+find gpac -name '.svn' -type d -exec rm -rf {} ';'
rm -rf gpac/extra_lib/
tar jcf "$pwd"/gpac-$svn.tar.bz2 gpac
cd - >/dev/null
13 years, 2 months
rpms/gpac/devel gpac-0.4.6_15-soname.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 gpac-snapshot.sh, 1.1, 1.2 gpac.spec, 1.27, 1.28 sources, 1.6, 1.7 gpac-0.4.6-ffmpeg.patch, 1.3, NONE gpac-0.4.6-makefix.patch, 1.2, NONE gpac-0.4.6-noldflag.patch, 1.1, NONE gpac-0.4.6-osmo.patch, 1.1, NONE gpac-0.4.6-soname.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6176/devel
Modified Files:
.cvsignore gpac-snapshot.sh gpac.spec sources
Added Files:
gpac-0.4.6_15-soname.patch
Removed Files:
gpac-0.4.6-ffmpeg.patch gpac-0.4.6-makefix.patch
gpac-0.4.6-noldflag.patch gpac-0.4.6-osmo.patch
gpac-0.4.6-soname.patch
Log Message:
Update to 20110915
gpac-0.4.6_15-soname.patch:
Makefile | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
--- NEW FILE gpac-0.4.6_15-soname.patch ---
diff -up gpac/src/Makefile.soname gpac/src/Makefile
--- gpac/src/Makefile.soname 2011-09-22 22:52:41.453724213 +0200
+++ gpac/src/Makefile 2011-09-22 22:56:31.621576300 +0200
@@ -158,12 +158,17 @@ endif
##libgpac library output
-LIB=libgpac.$(DYN_LIB_SUFFIX)
+LIBGPAC=libgpac.$(DYN_LIB_SUFFIX)
+LIBGPAC_SOVERSION=".0"
+LIBGPAC_SONAME=$(LIBGPAC)$(LIBGPAC_SOVERSION)
+LD_SONAME="-Wl,-soname,$(LIBGPAC_SONAME)"
ifeq ($(CONFIG_WIN32),yes)
#LDFLAGS+=-export-symbols libgpac.def
+LD_SONAME=
else
ifeq ($(CONFIG_DARWIN),yes)
-LDFLAGS+=-install_name $(prefix)/lib/$(LIB)
+LDFLAGS+=-install_name $(prefix)/lib/$(LIBGPAC)
+LD_SONAME=
endif
EXTRALIBS+=$(GPAC_SH_FLAGS)
endif
@@ -181,7 +186,7 @@ SRCS := $(OBJS:.o=.c)
all: lib
-lib: $(LIB)
+lib: $(LIBGPAC)
#there's a bunch of warnings in there, get rid of them
mcrypt: CFLAGS= $(OPTFLAGS) -w -I"$(SRC_PATH)/include"
@@ -200,7 +205,7 @@ compositor: $(LIBGPAC_COMPOSITOR)
$(CC) $(CFLAGS) -c -o $@ $<
-$(LIB): $(LIBGPAC_UTILS) $(LIBGPAC_IETF) $(LIBGPAC_BIFS) $(LIBGPAC_ODF) $(LIBGPAC_LASER) $(LIBGPAC_ISOM) $(LIBGPAC_SCENEMANAGER) $(LIBGPAC_TERMINAL) compositor scenegraph mediatools mcrypt $(OBJS)
+$(LIBGPAC): $(LIBGPAC_UTILS) $(LIBGPAC_IETF) $(LIBGPAC_BIFS) $(LIBGPAC_ODF) $(LIBGPAC_LASER) $(LIBGPAC_ISOM) $(LIBGPAC_SCENEMANAGER) $(LIBGPAC_TERMINAL) compositor scenegraph mediatools mcrypt $(OBJS)
ifeq ($(CONFIG_DARWIN),yes)
libtool -s -o ../bin/gcc/libgpac_static.a $(OBJS)
ranlib ../bin/gcc/libgpac_static.a
@@ -218,7 +223,7 @@ depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
clean:
- rm -f $(OBJS) ../bin/gcc/$(LIB)
+ rm -f $(OBJS) ../bin/gcc/$(LIBGPAC)
rm -rf ../bin/gcc/libgpac_static.a
distclean: clean
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 29 May 2010 14:10:47 -0000 1.6
+++ .cvsignore 22 Sep 2011 21:12:11 -0000 1.7
@@ -1 +1 @@
-gpac-20100527.tar.bz2
+gpac-20110915.tar.bz2
Index: gpac-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpac-snapshot.sh 3 Aug 2008 14:29:51 -0000 1.1
+++ gpac-snapshot.sh 22 Sep 2011 21:12:14 -0000 1.2
@@ -12,12 +12,10 @@
unset CDPATH
pwd=$(pwd)
-cvs=$(date +%Y%m%d)
+svn=$(date +%Y%m%d)
cd "$tmp"
-cvs -z3 -d:pserver:anonymous@gpac.cvs.sourceforge.net:/cvsroot/gpac co -P gpac
-find . -type d -name CVS -print0 | xargs -0r rm -rf
-chmod 755 gpac/configure
+svn export http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac gpac
rm -rf gpac/extra_lib/
-tar jcf "$pwd"/gpac-$cvs.tar.bz2 gpac
+tar jcf "$pwd"/gpac-$svn.tar.bz2 gpac
cd - >/dev/null
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gpac.spec 14 Jul 2011 21:22:48 -0000 1.27
+++ gpac.spec 22 Sep 2011 21:12:14 -0000 1.28
@@ -7,7 +7,7 @@
# - Fix unused-direct-shlib-dependency on libgpac
%global osmo Osmo4
-%global cvs 20100527
+%global cvs 20110915
# Mozilla stuff fails. It's completely disabled for now.
%global mozver 3.0
%global geckover 2.0.0
@@ -17,22 +17,16 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.6
-Release: 0.14.cvs%{?cvs}%{?dist}
+Release: 0.15.svn%{?cvs}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
#Source0: http://downloads.sourceforge.net/gpac/gpac-%{version}.tar.gz
Source0: http://rpms.kwizart.net/fedora/SOURCE/gpac-%{cvs}.tar.bz2
Source9: gpac-snapshot.sh
-#https://sourceforge.net/tracker/?func=detail&atid=571740&aid=2853860&group_id=84101
-Patch0: gpac-0.4.6-makefix.patch
-Patch1: gpac-0.4.6-soname.patch
+Patch1: gpac-0.4.6_15-soname.patch
Patch2: gpac-0.4.5-amr.patch
Patch5: gpac-0.4.6-js_cflags.patch
-#https://sourceforge.net/tracker/?func=detail&atid=571740&aid=2853857&group_id=84101
-Patch9: gpac-0.4.6-ffmpeg.patch
-Patch11: gpac-0.4.6-osmo.patch
-Patch12: gpac-0.4.6-noldflag.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildRequires: ImageMagick
@@ -148,13 +142,9 @@
%prep
%setup -q -n gpac
-%patch0 -p1 -b .makefix
%patch1 -p1 -b .soname
%patch2 -p1 -b .amr
%patch5 -p1 -b .jscflags
-%patch9 -p1 -b .ffmpeg
-%patch11 -p1 -b .osmo
-%patch12 -p1 -b .noldflag
## kwizart - enable dynamic mode - hardcoded with patch2
# define SONAME number from the first number of gpac version.
@@ -224,7 +214,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install install-lib
+make DESTDIR=$RPM_BUILD_ROOT install install-lib INSTFLAGS="-p"
%{?_with_mozilla:
## kwizart - Install osmozilla plugin - make instmoz disabled.
@@ -336,6 +326,9 @@
%changelog
+* Thu Sep 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.15cvs20110915
+- Update to 20110915
+
* Thu Jul 14 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.14.cvs20100527
- Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 29 May 2010 14:10:47 -0000 1.6
+++ sources 22 Sep 2011 21:12:14 -0000 1.7
@@ -1 +1 @@
-4f715901107857505334dbf9e5975f4c gpac-20100527.tar.bz2
+ff3420b29b433d7ff2cf3eb4906149ac gpac-20110915.tar.bz2
--- gpac-0.4.6-ffmpeg.patch DELETED ---
--- gpac-0.4.6-makefix.patch DELETED ---
--- gpac-0.4.6-noldflag.patch DELETED ---
--- gpac-0.4.6-osmo.patch DELETED ---
--- gpac-0.4.6-soname.patch DELETED ---
13 years, 2 months
rpms/mame/F-14 .cvsignore, 1.36, 1.37 mame.spec, 1.44, 1.45 sources, 1.36, 1.37 mame-0.143u5-stacksmash.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6027
Modified Files:
.cvsignore mame.spec sources
Removed Files:
mame-0.143u5-stacksmash.patch
Log Message:
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore 6 Sep 2011 18:49:01 -0000 1.36
+++ .cvsignore 22 Sep 2011 16:39:38 -0000 1.37
@@ -4,3 +4,4 @@
0143u3_diff.zip
0143u4_diff.zip
0143u5_diff.zip
+0143u6_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- mame.spec 8 Sep 2011 05:31:03 -0000 1.44
+++ mame.spec 22 Sep 2011 16:39:39 -0000 1.45
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 5
+%global sourceupdate 6
Name: mame
%if 0%{?sourceupdate}
@@ -28,10 +28,9 @@
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
-#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
%endif
Patch0: %{name}-fortify.patch
-Patch1: %{name}-0.143u5-stacksmash.patch
Patch2: %{name}-verbosebuild.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -101,7 +100,6 @@
done
%endif
%patch0 -p1 -b .fortify
-%patch1 -p1 -b .stacksmash
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -253,6 +251,10 @@
%changelog
+* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
+- Updated to 0.143u6
+- Dropped upstreamed stacksmash patch
+
* Tue Sep 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u5-1
- Updated to 0.143u5
- Fixed stack smash in m68kmake.c
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 6 Sep 2011 18:49:01 -0000 1.36
+++ sources 22 Sep 2011 16:39:39 -0000 1.37
@@ -4,3 +4,4 @@
f44cdd1ea6600e9efeb8349e82b92e0e 0143u3_diff.zip
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
+1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
--- mame-0.143u5-stacksmash.patch DELETED ---
13 years, 2 months
rpms/mame/F-15 .cvsignore, 1.36, 1.37 mame.spec, 1.44, 1.45 sources, 1.36, 1.37 mame-0.143u5-stacksmash.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5922
Modified Files:
.cvsignore mame.spec sources
Removed Files:
mame-0.143u5-stacksmash.patch
Log Message:
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore 6 Sep 2011 18:48:51 -0000 1.36
+++ .cvsignore 22 Sep 2011 16:39:28 -0000 1.37
@@ -4,3 +4,4 @@
0143u3_diff.zip
0143u4_diff.zip
0143u5_diff.zip
+0143u6_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- mame.spec 8 Sep 2011 05:30:58 -0000 1.44
+++ mame.spec 22 Sep 2011 16:39:28 -0000 1.45
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 5
+%global sourceupdate 6
Name: mame
%if 0%{?sourceupdate}
@@ -28,10 +28,9 @@
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
-#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
%endif
Patch0: %{name}-fortify.patch
-Patch1: %{name}-0.143u5-stacksmash.patch
Patch2: %{name}-verbosebuild.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -101,7 +100,6 @@
done
%endif
%patch0 -p1 -b .fortify
-%patch1 -p1 -b .stacksmash
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -253,6 +251,10 @@
%changelog
+* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
+- Updated to 0.143u6
+- Dropped upstreamed stacksmash patch
+
* Tue Sep 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u5-1
- Updated to 0.143u5
- Fixed stack smash in m68kmake.c
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 6 Sep 2011 18:48:51 -0000 1.36
+++ sources 22 Sep 2011 16:39:28 -0000 1.37
@@ -4,3 +4,4 @@
f44cdd1ea6600e9efeb8349e82b92e0e 0143u3_diff.zip
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
+1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
--- mame-0.143u5-stacksmash.patch DELETED ---
13 years, 2 months
rpms/mame/devel .cvsignore, 1.36, 1.37 mame.spec, 1.44, 1.45 sources, 1.36, 1.37 mame-0.143u5-stacksmash.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5605
Modified Files:
.cvsignore mame.spec sources
Removed Files:
mame-0.143u5-stacksmash.patch
Log Message:
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore 6 Sep 2011 18:48:42 -0000 1.36
+++ .cvsignore 22 Sep 2011 16:39:17 -0000 1.37
@@ -4,3 +4,4 @@
0143u3_diff.zip
0143u4_diff.zip
0143u5_diff.zip
+0143u6_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- mame.spec 8 Sep 2011 05:30:47 -0000 1.44
+++ mame.spec 22 Sep 2011 16:39:17 -0000 1.45
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 5
+%global sourceupdate 6
Name: mame
%if 0%{?sourceupdate}
@@ -28,10 +28,9 @@
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
-#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
%endif
Patch0: %{name}-fortify.patch
-Patch1: %{name}-0.143u5-stacksmash.patch
Patch2: %{name}-verbosebuild.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -101,7 +100,6 @@
done
%endif
%patch0 -p1 -b .fortify
-%patch1 -p1 -b .stacksmash
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -253,6 +251,10 @@
%changelog
+* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
+- Updated to 0.143u6
+- Dropped upstreamed stacksmash patch
+
* Tue Sep 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u5-1
- Updated to 0.143u5
- Fixed stack smash in m68kmake.c
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 6 Sep 2011 18:48:42 -0000 1.36
+++ sources 22 Sep 2011 16:39:17 -0000 1.37
@@ -4,3 +4,4 @@
f44cdd1ea6600e9efeb8349e82b92e0e 0143u3_diff.zip
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
+1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
--- mame-0.143u5-stacksmash.patch DELETED ---
13 years, 2 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.50,1.51
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25679/devel
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
New version.
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- VirtualBox-OSE-kmod.spec 28 May 2011 05:38:12 -0000 1.50
+++ VirtualBox-OSE-kmod.spec 22 Sep 2011 14:54:42 -0000 1.51
@@ -18,8 +18,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 4.0.4
-Release: 2%{?dist}
+Version: 4.1.2
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -75,7 +75,7 @@
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetflt}
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxvideo}
- for module in vbox{netadp,netflt,sf,video}; do
+ for module in vbox{netadp,netflt,sf,video,pci}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
done
@@ -105,6 +105,10 @@
%changelog
+* Thu Sep 22 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.1.2-1
+- New release
+- Added vboxpci
+
* Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.4-2
- rebuild for F15 release kernel
13 years, 2 months
rpms/ogmrip/F-14 .cvsignore, 1.8, 1.9 ogmrip.spec, 1.11, 1.12 sources, 1.8, 1.9 ogmrip-0.13.6-audio-quality.patch, 1.1, NONE ogmrip-0.13.6-g_const_return_deprecated.patch, 1.1, NONE ogmrip-0.13.6-gtk3_build_fix.patch, 1.1, NONE ogmrip-0.13.6-libnotify07-compatibility.patch, 1.1, NONE
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22760
Modified Files:
.cvsignore ogmrip.spec sources
Removed Files:
ogmrip-0.13.6-audio-quality.patch
ogmrip-0.13.6-g_const_return_deprecated.patch
ogmrip-0.13.6-gtk3_build_fix.patch
ogmrip-0.13.6-libnotify07-compatibility.patch
Log Message:
* Thu Sep 22 2011 Gianluca Sforna <giallu(a)gmail.com> - 0.13.7-1
- new upstream release
- drop upstreamed patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-14/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 22 Nov 2010 22:40:19 -0000 1.8
+++ .cvsignore 22 Sep 2011 14:33:04 -0000 1.9
@@ -1 +1 @@
-ogmrip-0.13.6.tar.gz
+ogmrip-0.13.7.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-14/ogmrip.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ogmrip.spec 29 Jul 2011 22:41:01 -0000 1.11
+++ ogmrip.spec 22 Sep 2011 14:33:05 -0000 1.12
@@ -1,6 +1,6 @@
Name: ogmrip
-Version: 0.13.6
-Release: 2%{?dist}
+Version: 0.13.7
+Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
Group: Applications/Multimedia
@@ -32,16 +32,6 @@
Requires(post): GConf2
Requires(postun): GConf2
-# These patches were sent upstream in ogmrip-devel ML
-Patch0: ogmrip-0.13.6-gtk3_build_fix.patch
-Patch1: ogmrip-0.13.6-libnotify07-compatibility.patch
-
-# Took from http://sourceforge.net/tracker/?func=detail&aid=3065523&group_id=75595&at...
-Patch2: ogmrip-0.13.6-audio-quality.patch
-
-# Upstream contacted:
-# http://sourceforge.net/mailarchive/forum.php?thread_name=CAP0i4rfD0MUX0hd...
-Patch3: ogmrip-0.13.6-g_const_return_deprecated.patch
%description
OGMRip is an application and a set of libraries for ripping and encoding DVDs
@@ -68,9 +58,6 @@
%prep
%setup -q
-%patch0 -p1
-%patch2 -p0
-%patch3 -p0
%build
%configure \
@@ -146,6 +133,10 @@
%changelog
+* Thu Sep 22 2011 Gianluca Sforna <giallu(a)gmail.com> - 0.13.7-1
+- new upstream release
+- drop upstreamed patches
+
* Tue Jul 26 2011 Gianluca Sforna <giallu(a)gmail.com> - 0.13.6-2
- Fix build with newer GLib
- Fix preferences bug with upstream patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-14/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Nov 2010 22:40:19 -0000 1.8
+++ sources 22 Sep 2011 14:33:05 -0000 1.9
@@ -1 +1 @@
-e094c49cdf758883293dd44513fb37e8 ogmrip-0.13.6.tar.gz
+f91982e9f0564a8001e77b9fcf889a7c ogmrip-0.13.7.tar.gz
--- ogmrip-0.13.6-audio-quality.patch DELETED ---
--- ogmrip-0.13.6-g_const_return_deprecated.patch DELETED ---
--- ogmrip-0.13.6-gtk3_build_fix.patch DELETED ---
--- ogmrip-0.13.6-libnotify07-compatibility.patch DELETED ---
13 years, 2 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.70,1.71
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20652/devel
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fix BRs
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- VirtualBox-OSE.spec 22 Sep 2011 10:04:38 -0000 1.70
+++ VirtualBox-OSE.spec 22 Sep 2011 14:17:11 -0000 1.71
@@ -46,9 +46,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: kBuild >= 0.1.5-1
+BuildRequires: kBuild >= 0.1.98
BuildRequires: SDL-devel xalan-c-devel
-BuildRequires: hal-devel
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel
13 years, 2 months
rpms/ffmpeg2dirac/devel ffmpeg2dirac-ffmpeg.patch,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg2dirac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6118
Added Files:
ffmpeg2dirac-ffmpeg.patch
Log Message:
Add missing patch
ffmpeg2dirac-ffmpeg.patch:
avinfo.c | 28 ++++++++++++++++++++++++++++
ffmpeg2dirac.c | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
--- NEW FILE ffmpeg2dirac-ffmpeg.patch ---
diff -up ffmpeg2dirac-0.2.0/src/avinfo.c.ffmpeg ffmpeg2dirac-0.2.0/src/avinfo.c
--- ffmpeg2dirac-0.2.0/src/avinfo.c.ffmpeg 2011-04-25 03:30:42.000000000 +0200
+++ ffmpeg2dirac-0.2.0/src/avinfo.c 2011-09-09 19:06:24.000000000 +0200
@@ -198,7 +198,11 @@ void json_codec_info(FILE *output, AVCod
}
switch(enc->codec_type) {
+#if LIBAVCODEC_VERSION_MAJOR < 53
case CODEC_TYPE_VIDEO:
+#else
+ case AVMEDIA_TYPE_VIDEO:
+#endif
codec_name = fix_codec_name(codec_name);
json_add_key_value(output, "codec", (void *)codec_name, JSON_STRING, 0, indent);
if (enc->pix_fmt != PIX_FMT_NONE) {
@@ -226,7 +230,11 @@ void json_codec_info(FILE *output, AVCod
json_add_key_value(output, "bitrate", &t, JSON_FLOAT, 0, indent);
}
break;
+#if LIBAVCODEC_VERSION_MAJOR < 53
case CODEC_TYPE_AUDIO:
+#else
+ case AVMEDIA_TYPE_AUDIO:
+#endif
codec_name = fix_codec_name(codec_name);
json_add_key_value(output, "codec", (void *)codec_name, JSON_STRING, 0, indent);
if (enc->sample_rate) {
@@ -332,7 +340,11 @@ static void json_stream_format(FILE *out
display_aspect_ratio.num, display_aspect_ratio.den);
json_add_key_value(output, "display_aspect_ratio", buf1, JSON_STRING, 0, indent + 1);
}
+#if LIBAVCODEC_VERSION_MAJOR < 53
if(st->codec->codec_type == CODEC_TYPE_VIDEO){
+#else
+ if(st->codec->codec_type == AVMEDIA_TYPE_VIDEO){
+#endif
if (st->time_base.den && st->time_base.num && av_q2d(st->time_base) > 0.001) {
snprintf(buf1, sizeof(buf1), "%d:%d",
st->time_base.den, st->time_base.num);
@@ -486,11 +498,19 @@ void json_format_info(FILE* output, AVFo
int j, k;
for(j=0; j<ic->nb_programs; j++) {
for(k=0; k<ic->programs[j]->nb_stream_indexes; k++)
+#if LIBAVCODEC_VERSION_MAJOR < 53
json_stream_format(output, ic, ic->programs[j]->stream_index[k], 2, !k && !j, CODEC_TYPE_VIDEO);
+#else
+ json_stream_format(output, ic, ic->programs[j]->stream_index[k], 2, !k && !j, AVMEDIA_TYPE_VIDEO);
+#endif
}
} else {
for(i=0;i<ic->nb_streams;i++) {
+#if LIBAVCODEC_VERSION_MAJOR < 53
json_stream_format(output, ic, i, 2, !i, CODEC_TYPE_VIDEO);
+#else
+ json_stream_format(output, ic, i, 2, !i, AVMEDIA_TYPE_VIDEO);
+#endif
}
}
fprintf(output, "],\n");
@@ -501,11 +521,19 @@ void json_format_info(FILE* output, AVFo
int j, k;
for(j=0; j<ic->nb_programs; j++) {
for(k=0; k<ic->programs[j]->nb_stream_indexes; k++)
+#if LIBAVCODEC_VERSION_MAJOR < 53
json_stream_format(output, ic, ic->programs[j]->stream_index[k], 2, !k && !j, CODEC_TYPE_AUDIO);
+#else
+ json_stream_format(output, ic, ic->programs[j]->stream_index[k], 2, !k && !j, AVMEDIA_TYPE_AUDIO);
+#endif
}
} else {
for(i=0;i<ic->nb_streams;i++) {
+#if LIBAVCODEC_VERSION_MAJOR < 53
json_stream_format(output, ic, i, 2, !i, CODEC_TYPE_AUDIO);
+#else
+ json_stream_format(output, ic, i, 2, !i, AVMEDIA_TYPE_AUDIO);
+#endif
}
}
fprintf(output, "],\n");
diff -up ffmpeg2dirac-0.2.0/src/ffmpeg2dirac.c.ffmpeg ffmpeg2dirac-0.2.0/src/ffmpeg2dirac.c
--- ffmpeg2dirac-0.2.0/src/ffmpeg2dirac.c.ffmpeg 2011-04-25 03:30:42.000000000 +0200
+++ ffmpeg2dirac-0.2.0/src/ffmpeg2dirac.c 2011-09-09 19:18:04.000000000 +0200
@@ -379,7 +379,11 @@ static void prepare_frame_buffer(ff2dira
static const char *find_category_for_subtitle_stream (ff2dirac this, int idx, int included_subtitles)
{
AVCodecContext *enc = this->context->streams[idx]->codec;
+#if LIBAVCODEC_VERSION_MAJOR < 53
if (enc->codec_type != CODEC_TYPE_SUBTITLE) return 0;
+#else
+ if (enc->codec_type != AVMEDIA_TYPE_SUBTITLE) return 0;
+#endif
switch (enc->codec_id) {
case CODEC_ID_TEXT:
case CODEC_ID_SSA:
@@ -538,9 +542,16 @@ static void extra_info_from_ssa(AVPacket
static const char *find_language_for_subtitle_stream(const AVStream *s)
{
+#if FF_API_OLD_METADATA
const char *lang=find_iso639_1(s->language);
if (!lang) {
fprintf(stderr,"WARNING - unrecognized ISO 639-2 language code: %s\n",s->language);
+#else
+ AVDictionaryEntry *entry=av_metadata_get(s->metadata,"language",NULL,0);
+ const char *lang=find_iso639_1(entry->value);
+ if (!lang) {
+ fprintf(stderr,"WARNING - unrecognized ISO 639-2 language code: %s\n",entry->value);
+#endif
}
return lang;
}
@@ -568,7 +579,11 @@ void ff2dirac_output(ff2dirac this) {
if(this->audiostream >= 0 && this->context->nb_streams > this->audiostream) {
AVCodecContext *enc = this->context->streams[this->audiostream]->codec;
+#if LIBAVCODEC_VERSION_MAJOR < 53
if (enc->codec_type == CODEC_TYPE_AUDIO) {
+#else
+ if (enc->codec_type == AVMEDIA_TYPE_AUDIO) {
+#endif
this->audio_index = this->audiostream;
fprintf(stderr," Using stream #0.%d as audio input\n",this->audio_index);
}
@@ -579,7 +594,11 @@ void ff2dirac_output(ff2dirac this) {
if (this->videostream >= 0 && this->context->nb_streams > this->videostream) {
AVCodecContext *enc = this->context->streams[this->videostream]->codec;
+#if LIBAVCODEC_VERSION_MAJOR < 53
if (enc->codec_type == CODEC_TYPE_VIDEO) {
+#else
+ if (enc->codec_type == AVMEDIA_TYPE_VIDEO) {
+#endif
this->video_index = this->videostream;
fprintf(stderr, " Using stream #0.%d as video input\n",this->video_index);
}
@@ -591,11 +610,19 @@ void ff2dirac_output(ff2dirac this) {
for (i = 0; i < this->context->nb_streams; i++){
AVCodecContext *enc = this->context->streams[i]->codec;
switch (enc->codec_type){
+#if LIBAVCODEC_VERSION_MAJOR < 53
case CODEC_TYPE_VIDEO:
+#else
+ case AVMEDIA_TYPE_VIDEO:
+#endif
if (this->video_index < 0 && !this->disable_video)
this->video_index = i;
break;
+#if LIBAVCODEC_VERSION_MAJOR < 53
case CODEC_TYPE_AUDIO:
+#else
+ case AVMEDIA_TYPE_AUDIO:
+#endif
if (this->audio_index < 0 && !this->disable_audio)
this->audio_index = i;
break;
@@ -1024,7 +1051,11 @@ void ff2dirac_output(ff2dirac this) {
AVStream *stream = this->context->streams[i];
AVCodecContext *enc = stream->codec;
const char *category;
+#if LIBAVCODEC_VERSION_MAJOR < 53
if (enc->codec_type == CODEC_TYPE_SUBTITLE) {
+#else
+ if (enc->codec_type == AVMEDIA_TYPE_SUBTITLE) {
+#endif
AVCodec *codec = avcodec_find_decoder (enc->codec_id);
if (codec && avcodec_open (enc, codec) >= 0) {
subtitles_opened[i] = 1;
@@ -2924,7 +2955,9 @@ int main (int argc, char **argv){
formatParams->time_base.den = convert->framerate.num;
formatParams->time_base.num = convert->framerate.den;
}
+#if FF_API_PARAMETERS_CODEC_ID
formatParams->video_codec_id = av_guess_image2_codec(inputfile_name);
+#endif
}
if (av_open_input_file(&convert->context, inputfile_name, input_fmt, 0, formatParams) >= 0){
if (av_find_stream_info (convert->context) >= 0){
@@ -2936,9 +2969,15 @@ int main (int argc, char **argv){
for (i = 0; i < convert->context->nb_streams; i++) {
AVCodecContext *enc = convert->context->streams[i]->codec;
switch (enc->codec_type) {
+#if LIBAVCODEC_VERSION_MAJOR < 53
case CODEC_TYPE_VIDEO: has_video = 1; break;
case CODEC_TYPE_AUDIO: has_audio = 1; break;
case CODEC_TYPE_SUBTITLE: if (is_supported_subtitle_stream(convert, i, convert->included_subtitles)) has_kate = 1; break;
+#else
+ case AVMEDIA_TYPE_VIDEO: has_video = 1; break;
+ case AVMEDIA_TYPE_AUDIO: has_audio = 1; break;
+ case AVMEDIA_TYPE_SUBTITLE: if (is_supported_subtitle_stream(convert, i, convert->included_subtitles)) has_kate = 1; break;
+#endif
default: break;
}
}
13 years, 2 months
rpms/ffmpeg2dirac/F-15 .cvsignore, 1.2, 1.3 ffmpeg2dirac.spec, 1.2, 1.3 sources, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg2dirac/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2339/F-15
Modified Files:
.cvsignore ffmpeg2dirac.spec sources
Log Message:
Update to 0.2.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2dirac/F-15/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 15 Apr 2009 08:18:39 -0000 1.2
+++ .cvsignore 22 Sep 2011 12:01:08 -0000 1.3
@@ -1 +1 @@
-ffmpeg2dirac-0.1.0.tar.gz
+ffmpeg2dirac-0.2.0.tar.gz
Index: ffmpeg2dirac.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2dirac/F-15/ffmpeg2dirac.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg2dirac.spec 16 Oct 2009 21:34:04 -0000 1.2
+++ ffmpeg2dirac.spec 22 Sep 2011 12:01:09 -0000 1.3
@@ -1,6 +1,6 @@
Name: ffmpeg2dirac
-Version: 0.1.0
-Release: 4%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
Summary: Convert any file that ffmpeg can decode to dirac or theora
Group: Applications/Multimedia
@@ -63,6 +63,9 @@
%changelog
+* Thu Sep 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.0-1
+- Update to 0.2.0
+
* Fri Oct 16 2009 kwizart <kwizart at gmail.com> - 0.1.0-4
- Rebuild for F-12
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2dirac/F-15/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 15 Apr 2009 08:18:39 -0000 1.2
+++ sources 22 Sep 2011 12:01:09 -0000 1.3
@@ -1 +1 @@
-cbcda7daabdb6990e0a57cd2a6ec4052 ffmpeg2dirac-0.1.0.tar.gz
+5726829267ddbe3d1e20242d3a65a940 ffmpeg2dirac-0.2.0.tar.gz
13 years, 2 months