rpms/bino/devel bino-1.2.1-ld-fix.patch, NONE, 1.1 bino-1.2.1-unbundle-icons.patch, NONE, 1.1 bino.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jaroslav Škarvada
Author: jskarvad
Update of /cvs/free/rpms/bino/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31850/devel
Modified Files:
.cvsignore sources
Added Files:
bino-1.2.1-ld-fix.patch bino-1.2.1-unbundle-icons.patch
bino.spec
Log Message:
Initial import
bino-1.2.1-ld-fix.patch:
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE bino-1.2.1-ld-fix.patch ---
diff -up bino-1.2.1/src/Makefile.in.orig bino-1.2.1/src/Makefile.in
--- bino-1.2.1/src/Makefile.in.orig 2011-10-10 21:18:59.000000000 +0200
+++ bino-1.2.1/src/Makefile.in 2011-11-09 19:54:08.419550089 +0100
@@ -445,7 +445,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/base $
bino_LDADD = $(top_builddir)/src/base/libbase.a $(LIBINTL) $(LIBICONV) \
$(libavformat_LIBS) $(libavdevice_LIBS) $(libswscale_LIBS) \
$(libass_LIBS) $(libopenal_LIBS) $(libgl_LIBS) $(libglew_LIBS) \
- $(libqtopengl_LIBS) $(am__append_3) $(am__append_6)
+ $(libqtopengl_LIBS) $(am__append_3) $(am__append_6) -lGLEW -lGLEWmx
iconsdatadir = $(datadir)/icons/hicolor
icons16dir = $(iconsdatadir)/16x16/apps
icons32dir = $(iconsdatadir)/32x32/apps
bino-1.2.1-unbundle-icons.patch:
Makefile.am | 32 ++++++++++++++++----------------
Makefile.in | 32 ++++++++++++++++----------------
2 files changed, 32 insertions(+), 32 deletions(-)
--- NEW FILE bino-1.2.1-unbundle-icons.patch ---
diff -up bino-1.2.1/src/Makefile.am.orig bino-1.2.1/src/Makefile.am
--- bino-1.2.1/src/Makefile.am.orig 2011-10-01 09:00:55.000000000 +0200
+++ bino-1.2.1/src/Makefile.am 2012-03-01 14:36:22.119185909 +0100
@@ -56,21 +56,21 @@ ICONS_LOCAL_IPE = \
icons-local/output-type-stereo.ipe
ICONS = \
- icons/application-exit.png \
- icons/applications-internet.png \
- icons/camera-web.png \
- icons/document-open.png \
- icons/help-about.png \
- icons/help-contents.png \
- icons/media-playback-pause.png \
- icons/media-playback-start.png \
- icons/media-playback-stop.png \
- icons/media-playlist-repeat.png \
- icons/media-seek-backward.png \
- icons/media-seek-forward.png \
- icons/preferences-desktop-keyboard.png \
- icons/view-fullscreen.png \
- icons/view-restore.png \
+ /usr/share/icons/oxygen/48x48/actions/application-exit.png \
+ /usr/share/icons/oxygen/48x48/categories/applications-internet.png \
+ /usr/share/icons/oxygen/48x48/devices/camera-web.png \
+ /usr/share/icons/oxygen/48x48/actions/document-open.png \
+ /usr/share/icons/oxygen/48x48/actions/help-about.png \
+ /usr/share/icons/oxygen/48x48/actions/help-contents.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-pause.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-start.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-stop.png \
+ /usr/share/icons/oxygen/48x48/status/media-playlist-repeat.png \
+ /usr/share/icons/oxygen/48x48/actions/media-seek-backward.png \
+ /usr/share/icons/oxygen/48x48/actions/media-seek-forward.png \
+ /usr/share/icons/oxygen/48x48/apps/preferences-desktop-keyboard.png \
+ /usr/share/icons/oxygen/48x48/actions/view-fullscreen.png \
+ /usr/share/icons/oxygen/48x48/actions/view-restore.png \
$(patsubst %.ipe,%.png,$(ICONS_LOCAL_IPE))
EXTRA_DIST = \
@@ -92,7 +92,7 @@ qt_resources.qrc:
echo '<file alias="LICENSE">$(top_srcdir)/COPYING</file>'; \
echo '<file alias="logo/bino_logo.png">$(top_srcdir)/src/logo/bino_logo.png</file>'; \
echo '<file alias="logo/64x64/bino.png">$(top_srcdir)/src/logo/64x64/bino.png</file>'; \
- for icon in $(ICONS); do echo '<file alias="'"$${icon}"'">$(top_srcdir)/src/'"$${icon}"'</file>'; done; \
+ for icon in $(ICONS); do echo '<file alias="'"$${icon}"'">'"$${icon}"'</file>'; done; \
echo '</qresource>'; \
echo '</RCC>') > $@
diff -up bino-1.2.1/src/Makefile.in.orig bino-1.2.1/src/Makefile.in
--- bino-1.2.1/src/Makefile.in.orig 2011-10-10 21:18:59.000000000 +0200
+++ bino-1.2.1/src/Makefile.in 2012-03-01 14:36:35.726961839 +0100
@@ -399,21 +399,21 @@ ICONS_LOCAL_IPE = \
icons-local/output-type-stereo.ipe
ICONS = \
- icons/application-exit.png \
- icons/applications-internet.png \
- icons/camera-web.png \
- icons/document-open.png \
- icons/help-about.png \
- icons/help-contents.png \
- icons/media-playback-pause.png \
- icons/media-playback-start.png \
- icons/media-playback-stop.png \
- icons/media-playlist-repeat.png \
- icons/media-seek-backward.png \
- icons/media-seek-forward.png \
- icons/preferences-desktop-keyboard.png \
- icons/view-fullscreen.png \
- icons/view-restore.png \
+ /usr/share/icons/oxygen/48x48/actions/application-exit.png \
+ /usr/share/icons/oxygen/48x48/categories/applications-internet.png \
+ /usr/share/icons/oxygen/48x48/devices/camera-web.png \
+ /usr/share/icons/oxygen/48x48/actions/document-open.png \
+ /usr/share/icons/oxygen/48x48/actions/help-about.png \
+ /usr/share/icons/oxygen/48x48/actions/help-contents.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-pause.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-start.png \
+ /usr/share/icons/oxygen/48x48/actions/media-playback-stop.png \
+ /usr/share/icons/oxygen/48x48/status/media-playlist-repeat.png \
+ /usr/share/icons/oxygen/48x48/actions/media-seek-backward.png \
+ /usr/share/icons/oxygen/48x48/actions/media-seek-forward.png \
+ /usr/share/icons/oxygen/48x48/apps/preferences-desktop-keyboard.png \
+ /usr/share/icons/oxygen/48x48/actions/view-fullscreen.png \
+ /usr/share/icons/oxygen/48x48/actions/view-restore.png \
$(patsubst %.ipe,%.png,$(ICONS_LOCAL_IPE))
EXTRA_DIST = \
@@ -1053,7 +1053,7 @@ qt_resources.qrc:
echo '<file alias="LICENSE">$(top_srcdir)/COPYING</file>'; \
echo '<file alias="logo/bino_logo.png">$(top_srcdir)/src/logo/bino_logo.png</file>'; \
echo '<file alias="logo/64x64/bino.png">$(top_srcdir)/src/logo/64x64/bino.png</file>'; \
- for icon in $(ICONS); do echo '<file alias="'"$${icon}"'">$(top_srcdir)/src/'"$${icon}"'</file>'; done; \
+ for icon in $(ICONS); do echo '<file alias="'"$${icon}"'">'"$${icon}"'</file>'; done; \
echo '</qresource>'; \
echo '</RCC>') > $@
--- NEW FILE bino.spec ---
Name: bino
Version: 1.2.1
Release: 3%{?dist}
Summary: 3D video player
Group: System Environment/Base
License: GPLv3+
URL: http://bino3d.org
Source0: http://download.savannah.nongnu.org/releases-noredirect/bino/%{name}-%{ve...
# Fix for implicit DSO linkage, patch accepted by upstream
Patch1: bino-1.2.1-ld-fix.patch
# Unbundle oxygen icons
Patch2: bino-1.2.1-unbundle-icons.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: ffmpeg-devel glew-devel libass-devel openal-devel qt-devel
BuildRequires: gettext texinfo oxygen-icon-theme
%description
Bino is a 3D video player. It supports stereoscopic 3D video with a wide
variety of input and output formats. It also supports multi-display video
and it can be used for powerwalls, virtual reality installations and other
multi-projector setups.
%prep
%setup -q
# Removal of unneeded stuff
rm -rf pkg/macosx/* pkg/w32
touch pkg/macosx/Info.plist.in
# Removal of bundled oxygen-icons
rm -rf src/icons
%patch1 -p1 -b .ld-fix
%patch2 -p1 -b .unbundle-icons
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} mandir=%{_mandir}
rm -f %{buildroot}%{_infodir}/dir
mkdir _tmpdoc
mv %{buildroot}%{_datadir}/doc/%{name}/* _tmpdoc/
rm -rf %{buildroot}%{_datadir}/doc
%find_lang %{name}
%post
/sbin/install-info \
--entry="* bino: (bino). 3D video player" \
--section="Miscellaneous" \
%{_infodir}/%{name}.info \
%{_infodir}/dir 2>/dev/null || :
%preun
if [ $1 -eq 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
fi
%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README _tmpdoc/*
%{_bindir}/bino
%{_infodir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Mar 1 2012 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.2.1-3
- Unbundled oxygen icons
* Thu Mar 01 2012 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.2.1-2
- Used RPM macros instead of variables
- Added requires for post and preun sections
- Removed pkg dir in prep
- Added LGPLv3+ license to license tag (oxygen icons)
* Wed Nov 09 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.2.1-1
- New version
* Tue Nov 01 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.1.3-3
- Explicit link with glew, needed if compiled with Equalizer
* Wed Sep 14 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.1.3-2
- Removed defattr
- Moved docs to one dir
* Sat Aug 20 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.1.3-1
- Update to new version
* Sat Aug 20 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.0.0-1
- Update to new version
* Sat Aug 20 2011 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.9.2-1
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bino/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Mar 2012 17:31:54 -0000 1.1
+++ .cvsignore 12 Mar 2012 12:16:48 -0000 1.2
@@ -0,0 +1 @@
+bino-1.2.1.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bino/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Mar 2012 17:31:54 -0000 1.1
+++ sources 12 Mar 2012 12:16:48 -0000 1.2
@@ -0,0 +1 @@
+8110094f05c02667760eda720f84618f bino-1.2.1.tar.xz
12 years, 8 months
rpms/x264/F-17 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 x264-nover.patch, 1.5, 1.6 x264.spec, 1.32, 1.33
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7486
Modified Files:
.cvsignore sources x264-nover.patch x264.spec
Log Message:
* Sat Mar 3 2012 Sérgio Basto <sergio(a)serjux.com> - 0.120-1.20120303
- Change release number, upstream have release numbers at least on stable branch and as ffmpeg
reported.
- Update to 20120303
- Update x264-nover.patch, as suggest by Joseph D. Wagner <joe(a)josephdwagner.info>
- Dropped obsolete Buildroot and Clean.
- add BuildRequires: zlib-devel to enable gpac.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 25 Jan 2012 11:49:31 -0000 1.19
+++ .cvsignore 12 Mar 2012 01:58:06 -0000 1.20
@@ -1 +1 @@
-x264-stable-20120125.tar.bz2
+x264-stable-20120303.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 25 Jan 2012 11:49:31 -0000 1.19
+++ sources 12 Mar 2012 01:58:06 -0000 1.20
@@ -1 +1 @@
-2770fa3d5b54a54f996eb4064eef2fdf x264-stable-20120125.tar.bz2
+096fcd4708acc6e01b8944df73499e59 x264-stable-20120303.tar.bz2
x264-nover.patch:
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: x264-nover.patch
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/x264-nover.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- x264-nover.patch 24 Aug 2011 15:32:19 -0000 1.5
+++ x264-nover.patch 12 Mar 2012 01:58:06 -0000 1.6
@@ -5,8 +5,8 @@
echo "LDFLAGSCLI = $LDFLAGSCLI" >> config.mak
echo "CLI_LIBX264 = $CLI_LIBX264" >> config.mak
--./version.sh >> x264_config.h
-+cat version.h >> x264_config.h
+-${SRCPATH}/version.sh "${SRCPATH}" >> x264_config.h
++cat ${SRCPATH}/version.h >> ${SRCPATH}/x264_config.h
pclibs="-L$libdir -lx264 $libpthread"
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/x264.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- x264.spec 26 Feb 2012 12:05:52 -0000 1.32
+++ x264.spec 12 Mar 2012 01:58:06 -0000 1.33
@@ -1,10 +1,10 @@
-%global snapshot 20120125
+%global snapshot 20120303
%global branch stable
Summary: H264/AVC video streams encoder
Name: x264
-Version: 0.0.0
-Release: 0.34.%{snapshot}%{?dist}
+Version: 0.120
+Release: 1.%{snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -12,8 +12,7 @@
Source1: x264-snapshot.sh
# don't remove config.h and don't re-run version.sh
Patch0: x264-nover.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
-%{!?_without_gpac:BuildRequires: gpac-devel-static}
+%{!?_without_gpac:BuildRequires: gpac-devel-static zlib-devel}
%{?_with_libavformat:BuildRequires: ffmpeg-devel}
%{?_with_ffmpegsource:BuildRequires: ffmpegsource-devel}
%{?_with_visualize:BuildRequires: libX11-devel}
@@ -105,9 +104,6 @@
touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/x264_config.h
-%clean
-%{__rm} -rf %{buildroot}
-
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@@ -136,6 +132,14 @@
%endif
%changelog
+* Sat Mar 3 2012 Sérgio Basto <sergio(a)serjux.com> - 0.120-1.20120303
+- Change release number, upstream have release numbers at least on stable branch and as ffmpeg
+ reported.
+- Update to 20120303
+- Update x264-nover.patch, as suggest by Joseph D. Wagner <joe(a)josephdwagner.info>
+- Dropped obsolete Buildroot and Clean.
+- add BuildRequires: zlib-devel to enable gpac.
+
* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.0-0.34.20120125
- Rebuilt for F-17 inter branch
12 years, 8 months
rpms/x264/devel .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 x264-nover.patch, 1.5, 1.6 x264.spec, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32292
Modified Files:
.cvsignore sources x264-nover.patch x264.spec
Log Message:
* Sat Mar 3 2012 Sérgio Basto <sergio(a)serjux.com> - 0.120-1.20120303
- Change release number, upstream have release numbers at least on stable branch and as ffmpeg
reported.
- Update to 20120303
- Update x264-nover.patch, as suggest by Joseph D. Wagner <joe(a)josephdwagner.info>
- Dropped obsolete Buildroot and Clean.
- add BuildRequires: zlib-devel to enable gpac.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 25 Jan 2012 11:49:31 -0000 1.19
+++ .cvsignore 12 Mar 2012 00:59:40 -0000 1.20
@@ -1 +1 @@
-x264-stable-20120125.tar.bz2
+x264-stable-20120303.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 25 Jan 2012 11:49:31 -0000 1.19
+++ sources 12 Mar 2012 00:59:40 -0000 1.20
@@ -1 +1 @@
-2770fa3d5b54a54f996eb4064eef2fdf x264-stable-20120125.tar.bz2
+096fcd4708acc6e01b8944df73499e59 x264-stable-20120303.tar.bz2
x264-nover.patch:
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: x264-nover.patch
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264-nover.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- x264-nover.patch 24 Aug 2011 15:32:19 -0000 1.5
+++ x264-nover.patch 12 Mar 2012 00:59:40 -0000 1.6
@@ -5,8 +5,8 @@
echo "LDFLAGSCLI = $LDFLAGSCLI" >> config.mak
echo "CLI_LIBX264 = $CLI_LIBX264" >> config.mak
--./version.sh >> x264_config.h
-+cat version.h >> x264_config.h
+-${SRCPATH}/version.sh "${SRCPATH}" >> x264_config.h
++cat ${SRCPATH}/version.h >> ${SRCPATH}/x264_config.h
pclibs="-L$libdir -lx264 $libpthread"
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- x264.spec 22 Feb 2012 21:38:50 -0000 1.31
+++ x264.spec 12 Mar 2012 00:59:40 -0000 1.32
@@ -1,11 +1,11 @@
-%global snapshot 20120125
+%global snapshot 20120303
%global branch stable
-%global _without_gpac 1
+#global _without_gpac 0
Summary: H264/AVC video streams encoder
Name: x264
-Version: 0.0.0
-Release: 0.34.%{snapshot}%{?dist}
+Version: 0.120
+Release: 1.%{snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -13,8 +13,7 @@
Source1: x264-snapshot.sh
# don't remove config.h and don't re-run version.sh
Patch0: x264-nover.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
-%{!?_without_gpac:BuildRequires: gpac-devel-static}
+%{!?_without_gpac:BuildRequires: gpac-devel-static zlib-devel}
%{?_with_libavformat:BuildRequires: ffmpeg-devel}
%{?_with_ffmpegsource:BuildRequires: ffmpegsource-devel}
%{?_with_visualize:BuildRequires: libX11-devel}
@@ -106,9 +105,6 @@
touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/x264_config.h
-%clean
-%{__rm} -rf %{buildroot}
-
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@@ -137,6 +133,14 @@
%endif
%changelog
+* Sat Mar 3 2012 Sérgio Basto <sergio(a)serjux.com> - 0.120-1.20120303
+- Change release number, upstream have release numbers at least on stable branch and as ffmpeg
+ reported.
+- Update to 20120303
+- Update x264-nover.patch, as suggest by Joseph D. Wagner <joe(a)josephdwagner.info>
+- Dropped obsolete Buildroot and Clean.
+- add BuildRequires: zlib-devel to enable gpac.
+
* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.0-0.34.20120125
- Rebuilt for F-17 inter branch
12 years, 8 months
rpms/mplayer/devel mplayer.spec,1.47,1.48
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24543
Modified Files:
mplayer.spec
Log Message:
- replace cdparanoia with libcdio for better CD-Audio support
- add conditional to enable libmpcdec (disabled upstream by default)
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mplayer.spec 11 Mar 2012 23:28:14 -0000 1.47
+++ mplayer.spec 11 Mar 2012 23:53:38 -0000 1.48
@@ -37,7 +37,6 @@
BuildRequires: aalib-devel
BuildRequires: bzip2-devel
BuildRequires: alsa-lib-devel
-BuildRequires: cdparanoia-devel
BuildRequires: desktop-file-utils
BuildRequires: em8300-devel
BuildRequires: enca-devel
@@ -61,11 +60,11 @@
BuildRequires: libbluray-devel
BuildRequires: libbs2b-devel
BuildRequires: libcaca-devel
+BuildRequires: libcdio-devel
BuildRequires: libdca-devel
BuildRequires: libdv-devel
BuildRequires: libdvdnav-devel >= 4.1.3-1
BuildRequires: libjpeg-devel
-BuildRequires: libmpcdec-devel
BuildRequires: libmpeg2-devel
BuildRequires: libmpg123-devel
BuildRequires: librtmp-devel
@@ -88,6 +87,7 @@
%{?_with_faac:BuildRequires: faac-devel}
%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel}
%{?_with_libmad:BuildRequires: libmad-devel}
+%{?_with_libmpcdec:BuildRequires: libmpcdec-devel}
%{?_with_nemesi:BuildRequires: libnemesi-devel >= 0.6.3}
%{?_with_openal:BuildRequires: openal-soft-devel}
%{?_with_samba:BuildRequires: libsmbclient-devel}
@@ -193,6 +193,7 @@
%{?_without_amr:--disable-libopencore_amrnb --disable-libopencore_amrwb} \\\
%{!?_with_faac:--disable-faac} \\\
%{!?_with_libmad:--disable-mad} \\\
+ %{?_with_libmpcdec:--enable-musepack} \\\
--disable-libmpeg2-internal \\\
--disable-tremor-internal \\\
%{?_with_xmms:--enable-xmms} \\\
@@ -380,6 +381,8 @@
* Sun Mar 11 2012 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0-0.133.20120205svn
- drop libvpx build requirement (unused due to shared FFmpeg)
- trim patch for shared FFmpeg support to minimum
+- replace cdparanoia with libcdio for better CD-Audio support
+- add conditional to enable libmpcdec (disabled upstream by default)
* Wed Feb 29 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-0.132.20120205svn
- 20120205 snapshot
12 years, 8 months
rpms/mplayer/devel mplayer-ffmpeg.patch, 1.5, 1.6 mplayer.spec, 1.46, 1.47
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21545
Modified Files:
mplayer-ffmpeg.patch mplayer.spec
Log Message:
* Sun Mar 11 2012 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0-0.133.20120205svn
- drop libvpx build requirement (unused due to shared FFmpeg)
- trim patch for shared FFmpeg support to minimum
mplayer-ffmpeg.patch:
Makefile | 2
configure | 4 -
ffmpeg/libavformat/internal.h | 32 +++++++++++++
ffmpeg/libavutil/x86_cpu.h | 98 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 133 insertions(+), 3 deletions(-)
Index: mplayer-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-ffmpeg.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mplayer-ffmpeg.patch 28 Feb 2012 18:35:17 -0000 1.5
+++ mplayer-ffmpeg.patch 11 Mar 2012 23:28:14 -0000 1.6
@@ -1,6 +1,6 @@
-diff -up mplayer-export-2012-02-04/configure.ffmpeg mplayer-export-2012-02-04/configure
---- mplayer-export-2012-02-04/configure.ffmpeg 2012-02-27 15:32:56.721715932 +0100
-+++ mplayer-export-2012-02-04/configure 2012-02-27 15:32:56.760716194 +0100
+diff -up mplayer-export-2012-02-05/configure.ffmpeg mplayer-export-2012-02-05/configure
+--- mplayer-export-2012-02-05/configure.ffmpeg 2012-03-12 00:18:05.000000000 +0100
++++ mplayer-export-2012-02-05/configure 2012-03-12 00:18:05.000000000 +0100
@@ -6718,7 +6718,7 @@ elif test "$ffmpeg_so" = auto ; then
inc_ffmpeg=$($_pkg_config --cflags libpostproc libswscale libavformat libavcodec libavutil)
ld_tmp=$($_pkg_config --libs libpostproc libswscale libavformat libavcodec libavutil)
@@ -19,10 +19,10 @@
die "The GUI requires libavcodec with PNG support (needs zlib)."
fi
test "$_freetype" = no && test "$_bitmap_font" = no &&
-diff -up mplayer-export-2012-02-04/ffmpeg/libavformat/internal.h.ffmpeg mplayer-export-2012-02-04/ffmpeg/libavformat/internal.h
---- mplayer-export-2012-02-04/ffmpeg/libavformat/internal.h.ffmpeg 2012-02-27 15:32:56.762716209 +0100
-+++ mplayer-export-2012-02-04/ffmpeg/libavformat/internal.h 2012-02-27 15:32:56.762716209 +0100
-@@ -0,0 +1,309 @@
+diff -up mplayer-export-2012-02-05/ffmpeg/libavformat/internal.h.ffmpeg mplayer-export-2012-02-05/ffmpeg/libavformat/internal.h
+--- mplayer-export-2012-02-05/ffmpeg/libavformat/internal.h.ffmpeg 2012-03-12 00:20:43.000000000 +0100
++++ mplayer-export-2012-02-05/ffmpeg/libavformat/internal.h 2012-03-12 00:23:13.000000000 +0100
+@@ -0,0 +1,32 @@
+/*
+ * copyright (c) 2001 Fabrice Bellard
+ *
@@ -47,294 +47,17 @@
+#define AVFORMAT_INTERNAL_H
+
+#include <stdint.h>
-+#include "libavformat/avformat.h"
-+
-+#define MAX_URL_SIZE 4096
-+
-+#ifdef DEBUG
-+# define hex_dump_debug(class, buf, size) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size)
-+#else
-+# define hex_dump_debug(class, buf, size)
-+#endif
++#include <libavformat/avformat.h>
+
+typedef struct AVCodecTag {
+ enum CodecID id;
+ unsigned int tag;
+} AVCodecTag;
+
-+#ifdef __GNUC__
-+#define dynarray_add(tab, nb_ptr, elem)\
-+do {\
-+ __typeof__(tab) _tab = (tab);\
-+ __typeof__(elem) _elem = (elem);\
-+ (void)sizeof(**_tab == _elem); /* check that types are compatible */\
-+ av_dynarray_add(_tab, nb_ptr, _elem);\
-+} while(0)
-+#else
-+#define dynarray_add(tab, nb_ptr, elem)\
-+do {\
-+ av_dynarray_add((tab), nb_ptr, (elem));\
-+} while(0)
-+#endif
-+
-+struct tm *brktimegm(time_t secs, struct tm *tm);
-+
-+char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase);
-+
-+/**
-+ * Parse a string of hexadecimal strings. Any space between the hexadecimal
-+ * digits is ignored.
-+ *
-+ * @param data if non-null, the parsed data is written to this pointer
-+ * @param p the string to parse
-+ * @return the number of bytes written (or to be written, if data is null)
-+ */
-+int ff_hex_to_data(uint8_t *data, const char *p);
-+
-+void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
-+
-+/**
-+ * Add packet to AVFormatContext->packet_buffer list, determining its
-+ * interleaved position using compare() function argument.
-+ * @return 0, or < 0 on error
-+ */
-+int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
-+ int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
-+
-+void ff_read_frame_flush(AVFormatContext *s);
-+
-+#define NTP_OFFSET 2208988800ULL
-+#define NTP_OFFSET_US (NTP_OFFSET * 1000000ULL)
-+
-+/** Get the current time since NTP epoch in microseconds. */
-+uint64_t ff_ntp_time(void);
-+
-+/**
-+ * Assemble a URL string from components. This is the reverse operation
-+ * of av_url_split.
-+ *
-+ * Note, this requires networking to be initialized, so the caller must
-+ * ensure ff_network_init has been called.
-+ *
-+ * @see av_url_split
-+ *
-+ * @param str the buffer to fill with the url
-+ * @param size the size of the str buffer
-+ * @param proto the protocol identifier, if null, the separator
-+ * after the identifier is left out, too
-+ * @param authorization an optional authorization string, may be null.
-+ * An empty string is treated the same as a null string.
-+ * @param hostname the host name string
-+ * @param port the port number, left out from the string if negative
-+ * @param fmt a generic format string for everything to add after the
-+ * host/port, may be null
-+ * @return the number of characters written to the destination buffer
-+ */
-+int ff_url_join(char *str, int size, const char *proto,
-+ const char *authorization, const char *hostname,
-+ int port, const char *fmt, ...) av_printf_format(7, 8);
-+
-+/**
-+ * Append the media-specific SDP fragment for the media stream c
-+ * to the buffer buff.
-+ *
-+ * Note, the buffer needs to be initialized, since it is appended to
-+ * existing content.
-+ *
-+ * @param buff the buffer to append the SDP fragment to
-+ * @param size the size of the buff buffer
-+ * @param c the AVCodecContext of the media to describe
-+ * @param dest_addr the destination address of the media stream, may be NULL
-+ * @param dest_type the destination address type, may be NULL
-+ * @param port the destination port of the media stream, 0 if unknown
-+ * @param ttl the time to live of the stream, 0 if not multicast
-+ * @param fmt the AVFormatContext, which might contain options modifying
-+ * the generated SDP
-+ */
-+void ff_sdp_write_media(char *buff, int size, AVCodecContext *c,
-+ const char *dest_addr, const char *dest_type,
-+ int port, int ttl, AVFormatContext *fmt);
-+
-+/**
-+ * Write a packet to another muxer than the one the user originally
-+ * intended. Useful when chaining muxers, where one muxer internally
-+ * writes a received packet to another muxer.
-+ *
-+ * @param dst the muxer to write the packet to
-+ * @param dst_stream the stream index within dst to write the packet to
-+ * @param pkt the packet to be written
-+ * @param src the muxer the packet originally was intended for
-+ * @return the value av_write_frame returned
-+ */
-+int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
-+ AVFormatContext *src);
-+
-+/**
-+ * Get the length in bytes which is needed to store val as v.
-+ */
-+int ff_get_v_length(uint64_t val);
-+
-+/**
-+ * Put val using a variable number of bytes.
-+ */
-+void ff_put_v(AVIOContext *bc, uint64_t val);
-+
-+/**
-+ * Read a whole line of text from AVIOContext. Stop reading after reaching
-+ * either a \\n, a \\0 or EOF. The returned string is always \\0-terminated,
-+ * and may be truncated if the buffer is too small.
-+ *
-+ * @param s the read-only AVIOContext
-+ * @param buf buffer to store the read line
-+ * @param maxlen size of the buffer
-+ * @return the length of the string written in the buffer, not including the
-+ * final \\0
-+ */
-+int ff_get_line(AVIOContext *s, char *buf, int maxlen);
-+
-+#define SPACE_CHARS " \t\r\n"
-+
-+/**
-+ * Callback function type for ff_parse_key_value.
-+ *
-+ * @param key a pointer to the key
-+ * @param key_len the number of bytes that belong to the key, including the '='
-+ * char
-+ * @param dest return the destination pointer for the value in *dest, may
-+ * be null to ignore the value
-+ * @param dest_len the length of the *dest buffer
-+ */
-+typedef void (*ff_parse_key_val_cb)(void *context, const char *key,
-+ int key_len, char **dest, int *dest_len);
-+/**
-+ * Parse a string with comma-separated key=value pairs. The value strings
-+ * may be quoted and may contain escaped characters within quoted strings.
-+ *
-+ * @param str the string to parse
-+ * @param callback_get_buf function that returns where to store the
-+ * unescaped value string.
-+ * @param context the opaque context pointer to pass to callback_get_buf
-+ */
-+void ff_parse_key_value(const char *str, ff_parse_key_val_cb callback_get_buf,
-+ void *context);
-+
-+/**
-+ * Find stream index based on format-specific stream ID
-+ * @return stream index, or < 0 on error
-+ */
-+int ff_find_stream_index(AVFormatContext *s, int id);
-+
-+/**
-+ * Internal version of av_index_search_timestamp
-+ */
-+int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries,
-+ int64_t wanted_timestamp, int flags);
-+
-+/**
-+ * Internal version of av_add_index_entry
-+ */
-+int ff_add_index_entry(AVIndexEntry **index_entries,
-+ int *nb_index_entries,
-+ unsigned int *index_entries_allocated_size,
-+ int64_t pos, int64_t timestamp, int size, int distance, int flags);
-+
-+/**
-+ * Add a new chapter.
-+ *
-+ * @param s media file handle
-+ * @param id unique ID for this chapter
-+ * @param start chapter start time in time_base units
-+ * @param end chapter end time in time_base units
-+ * @param title chapter title
-+ *
-+ * @return AVChapter or NULL on error
-+ */
-+AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
-+ int64_t start, int64_t end, const char *title);
-+
-+/**
-+ * Ensure the index uses less memory than the maximum specified in
-+ * AVFormatContext.max_index_size by discarding entries if it grows
-+ * too large.
-+ */
-+void ff_reduce_index(AVFormatContext *s, int stream_index);
-+
-+/*
-+ * Convert a relative url into an absolute url, given a base url.
-+ *
-+ * @param buf the buffer where output absolute url is written
-+ * @param size the size of buf
-+ * @param base the base url, may be equal to buf.
-+ * @param rel the new url, which is interpreted relative to base
-+ */
-+void ff_make_absolute_url(char *buf, int size, const char *base,
-+ const char *rel);
-+
-+enum CodecID ff_guess_image2_codec(const char *filename);
-+
-+/**
-+ * Convert a date string in ISO8601 format to Unix timestamp.
-+ */
-+int64_t ff_iso8601_to_unix_time(const char *datestr);
-+
-+/**
-+ * Perform a binary search using av_index_search_timestamp() and
-+ * AVInputFormat.read_timestamp().
-+ *
-+ * @param target_ts target timestamp in the time base of the given stream
-+ * @param stream_index stream number
-+ */
-+int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
-+ int64_t target_ts, int flags);
-+
-+/**
-+ * Update cur_dts of all streams based on the given timestamp and AVStream.
-+ *
-+ * Stream ref_st unchanged, others set cur_dts in their native time base.
-+ * Only needed for timestamp wrapping or if (dts not set and pts!=dts).
-+ * @param timestamp new dts expressed in time_base of param ref_st
-+ * @param ref_st reference stream giving time_base of param timestamp
-+ */
-+void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
-+
-+/**
-+ * Perform a binary search using read_timestamp().
-+ *
-+ * @param target_ts target timestamp in the time base of the given stream
-+ * @param stream_index stream number
-+ */
-+int64_t ff_gen_search(AVFormatContext *s, int stream_index,
-+ int64_t target_ts, int64_t pos_min,
-+ int64_t pos_max, int64_t pos_limit,
-+ int64_t ts_min, int64_t ts_max,
-+ int flags, int64_t *ts_ret,
-+ int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
-+
-+/**
-+ * Set the pts for a given stream. If the new values would be invalid
-+ * (<= 0), it leaves the AVStream unchanged.
-+ *
-+ * @param s stream
-+ * @param pts_wrap_bits number of bits effectively used by the pts
-+ * (used for wrap control, 33 is the value for MPEG)
-+ * @param pts_num numerator to convert to seconds (MPEG: 1)
-+ * @param pts_den denominator to convert to seconds (MPEG: 90000)
-+ */
-+void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits,
-+ unsigned int pts_num, unsigned int pts_den);
-+
-+/**
-+ * Add side data to a packet for changing parameters to the given values.
-+ * Parameters set to 0 aren't included in the change.
-+ */
-+int ff_add_param_change(AVPacket *pkt, int32_t channels,
-+ uint64_t channel_layout, int32_t sample_rate,
-+ int32_t width, int32_t height);
-+
+#endif /* AVFORMAT_INTERNAL_H */
-diff -up mplayer-export-2012-02-04/ffmpeg/libavutil/x86_cpu.h.ffmpeg mplayer-export-2012-02-04/ffmpeg/libavutil/x86_cpu.h
---- mplayer-export-2012-02-04/ffmpeg/libavutil/x86_cpu.h.ffmpeg 2012-02-27 15:32:56.780716332 +0100
-+++ mplayer-export-2012-02-04/ffmpeg/libavutil/x86_cpu.h 2012-02-27 15:32:56.780716332 +0100
+diff -up mplayer-export-2012-02-05/ffmpeg/libavutil/x86_cpu.h.ffmpeg mplayer-export-2012-02-05/ffmpeg/libavutil/x86_cpu.h
+--- mplayer-export-2012-02-05/ffmpeg/libavutil/x86_cpu.h.ffmpeg 2012-03-12 00:18:05.000000000 +0100
++++ mplayer-export-2012-02-05/ffmpeg/libavutil/x86_cpu.h 2012-03-12 00:18:05.000000000 +0100
@@ -0,0 +1,98 @@
+/*
+ * copyright (c) 2006 Michael Niedermayer <michaelni(a)gmx.at>
@@ -434,9 +157,9 @@
+#endif
+
+#endif /* AVUTIL_X86_CPU_H */
-diff -up mplayer-export-2012-02-04/Makefile.ffmpeg mplayer-export-2012-02-04/Makefile
---- mplayer-export-2012-02-04/Makefile.ffmpeg 2012-02-27 15:32:56.722715938 +0100
-+++ mplayer-export-2012-02-04/Makefile 2012-02-27 15:32:56.793716420 +0100
+diff -up mplayer-export-2012-02-05/Makefile.ffmpeg mplayer-export-2012-02-05/Makefile
+--- mplayer-export-2012-02-05/Makefile.ffmpeg 2012-03-12 00:18:05.000000000 +0100
++++ mplayer-export-2012-02-05/Makefile 2012-03-12 00:18:05.000000000 +0100
@@ -787,7 +787,7 @@ mencoder$(EXESUF) mplayer$(EXESUF):
$(CC) -o $@ $^ $(EXTRALIBS)
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mplayer.spec 29 Feb 2012 16:45:42 -0000 1.46
+++ mplayer.spec 11 Mar 2012 23:28:14 -0000 1.47
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.132.%{pre}%{?dist}
+Release: 0.133.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -72,7 +72,6 @@
BuildRequires: libtheora-devel
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
-BuildRequires: libvpx-devel >= 0.9.1
BuildRequires: lirc-devel
BuildRequires: live555-devel
BuildRequires: lzo-devel >= 2
@@ -378,6 +377,10 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Sun Mar 11 2012 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0-0.133.20120205svn
+- drop libvpx build requirement (unused due to shared FFmpeg)
+- trim patch for shared FFmpeg support to minimum
+
* Wed Feb 29 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-0.132.20120205svn
- 20120205 snapshot
12 years, 8 months
rpms/dgen-sdl/F-15 .cvsignore, 1.4, 1.5 dgen-sdl.spec, 1.5, 1.6 sources, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4385
Modified Files:
.cvsignore dgen-sdl.spec sources
Log Message:
* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
- updated to new upstream version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-15/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Feb 2012 14:02:28 -0000 1.4
+++ .cvsignore 11 Mar 2012 20:57:04 -0000 1.5
@@ -1 +1 @@
-dgen-sdl-1.29.tar.gz
+dgen-sdl-1.30.tar.gz
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-15/dgen-sdl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dgen-sdl.spec 5 Feb 2012 14:02:28 -0000 1.5
+++ dgen-sdl.spec 11 Mar 2012 20:57:04 -0000 1.6
@@ -1,6 +1,6 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
-Version: 1.29
+Version: 1.30
Release: 1%{?dist}
License: BSD
Group: Applications/Emulators
@@ -62,6 +62,12 @@
%doc docs/cz80 docs/musa docs/mz80 docs/star
%changelog
+* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
+- updated to new upstream version
+
+* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.29-2
+- Rebuilt for c++ ABI breakage
+
* Sat Feb 04 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.29-1
- updated to new upstream version
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-15/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Feb 2012 14:02:28 -0000 1.4
+++ sources 11 Mar 2012 20:57:04 -0000 1.5
@@ -1 +1 @@
-4b634969da474ba262f7b25cb4fd46fe dgen-sdl-1.29.tar.gz
+df63f2f1aa317f8bf682a1a551920a9a dgen-sdl-1.30.tar.gz
12 years, 8 months
rpms/dgen-sdl/F-16 .cvsignore, 1.4, 1.5 dgen-sdl.spec, 1.5, 1.6 sources, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4271
Modified Files:
.cvsignore dgen-sdl.spec sources
Log Message:
* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
- updated to new upstream version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-16/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Feb 2012 14:01:57 -0000 1.4
+++ .cvsignore 11 Mar 2012 20:56:31 -0000 1.5
@@ -1 +1 @@
-dgen-sdl-1.29.tar.gz
+dgen-sdl-1.30.tar.gz
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-16/dgen-sdl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dgen-sdl.spec 5 Feb 2012 14:01:57 -0000 1.5
+++ dgen-sdl.spec 11 Mar 2012 20:56:31 -0000 1.6
@@ -1,6 +1,6 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
-Version: 1.29
+Version: 1.30
Release: 1%{?dist}
License: BSD
Group: Applications/Emulators
@@ -62,6 +62,12 @@
%doc docs/cz80 docs/musa docs/mz80 docs/star
%changelog
+* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
+- updated to new upstream version
+
+* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.29-2
+- Rebuilt for c++ ABI breakage
+
* Sat Feb 04 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.29-1
- updated to new upstream version
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-16/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Feb 2012 14:01:57 -0000 1.4
+++ sources 11 Mar 2012 20:56:31 -0000 1.5
@@ -1 +1 @@
-4b634969da474ba262f7b25cb4fd46fe dgen-sdl-1.29.tar.gz
+df63f2f1aa317f8bf682a1a551920a9a dgen-sdl-1.30.tar.gz
12 years, 8 months
rpms/dgen-sdl/F-17 .cvsignore, 1.4, 1.5 dgen-sdl.spec, 1.6, 1.7 sources, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3745
Modified Files:
.cvsignore dgen-sdl.spec sources
Log Message:
* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
- updated to new upstream version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-17/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Feb 2012 14:01:20 -0000 1.4
+++ .cvsignore 11 Mar 2012 20:56:01 -0000 1.5
@@ -1 +1 @@
-dgen-sdl-1.29.tar.gz
+dgen-sdl-1.30.tar.gz
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-17/dgen-sdl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dgen-sdl.spec 7 Mar 2012 23:11:38 -0000 1.6
+++ dgen-sdl.spec 11 Mar 2012 20:56:01 -0000 1.7
@@ -1,7 +1,7 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
-Version: 1.29
-Release: 2%{?dist}
+Version: 1.30
+Release: 1%{?dist}
License: BSD
Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
@@ -62,6 +62,9 @@
%doc docs/cz80 docs/musa docs/mz80 docs/star
%changelog
+* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
+- updated to new upstream version
+
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.29-2
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-17/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Feb 2012 14:01:20 -0000 1.4
+++ sources 11 Mar 2012 20:56:01 -0000 1.5
@@ -1 +1 @@
-4b634969da474ba262f7b25cb4fd46fe dgen-sdl-1.29.tar.gz
+df63f2f1aa317f8bf682a1a551920a9a dgen-sdl-1.30.tar.gz
12 years, 8 months
rpms/dgen-sdl/devel dgen-sdl.spec,1.7,1.8
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3629
Modified Files:
dgen-sdl.spec
Log Message:
Fixed changelog
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/dgen-sdl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dgen-sdl.spec 11 Mar 2012 20:42:49 -0000 1.7
+++ dgen-sdl.spec 11 Mar 2012 20:55:27 -0000 1.8
@@ -65,6 +65,9 @@
* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
- updated to new upstream version
+* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.29-2
+- Rebuilt for c++ ABI breakage
+
* Sat Feb 04 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.29-1
- updated to new upstream version
12 years, 8 months
rpms/dgen-sdl/devel .cvsignore, 1.4, 1.5 dgen-sdl.spec, 1.6, 1.7 sources, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2210
Modified Files:
.cvsignore dgen-sdl.spec sources
Log Message:
* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
- updated to new upstream version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Feb 2012 14:01:20 -0000 1.4
+++ .cvsignore 11 Mar 2012 20:42:49 -0000 1.5
@@ -1 +1 @@
-dgen-sdl-1.29.tar.gz
+dgen-sdl-1.30.tar.gz
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/dgen-sdl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dgen-sdl.spec 7 Mar 2012 23:15:37 -0000 1.6
+++ dgen-sdl.spec 11 Mar 2012 20:42:49 -0000 1.7
@@ -1,7 +1,7 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
-Version: 1.29
-Release: 2%{?dist}
+Version: 1.30
+Release: 1%{?dist}
License: BSD
Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
@@ -62,8 +62,8 @@
%doc docs/cz80 docs/musa docs/mz80 docs/star
%changelog
-* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.29-2
-- Rebuilt for c++ ABI breakage
+* Sun Mar 11 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.30-1
+- updated to new upstream version
* Sat Feb 04 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.29-1
- updated to new upstream version
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Feb 2012 14:01:20 -0000 1.4
+++ sources 11 Mar 2012 20:42:49 -0000 1.5
@@ -1 +1 @@
-4b634969da474ba262f7b25cb4fd46fe dgen-sdl-1.29.tar.gz
+df63f2f1aa317f8bf682a1a551920a9a dgen-sdl-1.30.tar.gz
12 years, 8 months