rpms/get_iplayer/F-20 get_iplayer.spec,1.18,1.19
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8145
Modified Files:
get_iplayer.spec
Log Message:
* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-7
- Functionality is improved if XML::Simple is installed, so add it as a
dependency. Bug #3137.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/get_iplayer.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- get_iplayer.spec 28 Feb 2014 16:34:25 -0000 1.18
+++ get_iplayer.spec 28 Feb 2014 17:56:44 -0000 1.19
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 2.85
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -20,6 +20,7 @@
BuildRequires: perl(HTML::Entities) perl(HTTP::Cookies)
BuildRequires: file-libs >= 5.14-14
Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core AtomicParsley
+Requires: perl(XML::Simple)
%{?filter_setup:
# https://bugzilla.redhat.com/show_bug.cgi?id=734244
@@ -56,7 +57,12 @@
%doc LICENSE.txt
%doc README.md
+
%changelog
+* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-7
+- Functionality is improved if XML::Simple is installed, so add it as a
+ dependency. Bug #3137.
+
* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-6
- Restore dependency filtering, required again now that
https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed. Fixes
10 years, 8 months
rpms/get_iplayer/devel get_iplayer.spec,1.19,1.20
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6723
Modified Files:
get_iplayer.spec
Log Message:
* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-6
- Restore dependency filtering, required again now that
https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed. Fixes
bug #3181.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/get_iplayer.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- get_iplayer.spec 16 Jan 2014 13:57:45 -0000 1.19
+++ get_iplayer.spec 28 Feb 2014 17:34:01 -0000 1.20
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 2.85
-Release: 4%{?dist}
+Release: 6%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -19,7 +19,13 @@
BuildRequires: perl(LWP::UserAgent) perl(POSIX) perl(Time::Local) perl(URI)
BuildRequires: perl(HTML::Entities) perl(HTTP::Cookies)
BuildRequires: file-libs >= 5.14-14
-Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core
+Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core AtomicParsley
+
+%{?filter_setup:
+# https://bugzilla.redhat.com/show_bug.cgi?id=734244
+%filter_from_requires /perl(Programme.*)/d; /perl(Streamer)/d;
+%filter_setup
+}
%description
get_iplayer is a tool for listing, recording and streaming BBC iPlayer TV
@@ -51,6 +57,14 @@
%doc README.md
%changelog
+* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-6
+- Restore dependency filtering, required again now that
+ https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed. Fixes
+ bug #3181.
+
+* Sun Feb 16 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-5
+- Depend on AtomicParsley (now packaged for Fedora 20).
+
* Thu Jan 16 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-4
- Remove workaround for RHBZ#1051607, fixed in file-libs-5.14-14.
10 years, 8 months
rpms/get_iplayer/F-20 get_iplayer.spec,1.17,1.18
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv734
Modified Files:
get_iplayer.spec
Log Message:
* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-6
- Restore dependency filtering, required again now that
https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed. Fixes
bug #3181.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/get_iplayer.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- get_iplayer.spec 16 Feb 2014 15:25:44 -0000 1.17
+++ get_iplayer.spec 28 Feb 2014 16:34:25 -0000 1.18
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 2.85
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -21,6 +21,12 @@
BuildRequires: file-libs >= 5.14-14
Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core AtomicParsley
+%{?filter_setup:
+# https://bugzilla.redhat.com/show_bug.cgi?id=734244
+%filter_from_requires /perl(Programme.*)/d; /perl(Streamer)/d;
+%filter_setup
+}
+
%description
get_iplayer is a tool for listing, recording and streaming BBC iPlayer TV
programmes, and other programmes via 3rd-party plugins.
@@ -51,6 +57,11 @@
%doc README.md
%changelog
+* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-6
+- Restore dependency filtering, required again now that
+ https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed. Fixes
+ bug #3181.
+
* Sun Feb 16 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-5
- Depend on AtomicParsley (now packaged for Fedora 20).
10 years, 8 months
rpms/mpv/F-19 .cvsignore,1.4,1.5 mpv.spec,1.18,1.19 sources,1.7,1.8
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27348
Modified Files:
.cvsignore mpv.spec sources
Log Message:
* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
- Rebuilt for mistake
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 25 Jan 2014 18:07:36 -0000 1.4
+++ .cvsignore 28 Feb 2014 14:08:33 -0000 1.5
@@ -1 +1 @@
-v0.3.3.tar.gz
+v0.3.5.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mpv.spec 25 Jan 2014 18:07:37 -0000 1.18
+++ mpv.spec 28 Feb 2014 14:08:33 -0000 1.19
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.3.3
-Release: 1%{?dist}
+Version: 0.3.5
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -113,6 +113,12 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
+- Rebuilt for mistake
+
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-1
+- New version 0.3.5
+
* Sat Jan 25 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.3-1
- New version 0.3.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 25 Jan 2014 18:07:37 -0000 1.7
+++ sources 28 Feb 2014 14:08:33 -0000 1.8
@@ -1 +1 @@
-bdf40570d1fc025058f9f2aabb91899f v0.3.3.tar.gz
+b3fdd3e70d6e53a14c3b1881343d2aca v0.3.5.tar.gz
10 years, 8 months
rpms/mpv/F-20 .cvsignore,1.7,1.8 mpv.spec,1.21,1.22 sources,1.7,1.8
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27241
Modified Files:
.cvsignore mpv.spec sources
Log Message:
* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
- Rebuilt for mistake
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 25 Jan 2014 18:07:22 -0000 1.7
+++ .cvsignore 28 Feb 2014 14:08:19 -0000 1.8
@@ -1 +1 @@
-v0.3.3.tar.gz
+v0.3.5.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/mpv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mpv.spec 25 Jan 2014 18:07:22 -0000 1.21
+++ mpv.spec 28 Feb 2014 14:08:19 -0000 1.22
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.3.3
-Release: 1%{?dist}
+Version: 0.3.5
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -113,6 +113,12 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
+- Rebuilt for mistake
+
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-1
+- New version 0.3.5
+
* Sat Jan 25 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.3-1
- New version 0.3.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 25 Jan 2014 18:07:22 -0000 1.7
+++ sources 28 Feb 2014 14:08:19 -0000 1.8
@@ -1 +1 @@
-bdf40570d1fc025058f9f2aabb91899f v0.3.3.tar.gz
+b3fdd3e70d6e53a14c3b1881343d2aca v0.3.5.tar.gz
10 years, 8 months
rpms/mpv/devel .cvsignore,1.7,1.8 mpv.spec,1.22,1.23 sources,1.7,1.8
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26783
Modified Files:
.cvsignore mpv.spec sources
Log Message:
* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
- Rebuilt for mistake
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 25 Jan 2014 18:06:30 -0000 1.7
+++ .cvsignore 28 Feb 2014 13:55:03 -0000 1.8
@@ -1 +1 @@
-v0.3.3.tar.gz
+v0.3.5.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mpv.spec 28 Feb 2014 13:52:02 -0000 1.22
+++ mpv.spec 28 Feb 2014 13:55:03 -0000 1.23
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.3.5
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -113,6 +113,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-2
+- Rebuilt for mistake
+
* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-1
- New version 0.3.5
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 25 Jan 2014 18:06:30 -0000 1.7
+++ sources 28 Feb 2014 13:55:03 -0000 1.8
@@ -1 +1 @@
-bdf40570d1fc025058f9f2aabb91899f v0.3.3.tar.gz
+b3fdd3e70d6e53a14c3b1881343d2aca v0.3.5.tar.gz
10 years, 8 months
rpms/mpv/devel mpv.spec,1.21,1.22
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26552
Modified Files:
mpv.spec
Log Message:
* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-1
- New version 0.3.5
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mpv.spec 25 Jan 2014 18:06:30 -0000 1.21
+++ mpv.spec 28 Feb 2014 13:52:02 -0000 1.22
@@ -1,5 +1,5 @@
Name: mpv
-Version: 0.3.3
+Version: 0.3.5
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
@@ -113,6 +113,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Fri Feb 28 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.5-1
+- New version 0.3.5
+
* Sat Jan 25 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.3-1
- New version 0.3.3
10 years, 8 months
rpms/motion/F-20 motion.spec,1.28,1.29 sources,1.9,1.10
by Tomasz Torcz
Author: ttorcz
Update of /cvs/free/rpms/motion/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17091
Modified Files:
motion.spec sources
Log Message:
* Sat Jan 11 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.9
- use the same sources and BRs as F-19 (trunkREV557.11) branch (fixes #3106)
- adjust for UnversionedDocdirs
Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/F-20/motion.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- motion.spec 20 Apr 2013 14:54:10 -0000 1.28
+++ motion.spec 28 Feb 2014 10:24:58 -0000 1.29
@@ -1,6 +1,6 @@
Name: motion
Version: 3.3.0
-Release: trunkREV557.8%{?dist}
+Release: trunkREV557.9%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -13,7 +13,7 @@
Patch1: motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libjpeg-devel ffmpeg-compat-devel zlib-devel
+BuildRequires: libjpeg-devel ffmpeg-compat-devel zlib-devel ffmpeg-devel
Buildrequires: pkgconfig(sqlite3)
BuildRequires: systemd-units
#This requires comes from the startup script, it will be there until motion supports libv4l calls in the code
@@ -66,6 +66,8 @@
install -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
#We install tmpfiles configuration
install -D -m 0755 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
+#We remove versioned docs
+rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
%pre
getent passwd motion >/dev/null || \
@@ -115,6 +117,10 @@
%attr(0755,root,root) %{_tmpfilesdir}/%{name}.conf
%changelog
+* Sat Jan 11 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.9
+- use the same sources and BRs as F-19 (trunkREV557.11) branch (fixes #3106)
+- adjust for UnversionedDocdirs
+
* Sat Apr 20 2013 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.8
- migrate from running as root to running as motion:video (fixes #1935)
- don't ship INSTALL file
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/F-20/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 1 Oct 2011 13:03:24 -0000 1.9
+++ sources 28 Feb 2014 10:24:58 -0000 1.10
@@ -1 +1 @@
-ecc497ec9307aef283c1bc0cae3adf4e motion-3.3.0.tar.gz
+a11826f948e0d99120b32123679d5fc5 motion-3.3.0.tar.gz
10 years, 8 months
rpms/gstreamer-plugins-bad/EL-6 gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 gstreamer-plugins-bad.spec, 1.51, 1.52 sources, 1.16, 1.17
by Simone Caronni
Author: slaanesh
Update of /cvs/free/rpms/gstreamer-plugins-bad/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16922
Modified Files:
.cvsignore gstreamer-plugins-bad.spec sources
Added Files:
gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch
Log Message:
* Wed Feb 05 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10.19-2
- Remove obsolete spec file directives.
- Add VDPAU plugin and create freeworld-devel subpackage. See:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3110#c9.
gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch:
gstmpeg2encoder.cc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--- NEW FILE gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch ---
>From 407b02578689804dc6bc47e53be9e87cc1b25597 Mon Sep 17 00:00:00 2001
From: Götz Waschk <waschk(a)mandriva.org>
Date: Tue, 24 May 2011 13:42:44 +0000
Subject: mpeg2enc: support mjpegtools 2.0
This adds conditional includes for the renamed headers in mjpegtools 2.0.
Fixes: #650970.
---
diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc
index acfda50..31f1a30 100644
--- a/ext/mpeg2enc/gstmpeg2encoder.cc
+++ b/ext/mpeg2enc/gstmpeg2encoder.cc
@@ -26,7 +26,10 @@
#include <mpegconsts.h>
#include <quantize.hh>
-#if GST_MJPEGTOOLS_API >= 10900
+#if GST_MJPEGTOOLS_API >= 10903
+#include <ontheflyratectlpass1.hh>
+#include <ontheflyratectlpass2.hh>
+#elif GST_MJPEGTOOLS_API >= 10900
#include <ontheflyratectl.hh>
#include <pass1ratectl.hh>
#include <pass2ratectl.hh>
--
cgit v0.9.0.2-2-gbebe
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 12 Jul 2012 15:37:42 -0000 1.16
+++ .cvsignore 28 Feb 2014 10:21:34 -0000 1.17
@@ -1 +1 @@
-gst-plugins-bad-0.10.23.tar.bz2
+gst-plugins-bad-0.10.19.tar.bz2
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/gstreamer-plugins-bad.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gstreamer-plugins-bad.spec 7 Jan 2014 14:35:24 -0000 1.51
+++ gstreamer-plugins-bad.spec 28 Feb 2014 10:21:34 -0000 1.52
@@ -1,56 +1,75 @@
%define majorminor 0.10
%define gstreamer gstreamer
-%define gst_minver 0.10.33
-%define gstpb_minver 0.10.33
+%define gst_minver 0.10.29
+%define gstpb_minver 0.10.29
# which plugins to actually build and install
%ifarch %{ix86} x86_64
-%define gstdirs gst/dvdspu gst/real gst/siren
+%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/real gst/siren
%else
-%define gstdirs gst/dvdspu gst/siren
+%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/siren
%endif
-%define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/rtmp ext/voamrwbenc ext/xvid
+%define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/xvid sys/vdpau
-Summary: GStreamer streaming media framework "bad" plug-ins
-Name: gstreamer-plugins-bad
-Version: 0.10.23
-Release: 5%{?dist}
-License: LGPLv2+
-Group: Applications/Multimedia
-URL: http://gstreamer.freedesktop.org/
-Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
-Requires: %{gstreamer} >= %{gst_minver}
+Summary: GStreamer streaming media framework "bad" plug-ins
+Name: gstreamer-plugins-bad
+Version: 0.10.19
+Release: 2%{?dist}
+License: LGPLv2+
+URL: http://gstreamer.freedesktop.org/
+Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+
+# http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=407b0257...
+Patch0: gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch
+
+Requires: %{gstreamer} >= %{gst_minver}
# Drag in the free plugins which are in Fedora now, for upgrade path
-Requires: gstreamer-plugins-bad-free >= %{version}
-BuildRequires: %{gstreamer}-devel >= %{gst_minver}
-BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
-
-BuildRequires: check
-BuildRequires: gettext-devel
-BuildRequires: libXt-devel
-BuildRequireS: gtk-doc
-BuildRequires: liboil-devel
-BuildRequires: libdca-devel
-BuildRequires: faad2-devel
-BuildRequires: xvidcore-devel
-BuildRequires: libmms-devel
-BuildRequires: mjpegtools-devel >= 2.0.0
-BuildRequires: twolame-devel
-BuildRequires: libmimic-devel
-BuildRequires: librtmp-devel
-BuildRequires: vo-amrwbenc-devel
+Requires: gstreamer-plugins-bad-free >= %{version}
+
+BuildRequires: %{gstreamer}-devel >= %{gst_minver}
+BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
+
+BuildRequires: check
+BuildRequires: faad2-devel
+BuildRequires: gettext-devel
+BuildRequires: gtk-doc
+BuildRequires: libdca-devel
+BuildRequires: libmimic-devel
+BuildRequires: libmms-devel
+BuildRequires: liboil-devel
+BuildRequires: libvdpau-devel
+BuildRequires: libXt-devel
+BuildRequires: mjpegtools-devel
+BuildRequires: PyXML
+BuildRequires: twolame-devel
+BuildRequires: xvidcore-devel
+
%description
GStreamer is a streaming media framework, based on graphs of elements which
operate on media data.
-This package contains plug-ins that have licensing issues, aren't tested
+This package contains plug-ins that have licensing issues, aren't tested well
+enough, or the code is not of good enough quality.
+
+
+%package freeworld-devel
+Summary: Development files for the GStreamer "bad" plug-ins
+Requires: %{name} = %{version}-%{release}
+Requires: gstreamer-plugins-bad-free-devel
+
+%description freeworld-devel
+GStreamer is a streaming media framework, based on graphs of elements which
+operate on media data.
+
+This package contains the development files for the plug-ins that aren't tested
well enough, or the code is not of good enough quality.
%prep
%setup -q -n gst-plugins-bad-%{version}
+%patch0 -p1
%build
@@ -73,27 +92,29 @@
%install
for i in %{gstdirs} %{extdirs}; do
pushd $i
- make install V=2 DESTDIR=$RPM_BUILD_ROOT
+ make install V=2 DESTDIR=%{buildroot}
popd
done
# Clean out files that should not be part of the rpm.
-rm %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
+rm -f %{buildroot}/%{_libdir}/gstreamer-%{majorminor}/*.la \
+ %{buildroot}/%{_libdir}/*.la
%files
-%defattr(-,root,root,-)
%doc AUTHORS COPYING README REQUIREMENTS
-# Take the whole dir for proper dir ownership (shared with other plugin pkgs)
-%{_datadir}/gstreamer-0.10
-
+%{_libdir}/libgstvdp-%{majorminor}.so.0
+%{_libdir}/libgstvdp-%{majorminor}.so.0.0.0
# Plugins without external dependencies
+%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstqtmux.so
%ifarch %{ix86} x86_64
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
-
# Plugins with external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
@@ -101,56 +122,19 @@
%{_libdir}/gstreamer-%{majorminor}/libgstmimic.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
-%{_libdir}/gstreamer-%{majorminor}/libgstrtmp.so
-%{_libdir}/gstreamer-%{majorminor}/libgstvoamrwbenc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvdpau.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
+%files freeworld-devel
+%{_libdir}/libgstvdp-%{majorminor}.so
+%{_includedir}/gstreamer-%{majorminor}/gst/vdpau
-%changelog
-* Tue Jan 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.23-5
-- Rebuilt for librtmp
-
-* Sun Nov 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.23-4
-- Rebuilt for mjpegtools update to 2.1.0
-
-* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.23-3
-- Drop no longer needed PyXML BuildRequires (rf#2572)
-
-* Sat Nov 10 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.23-2
-- Add/enable vo-amrwbenc plugin
-* Thu Jul 12 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.23-1
-- New upstream release 0.10.23 (rf#2377)
-
-* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.22-4
-- Rebuilt for c++ ABI breakage
-
-* Wed Feb 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.22-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Aug 2 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.22-2
-- Rebuild for new mjpegtools-2.0.0 (rf#1841)
-
-* Tue May 17 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.22-1
-- New upstream release 0.10.22
-
-* Thu Apr 21 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.21-3
-- Rebuild for proper package kit magic provides (rhbz#695730)
-
-* Tue Mar 08 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.21-2
-- Enable rtmp plugin (rf#1651)
-
-* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.21-1
-- New upstream release 0.10.21
-
-* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.20-3
-- Drop mux-es (moved to Fedora's gstreamer-plugins-bad-free)
-
-* Fri Oct 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.20-2
-- Rebuilt for gcc bug
-
-* Sun Sep 12 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.20-1
-- New upstream release 0.10.20
+%changelog
+* Wed Feb 05 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10.19-2
+- Remove obsolete spec file directives.
+- Add VDPAU plugin and create freeworld-devel subpackage. See:
+ https://bugzilla.rpmfusion.org/show_bug.cgi?id=3110#c9.
* Sun Jun 13 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.19-1
- New upstream release 0.10.19
@@ -162,260 +146,3 @@
- Require new gstreamer-plugins-bad-free which is now in Fedora
- Drop all files found in gstreamer-plugins-bad-free
- Drop all subpackages (all subpackages of gstreamer-plugins-bad-free now)
-
-* Sat Dec 19 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-3
-- Disable muscbrainz / trm plugin (#1001)
-
-* Fri Dec 4 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-2
-- Enable LADSPA plugins (#992)
-
-* Wed Nov 18 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-1
-- New upstream release 0.10.17
-
-* Sat Nov 7 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.16-1
-- New upstream release 0.10.16
-
-* Sun Oct 25 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-10
-- Disable faac AAC (MPEG 2 / 4 audio) encode plugin as faac was moved to
- non free (rf 898)
-
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-9
-- disable libgstneonhttpsrc
-
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-8
-- rebuilt
-
-* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-7
-- Rebuild for new libass
-
-* Tue Aug 11 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-6
-- Enable mimic plugin now that we have libmimic in RPM Fusion
-
-* Thu Aug 6 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-5
-- Re-enable siren as it also has not been added to gst-plugins-good (#749)
-
-* Tue Jul 07 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-4
-- rebuild for new directfb
-
-* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-3
-- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
-
-* Tue Jun 23 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-2
-- Disable farsight plugins again, they have been added to Fedora's
- gstreamer-plugins-good package
-
-* Fri Jun 19 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-1
-- New upstream release 0.10.13
-- Disable input-selector plugin as it has been added to Fedora's
- gstreamer-plugins-base as rythmbox needs it
-- Enable plugins moved from farsight into -bad, as rawhide now
- has a new gstreamer-plugins-farsight, which no longer contains them
-
-* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-2
-- Rebuild for changes in the gstreamer provides script
-
-* Sun May 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-1
-- New upstream release 0.10.12
-- Resolves rf 622, rf 592
-
-* Wed Apr 15 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-4
-- Rebuild for new mjpegtools
-
-* Fri Apr 3 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-3
-- Disable mpegdemux plugin as it conflicts with
- gstreamer-plugins-flumpegdemux (rf 474)
-
-* Sun Mar 29 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-2
-- Rebuild for new faad2 and x264
-- Enable libass plugin
-- Move the midi plugins to the -extras package, so that people who do not
- need / want midi playback support do not have to download 200 MB of
- wavetable instruments. For people who do want this the automatic gstreamer
- plugin install should take care of installing them.
-
-* Sun Mar 22 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-1
-- New upstream release 0.10.11
-- Enable celt plugin (rf 380)
-- Fix broken libBPM dep (rf 412)
-- Rebuild for new soundtouch (rf 457)
-- Disable plugins moved from gst-plugins-farsight for now, until a new
- gst-plugins-farsight release solving the conflicts is available
-- Bring back -devel and -devel-doc subdirs for new libgstphotography
-
-* Wed Jan 21 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-1
-- New upstream release 0.10.10
-- Drop -devel and -devel-docs subpackages now that libgstapp has moved to
- the base plugins
-- Disable gtk-doc now that we no longer have a -devel subpackage
-- This release fixes the file conflicts with the new gstreamer-0.10.22 release
-
-* Sat Dec 27 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-3
-- Put devel docs in seperate subpackage to avoid multilib conflict (rf 276)
-
-* Wed Dec 17 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-2
-- Rebuild for new x264 (using patch from Rathann)
-
-* Sun Oct 26 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-1
-- New upstream release 0.10.9
-- Rebuild for new directfb
-
-* Sun Sep 14 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-4
-- Rebuild for new x264 and to generate new magic gstreamer provides
-
-* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-3
-- Enable DVD navigation plugin
-
-* Fri Aug 1 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-2
-- Release bump to keep rpmfusion version higher then livna
-
-* Fri Aug 1 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-1
-- New upstream release 0.10.8
-- Merge changes from latest freshrpms package: enable ofa and dirac plugins
-
-* Fri Jun 27 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-2
-- Rebuild for new x264
-
-* Thu Apr 24 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-1
-- New upstream release 0.10.7
-- Drop many upstreamed patches
-
-* Sun Mar 9 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-3
-- Rebuild for new x264
-
-* Tue Feb 26 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-2
-- Enable dc1394 plugin
-
-* Sun Feb 24 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-1
-- New upstream release 0.10.6-1
-- Drop many upstreamed patches
-- Fixes conflict with the latest gstreamer-plugins-good (livna 1884)
-
-* Tue Feb 5 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-15
-- Fix compilation with gcc 4.3
-
-* Tue Feb 5 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-14
-- Add flv demuxer from CVS (livna bug 1846)
-
-* Sun Dec 9 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-13
-- Add patch fixing compilation with mjpegtools 1.9.0rc3
-
-* Sun Dec 9 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-12
-- Add patch from upstream vcs which makes mms honor your connection speed
- settings
-- Add (painstakingly self written) patch adding support for mms / mmsh seeking!
-
-* Tue Nov 13 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-11
-- Rebuild for new faad2
-
-* Sun Nov 4 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-10
-- Rebuild for new libdca
-
-* Thu Oct 18 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-9
-- Rebuild for new (old) faad2 (livna bug 1679)
-
-* Sat Sep 29 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-8
-- Update mythtvsrc code to CVS version (livna bug 1660)
-
-* Thu Sep 27 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-7
-- No libgstreal.so on ppc / ppc64
-
-* Thu Sep 27 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-6
-- Fix detection of libdts with current livna libtds, this might need to be
- changed back again for rpmfusion, depending on how libdts will look there
-
-* Sat Sep 22 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-5
-- Add mythtvsrc plugin (livna 1646)
-- Put some less often used plugins, which bring in also usually not installed
- deps in a -extras package
-
-* Sat Sep 15 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-4
-- Merge livna spec bugfixes into freshrpms spec for rpmfusion:
-- Set release to 4 to be higher as both livna and freshrpms latest release
-- Set package name and origin to rpmfusion
-- Make mpeg2enc plugin compile with current mjpegtools
-- Make the real plugins search for the RealPlayer .so files in various
- known possible locations instead of using only one hardcoded path to them
-- Make the wildmidi plugin work with the default Fedora timidity patch set
-- Add a couple of missing modtracker mimetypes to the modplug plugin
-- Use the system version of libmodplug
-- Fix building of the neonsrc plugin with the latest (rawhide) neon
-- Disable the ladspa plugin as this has been added to Fedora's rawhide
- gstreamer-plugins-good
-- Don't put an rpath in the .so's on x86_64
-- Re-enable gtk-doc now that we have a -devel package again
-- Enable libtimidity plugin
-- Fix detection of (and linking with) libdca for the dtsdec plugin
-
-* Tue Aug 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.5-1
-- Update to 0.10.5.
-- Update faad2 patch : Some fixes went in, but faad2.h still produces an error.
-- Remove libgstqtdemux, libgstvideocrop and libgstwavpack, all are in good now.
-- Enable new nas, x264, wildmidi and libsndfile plugins.
-- Re-add devel package now that we have a main shared lib and header files.
-- Add check build requirement.
-
-* Wed Mar 30 2007 Matthias Saou <http://freshrpms.net/> 0.10.4-1
-- Update to 0.10.4 for F7.
-- Disable swfdec... does anything/anyone even use it here? Once it stabilizes
- somewhat more, maybe then it'll be worth re-enabling.
-- Re-enable wavpack, it works again now.
-- Enable libcdaudio support.
-- Enable jack support.
-- Enable ladspa support.
-- Enable mpeg2enc (mjpegtools) support.
-- Remove no longer present libgstvideo4linux2.so and add all new plugins.
-- Remove all gtk-doc references (all gone...?) and devel package too.
-
-* Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.10.3-3
-- Update faad2 patch to also update the plugin sources, not just configure.
-
-* Mon Dec 18 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-2
-- Try to rebuild against new wavpack 4.40 from Extras : Fails.
-- Try to update to 0.10.3.2 pre-release : Fails, it needs a more recent gst.
-- Try to include patch to update wavpack plugin source from 0.10.3.2
- pre-release : Fails to find wavpack/md5.h.
-- Give up and disable wavpack support for now, sorry! Patches welcome.
-- Include patch to fix faad2 2.5 detection.
-- Add soundtouch support.
-
-* Thu Jun 1 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-1
-- Update to 0.10.3.
-- Add new translations.
-- Add libgstmodplug.so, libgstvideo4linux2.so and libgstxingheader.so.
-- Add new libmusicbrainz support.
-
-* Thu Mar 23 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-2
-- Add libmms support, thanks to Daniel S. Rogers.
-
-* Wed Feb 22 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-1
-- Update to 0.10.1.
-- Add libgstcdxaparse.so and libgstfreeze.so.
-- Enable libgstbz2.so, libgstglimagesink.so and libgstneonhttpsrc.so.
-
-* Wed Jan 25 2006 Matthias Saou <http://freshrpms.net/> 0.10.0.1-1
-- Update to 0.10.0.1, add new plugins.
-- Spec file cleanup and rebuild for FC5.
-
-* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.10.0-0.gst.1
-- new release
-
-* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.7-0.gst.1
-- new release with 0.10 major/minor
-
-* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- new release
-- remove tta patch
-- don't check for languages, no translations yet
-- added gtk-doc
-
-* Wed Oct 26 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.4-0.gst.1
-- new release
-- added speed plugin
-
-* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.3-0.gst.1
-- new release
-
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 12 Jul 2012 15:37:42 -0000 1.16
+++ sources 28 Feb 2014 10:21:34 -0000 1.17
@@ -1 +1 @@
-fcb09798114461955260e4d940db5987 gst-plugins-bad-0.10.23.tar.bz2
+368f72e2a1c7a6e8fe60394e4315259b gst-plugins-bad-0.10.19.tar.bz2
10 years, 8 months
rpms/xine-lib/devel xine-lib.spec,1.2,1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-lib/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3099
Modified Files:
xine-lib.spec
Log Message:
Rebuilt
Index: xine-lib.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xine-lib.spec 5 Nov 2013 18:11:12 -0000 1.2
+++ xine-lib.spec 26 Feb 2014 16:49:02 -0000 1.3
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.4
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -329,6 +329,9 @@
%changelog
+* Wed Feb 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.4-4
+- Rebuilt for libcdio
+
* Tue Nov 05 2013 Xavier Bachelot <xavier(a)bachelot.org> 1.2.4-3
- Rebuild for ffmpeg 2.1.
10 years, 9 months