rpms/madplay/F-8 madplay.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/madplay/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5010
Modified Files:
madplay.spec
Log Message:
Release bump and build for rpmfusion
Index: madplay.spec
===================================================================
RCS file: /cvs/free/rpms/madplay/F-8/madplay.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- madplay.spec 17 Aug 2008 14:30:15 -0000 1.1
+++ madplay.spec 25 Sep 2008 22:08:30 -0000 1.2
@@ -1,26 +1,26 @@
-Name: madplay
-Version: 0.15.2b
-Release: 4%{?dist}
-Summary: MPEG audio decoder and player
-
-Group: System Environment/Libraries
-License: GPL
-URL: http://www.underbit.com/products/mad/
-Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
-Source1: mp3license
-Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
-Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires: %{_sbindir}/update-alternatives
-BuildRequires: libmad-devel
-BuildRequires: libid3tag-devel
-BuildRequires: esound-devel
-BuildRequires: gettext
+Name: madplay
+Version: 0.15.2b
+Release: 5%{?dist}
+Summary: MPEG audio decoder and player
+
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://www.underbit.com/products/mad/
+Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Source1: mp3license
+Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
+Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires: %{_sbindir}/update-alternatives
+BuildRequires: libmad-devel
+BuildRequires: libid3tag-devel
+BuildRequires: esound-devel
+BuildRequires: gettext
%{?_with_alsa:BuildRequires: alsa-lib-devel}
-Provides: mp3-cmdline
-Provides: mad = %{version}-%{release}
-Obsoletes: mad < %{version}-%{release}
+Provides: mp3-cmdline
+Provides: mad = %{version}-%{release}
+Obsoletes: mad < %{version}-%{release}
%description
madplay is a command-line MPEG audio decoder and player based on the
@@ -35,6 +35,9 @@
%{__patch} -i debian/patches/00_ucs4.diff
sed -i -e 's/[-lz]/[]/' configure.ac ; sed -i -e 's/ -lz / /' configure
touch -r aclocal.m4 configure.ac
+# Recode CREDITS to utf-8
+/usr/bin/iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv \
+ && /bin/mv CREDITS.conv CREDITS
%build
@@ -59,6 +62,7 @@
%{_sbindir}/update-alternatives --install %{_bindir}/mp3-cmdline \
mp3-cmdline %{_bindir}/madplay 30
+
%postun
if [ $1 -eq 0 ] ; then
%{_sbindir}/update-alternatives --remove mp3-cmdline %{_bindir}/madplay
@@ -76,8 +80,14 @@
%changelog
+* Wed Sep 24 2008 David Timms <iinet.net.au@dtimms> 0.15.2b-5
+- import and bump release for rpmfusion.
+- update license to GPLv2+ to meet Fedora guidelines.
+- change Group to Applications/Multimedia
+- convert CREDITS to utf-8
+
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.15.2b-4
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.2b-3
- Rebuild.
16 years, 2 months
rpms/madplay/F-9 madplay.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/madplay/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3786
Modified Files:
madplay.spec
Log Message:
Release bump and build for rpmfusion
Index: madplay.spec
===================================================================
RCS file: /cvs/free/rpms/madplay/F-9/madplay.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- madplay.spec 17 Aug 2008 14:25:24 -0000 1.1
+++ madplay.spec 25 Sep 2008 22:06:46 -0000 1.2
@@ -1,26 +1,26 @@
-Name: madplay
-Version: 0.15.2b
-Release: 4%{?dist}
-Summary: MPEG audio decoder and player
-
-Group: System Environment/Libraries
-License: GPL
-URL: http://www.underbit.com/products/mad/
-Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
-Source1: mp3license
-Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
-Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires: %{_sbindir}/update-alternatives
-BuildRequires: libmad-devel
-BuildRequires: libid3tag-devel
-BuildRequires: esound-devel
-BuildRequires: gettext
+Name: madplay
+Version: 0.15.2b
+Release: 5%{?dist}
+Summary: MPEG audio decoder and player
+
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://www.underbit.com/products/mad/
+Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Source1: mp3license
+Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
+Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires: %{_sbindir}/update-alternatives
+BuildRequires: libmad-devel
+BuildRequires: libid3tag-devel
+BuildRequires: esound-devel
+BuildRequires: gettext
%{?_with_alsa:BuildRequires: alsa-lib-devel}
-Provides: mp3-cmdline
-Provides: mad = %{version}-%{release}
-Obsoletes: mad < %{version}-%{release}
+Provides: mp3-cmdline
+Provides: mad = %{version}-%{release}
+Obsoletes: mad < %{version}-%{release}
%description
madplay is a command-line MPEG audio decoder and player based on the
@@ -35,6 +35,9 @@
%{__patch} -i debian/patches/00_ucs4.diff
sed -i -e 's/[-lz]/[]/' configure.ac ; sed -i -e 's/ -lz / /' configure
touch -r aclocal.m4 configure.ac
+# Recode CREDITS to utf-8
+/usr/bin/iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv \
+ && /bin/mv CREDITS.conv CREDITS
%build
@@ -59,6 +62,7 @@
%{_sbindir}/update-alternatives --install %{_bindir}/mp3-cmdline \
mp3-cmdline %{_bindir}/madplay 30
+
%postun
if [ $1 -eq 0 ] ; then
%{_sbindir}/update-alternatives --remove mp3-cmdline %{_bindir}/madplay
@@ -76,8 +80,14 @@
%changelog
+* Wed Sep 24 2008 David Timms <iinet.net.au@dtimms> 0.15.2b-5
+- import and bump release for rpmfusion.
+- update license to GPLv2+ to meet Fedora guidelines.
+- change Group to Applications/Multimedia
+- convert CREDITS to utf-8
+
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.15.2b-4
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.2b-3
- Rebuild.
16 years, 2 months
rpms/madplay/devel madplay.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/madplay/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7010
Modified Files:
madplay.spec
Log Message:
Minor spec updates and rebuild madplay for rpmfusion
Index: madplay.spec
===================================================================
RCS file: /cvs/free/rpms/madplay/devel/madplay.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- madplay.spec 17 Aug 2008 14:21:42 -0000 1.1
+++ madplay.spec 25 Sep 2008 13:04:10 -0000 1.2
@@ -1,26 +1,26 @@
-Name: madplay
-Version: 0.15.2b
-Release: 4%{?dist}
-Summary: MPEG audio decoder and player
-
-Group: System Environment/Libraries
-License: GPL
-URL: http://www.underbit.com/products/mad/
-Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
-Source1: mp3license
-Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
-Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires: %{_sbindir}/update-alternatives
-BuildRequires: libmad-devel
-BuildRequires: libid3tag-devel
-BuildRequires: esound-devel
-BuildRequires: gettext
+Name: madplay
+Version: 0.15.2b
+Release: 5%{?dist}
+Summary: MPEG audio decoder and player
+
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://www.underbit.com/products/mad/
+Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Source1: mp3license
+Patch0: %{name}-0.15.2b-abxtest-tempfile.patch
+Patch1: http://ftp.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b-4.diff.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires: %{_sbindir}/update-alternatives
+BuildRequires: libmad-devel
+BuildRequires: libid3tag-devel
+BuildRequires: esound-devel
+BuildRequires: gettext
%{?_with_alsa:BuildRequires: alsa-lib-devel}
-Provides: mp3-cmdline
-Provides: mad = %{version}-%{release}
-Obsoletes: mad < %{version}-%{release}
+Provides: mp3-cmdline
+Provides: mad = %{version}-%{release}
+Obsoletes: mad < %{version}-%{release}
%description
madplay is a command-line MPEG audio decoder and player based on the
@@ -35,6 +35,9 @@
%{__patch} -i debian/patches/00_ucs4.diff
sed -i -e 's/[-lz]/[]/' configure.ac ; sed -i -e 's/ -lz / /' configure
touch -r aclocal.m4 configure.ac
+# Recode CREDITS to utf-8
+/usr/bin/iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv \
+ && /bin/mv CREDITS.conv CREDITS
%build
@@ -59,6 +62,7 @@
%{_sbindir}/update-alternatives --install %{_bindir}/mp3-cmdline \
mp3-cmdline %{_bindir}/madplay 30
+
%postun
if [ $1 -eq 0 ] ; then
%{_sbindir}/update-alternatives --remove mp3-cmdline %{_bindir}/madplay
@@ -76,8 +80,14 @@
%changelog
+* Wed Sep 24 2008 David Timms <iinet.net.au@dtimms> 0.15.2b-5
+- import and bump release for rpmfusion.
+- update license to GPLv2+ to meet Fedora guidelines.
+- change Group to Applications/Multimedia
+- convert CREDITS to utf-8
+
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.15.2b-4
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.2b-3
- Rebuild.
16 years, 2 months
rpms/xine-lib-extras-freeworld/EL-5 xine-lib-extras-freeworld.spec, 1.6, 1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5625
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
- Obsoletes: xine-lib-moles < 1.1.15-2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/EL-5/xine-lib-extras-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-lib-extras-freeworld.spec 25 Sep 2008 12:27:22 -0000 1.6
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:36:42 -0000 1.7
@@ -10,7 +10,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -46,7 +46,7 @@
# obsolete old freshrpms package
Provides: xine-lib-moles = %{version}-%{release}
-Obsoletes: xine-lib-moles < 1.1.12-2
+Obsoletes: xine-lib-moles < 1.1.15-2
%description
This package contains extra codecs for the Xine multimedia library. These
@@ -177,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
+- Obsoletes: xine-lib-moles < 1.1.15-2
+
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
16 years, 2 months
rpms/xine-lib-extras-freeworld/F-8 xine-lib-extras-freeworld.spec, 1.4, 1.5
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5525
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
- Obsoletes: xine-lib-moles < 1.1.15-2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-8/xine-lib-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xine-lib-extras-freeworld.spec 25 Sep 2008 12:26:47 -0000 1.4
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:36:24 -0000 1.5
@@ -10,7 +10,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -46,7 +46,7 @@
# obsolete old freshrpms package
Provides: xine-lib-moles = %{version}-%{release}
-Obsoletes: xine-lib-moles < 1.1.12-2
+Obsoletes: xine-lib-moles < 1.1.15-2
%description
This package contains extra codecs for the Xine multimedia library. These
@@ -177,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
+- Obsoletes: xine-lib-moles < 1.1.15-2
+
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
16 years, 2 months
rpms/xine-lib-extras-freeworld/F-9 xine-lib-extras-freeworld.spec, 1.4, 1.5
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5425
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
- Obsoletes: xine-lib-moles < 1.1.15-2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-9/xine-lib-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xine-lib-extras-freeworld.spec 25 Sep 2008 12:26:25 -0000 1.4
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:36:04 -0000 1.5
@@ -10,7 +10,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -46,7 +46,7 @@
# obsolete old freshrpms package
Provides: xine-lib-moles = %{version}-%{release}
-Obsoletes: xine-lib-moles < 1.1.12-2
+Obsoletes: xine-lib-moles < 1.1.15-2
%description
This package contains extra codecs for the Xine multimedia library. These
@@ -177,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
+- Obsoletes: xine-lib-moles < 1.1.15-2
+
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
16 years, 2 months
rpms/xine-lib-extras-freeworld/devel xine-lib-extras-freeworld.spec, 1.6, 1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5320
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
- Obsoletes: xine-lib-moles < 1.1.15-2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-lib-extras-freeworld.spec 25 Sep 2008 12:12:41 -0000 1.6
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:35:01 -0000 1.7
@@ -10,7 +10,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -46,7 +46,7 @@
# obsolete old freshrpms package
Provides: xine-lib-moles = %{version}-%{release}
-Obsoletes: xine-lib-moles < 1.1.12-2
+Obsoletes: xine-lib-moles < 1.1.15-2
%description
This package contains extra codecs for the Xine multimedia library. These
@@ -177,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-4
+- Obsoletes: xine-lib-moles < 1.1.15-2
+
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
16 years, 2 months
rpms/xine-lib-extras-freeworld/EL-5 xine-lib-extras-freeworld.spec, 1.5, 1.6
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4691
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/EL-5/xine-lib-extras-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xine-lib-extras-freeworld.spec 23 Sep 2008 13:10:19 -0000 1.5
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:27:22 -0000 1.6
@@ -8,9 +8,9 @@
%endif
Name: xine-lib-extras-freeworld
-Summary: Non-free extra codecs for the Xine library
+Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -49,8 +49,10 @@
Obsoletes: xine-lib-moles < 1.1.12-2
%description
-This package adds extra functionality to the Xine library. Those
-plugins may contain patented code.
+This package contains extra codecs for the Xine multimedia library. These
+are free and opensource but left out of the official Fedora repository for
+one reason or another. Once installed, applications using the xine library
+will automatically regcognize and use these additional codecs.
%prep
@@ -175,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
+- drop "nonfree" verbage from summary/description
+
* Thu Sep 04 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-2
- bump Obsoletes: xine-lib-extras-nonfree
- spec cosmetics
16 years, 2 months
rpms/xine-lib-extras-freeworld/F-8 xine-lib-extras-freeworld.spec, 1.3, 1.4
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4591
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-8/xine-lib-extras-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xine-lib-extras-freeworld.spec 16 Sep 2008 14:19:27 -0000 1.3
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:26:47 -0000 1.4
@@ -3,10 +3,14 @@
%define abiver 1.24
+%if 0%{?fedora} > 6
+%define _with_external_ffmpeg --with-external-ffmpeg
+%endif
+
Name: xine-lib-extras-freeworld
-Summary: Non-free extra codecs for the Xine library
+Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -19,7 +23,7 @@
BuildRequires: zlib-devel
BuildRequires: gawk
# External libs
-BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804
+%{?_with_external_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804}
BuildRequires: a52dec-devel
BuildRequires: libmad-devel
BuildRequires: libdca-devel
@@ -45,8 +49,10 @@
Obsoletes: xine-lib-moles < 1.1.12-2
%description
-This package adds extra functionality to the Xine library. Those
-plugins may contain patented code.
+This package contains extra codecs for the Xine multimedia library. These
+are free and opensource but left out of the official Fedora repository for
+one reason or another. Once installed, applications using the xine library
+will automatically regcognize and use these additional codecs.
%prep
@@ -65,7 +71,6 @@
# Keep order of options the same as in ./configure --help for easy maintenance
%configure \
--disable-dependency-tracking \
- --with-external-ffmpeg \
--enable-ipv6 \
--disable-opengl \
--disable-xvmc \
@@ -85,7 +90,7 @@
--disable-gnomevfs \
--disable-gdkpixbuf \
--disable-samba \
- --with-external-ffmpeg \
+ %{?_with_external_ffmpeg} \
--with-external-a52dec \
--with-external-libmad \
--with-external-libdts
@@ -172,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
+- drop "nonfree" verbage from summary/description
+
* Thu Sep 04 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-2
- bump Obsoletes: xine-lib-extras-nonfree
- spec cosmetics
16 years, 2 months
rpms/xine-lib-extras-freeworld/F-9 xine-lib-extras-freeworld.spec, 1.3, 1.4
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4486
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
- drop "nonfree" verbage from summary/description
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-9/xine-lib-extras-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xine-lib-extras-freeworld.spec 4 Sep 2008 12:28:40 -0000 1.3
+++ xine-lib-extras-freeworld.spec 25 Sep 2008 12:26:25 -0000 1.4
@@ -3,10 +3,14 @@
%define abiver 1.24
+%if 0%{?fedora} > 6
+%define _with_external_ffmpeg --with-external-ffmpeg
+%endif
+
Name: xine-lib-extras-freeworld
-Summary: Non-free extra codecs for the Xine library
+Summary: Extra codecs for the Xine multimedia library
Version: 1.1.15
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -19,7 +23,7 @@
BuildRequires: zlib-devel
BuildRequires: gawk
# External libs
-BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804
+%{?_with_external_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804}
BuildRequires: a52dec-devel
BuildRequires: libmad-devel
BuildRequires: libdca-devel
@@ -45,8 +49,10 @@
Obsoletes: xine-lib-moles < 1.1.12-2
%description
-This package adds extra functionality to the Xine library. Those
-plugins may contain patented code.
+This package contains extra codecs for the Xine multimedia library. These
+are free and opensource but left out of the official Fedora repository for
+one reason or another. Once installed, applications using the xine library
+will automatically regcognize and use these additional codecs.
%prep
@@ -65,7 +71,6 @@
# Keep order of options the same as in ./configure --help for easy maintenance
%configure \
--disable-dependency-tracking \
- --with-external-ffmpeg \
--enable-ipv6 \
--disable-opengl \
--disable-xvmc \
@@ -85,7 +90,7 @@
--disable-gnomevfs \
--disable-gdkpixbuf \
--disable-samba \
- --with-external-ffmpeg \
+ %{?_with_external_ffmpeg} \
--with-external-a52dec \
--with-external-libmad \
--with-external-libdts
@@ -172,6 +177,9 @@
%changelog
+* Thu Sep 25 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-3
+- drop "nonfree" verbage from summary/description
+
* Thu Sep 04 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.15-2
- bump Obsoletes: xine-lib-extras-nonfree
- spec cosmetics
16 years, 2 months