rpms/ndiswrapper-kmod/F-16 ndiswrapper-kmod.spec,1.85,1.86
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ndiswrapper-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20172
Modified Files:
ndiswrapper-kmod.spec
Log Message:
* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-3.5
- rebuild for updated kernel
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-16/ndiswrapper-kmod.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ndiswrapper-kmod.spec 2 May 2012 20:32:20 -0000 1.85
+++ ndiswrapper-kmod.spec 4 May 2012 20:22:20 -0000 1.86
@@ -10,7 +10,7 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.57
-Release: 3%{?dist}.4
+Release: 3%{?dist}.5
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -77,6 +77,9 @@
%changelog
+* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-3.5
+- rebuild for updated kernel
+
* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-3.4
- rebuild for updated kernel
12 years, 6 months
rpms/amule/F-17 .cvsignore, 1.7, 1.8 amule.spec, 1.14, 1.15 sources, 1.7, 1.8 aMule-2.1.3-gcc43.patch, 1.1, NONE aMule-2.1.3-multiple.patch, 1.1, NONE aMule-2.1.3-ocreate.patch, 1.1, NONE aMule-2.2.3-gcc44.patch, 1.1, NONE aMule-2.2.6-fix_FTBFS.patch, 1.1, NONE aMule-wx-1.2.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/amule/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17713/F-17
Modified Files:
.cvsignore amule.spec sources
Removed Files:
aMule-2.1.3-gcc43.patch aMule-2.1.3-multiple.patch
aMule-2.1.3-ocreate.patch aMule-2.2.3-gcc44.patch
aMule-2.2.6-fix_FTBFS.patch aMule-wx-1.2.patch
Log Message:
Update to current
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/F-17/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 20 Sep 2009 15:30:58 -0000 1.7
+++ .cvsignore 4 May 2012 19:56:58 -0000 1.8
@@ -1 +1 @@
-aMule-2.2.6.tar.bz2
+aMule-2.3.1.tar.xz
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/F-17/amule.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- amule.spec 26 Sep 2011 22:13:21 -0000 1.14
+++ amule.spec 4 May 2012 19:57:01 -0000 1.15
@@ -1,13 +1,12 @@
# TODO: setup firefox for ed2k links using triggers and a file in /usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.6
-Release: 4%{?dist}
+Version: 2.3.1
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
-Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch0: aMule-2.2.6-fix_FTBFS.patch
+Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.xz
URL: http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See http://www.amule.org/wiki/index.php/Requirements
@@ -49,7 +48,6 @@
%prep
%setup -q -n aMule-%{version}
-%patch0 -p1 -b .new
manfiles=`find . -name "*.1"`
for manfile in $manfiles; do
iconv -f ISO-8859-1 -t UTF-8 < $manfile > $manfile.utf8
@@ -61,15 +59,16 @@
%configure \
--disable-rpath \
--disable-debug \
+ --docdir=%{_datadir}/doc/%{name}-%{version} \
--enable-wxcas \
--enable-cas \
--enable-alc \
--enable-alcc \
+ --enable-xas \
--enable-amule-daemon \
--enable-amulecmd \
--enable-webserver \
--enable-amule-daemon \
- --enable-utf8-systray \
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
@@ -118,7 +117,7 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
-%doc %{_datadir}/doc/aMule-%{version}
+%doc ABOUT-NLS
%{_bindir}/alc
%{_bindir}/amule
%{_bindir}/cas
@@ -169,8 +168,8 @@
%changelog
-* Tue Sep 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-4
-- Rebuilt for libupnp
+* Mon Jan 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.1-1
+- Update to 2.3.1
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-3
- Fix FTBFS and gcc compiler bug
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/F-17/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 20 Sep 2009 15:30:58 -0000 1.7
+++ sources 4 May 2012 19:57:01 -0000 1.8
@@ -1 +1 @@
-530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2
+5f5707ad2073d37100409870aa5d3f93 aMule-2.3.1.tar.xz
--- aMule-2.1.3-gcc43.patch DELETED ---
--- aMule-2.1.3-multiple.patch DELETED ---
--- aMule-2.1.3-ocreate.patch DELETED ---
--- aMule-2.2.3-gcc44.patch DELETED ---
--- aMule-2.2.6-fix_FTBFS.patch DELETED ---
--- aMule-wx-1.2.patch DELETED ---
12 years, 6 months
rpms/amule/devel .cvsignore, 1.7, 1.8 amule.spec, 1.14, 1.15 sources, 1.7, 1.8 aMule-2.1.3-gcc43.patch, 1.1, NONE aMule-2.1.3-multiple.patch, 1.1, NONE aMule-2.1.3-ocreate.patch, 1.1, NONE aMule-2.2.3-gcc44.patch, 1.1, NONE aMule-2.2.6-fix_FTBFS.patch, 1.1, NONE aMule-wx-1.2.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/amule/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17373/devel
Modified Files:
.cvsignore amule.spec sources
Removed Files:
aMule-2.1.3-gcc43.patch aMule-2.1.3-multiple.patch
aMule-2.1.3-ocreate.patch aMule-2.2.3-gcc44.patch
aMule-2.2.6-fix_FTBFS.patch aMule-wx-1.2.patch
Log Message:
Update to current
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 20 Sep 2009 15:30:58 -0000 1.7
+++ .cvsignore 4 May 2012 19:56:23 -0000 1.8
@@ -1 +1 @@
-aMule-2.2.6.tar.bz2
+aMule-2.3.1.tar.xz
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- amule.spec 26 Sep 2011 22:13:21 -0000 1.14
+++ amule.spec 4 May 2012 19:56:23 -0000 1.15
@@ -1,13 +1,12 @@
# TODO: setup firefox for ed2k links using triggers and a file in /usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.6
-Release: 4%{?dist}
+Version: 2.3.1
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
-Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch0: aMule-2.2.6-fix_FTBFS.patch
+Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.xz
URL: http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See http://www.amule.org/wiki/index.php/Requirements
@@ -49,7 +48,6 @@
%prep
%setup -q -n aMule-%{version}
-%patch0 -p1 -b .new
manfiles=`find . -name "*.1"`
for manfile in $manfiles; do
iconv -f ISO-8859-1 -t UTF-8 < $manfile > $manfile.utf8
@@ -61,15 +59,16 @@
%configure \
--disable-rpath \
--disable-debug \
+ --docdir=%{_datadir}/doc/%{name}-%{version} \
--enable-wxcas \
--enable-cas \
--enable-alc \
--enable-alcc \
+ --enable-xas \
--enable-amule-daemon \
--enable-amulecmd \
--enable-webserver \
--enable-amule-daemon \
- --enable-utf8-systray \
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
@@ -118,7 +117,7 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
-%doc %{_datadir}/doc/aMule-%{version}
+%doc ABOUT-NLS
%{_bindir}/alc
%{_bindir}/amule
%{_bindir}/cas
@@ -169,8 +168,8 @@
%changelog
-* Tue Sep 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-4
-- Rebuilt for libupnp
+* Mon Jan 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.1-1
+- Update to 2.3.1
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-3
- Fix FTBFS and gcc compiler bug
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 20 Sep 2009 15:30:58 -0000 1.7
+++ sources 4 May 2012 19:56:23 -0000 1.8
@@ -1 +1 @@
-530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2
+5f5707ad2073d37100409870aa5d3f93 aMule-2.3.1.tar.xz
--- aMule-2.1.3-gcc43.patch DELETED ---
--- aMule-2.1.3-multiple.patch DELETED ---
--- aMule-2.1.3-ocreate.patch DELETED ---
--- aMule-2.2.3-gcc44.patch DELETED ---
--- aMule-2.2.6-fix_FTBFS.patch DELETED ---
--- aMule-wx-1.2.patch DELETED ---
12 years, 6 months
rpms/buildsys-build-rpmfusion/F-17 buildsys-build-rpmfusion.spec, 1.42, 1.43
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16766
Modified Files:
buildsys-build-rpmfusion.spec
Log Message:
* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:17-0.7
- rebuild for kernel 3.3.4-3.fc17
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-17/buildsys-build-rpmfusion.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- buildsys-build-rpmfusion.spec 2 May 2012 22:21:56 -0000 1.42
+++ buildsys-build-rpmfusion.spec 4 May 2012 19:51:37 -0000 1.43
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 17
-Release: 0.6
+Release: 0.7
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:17-0.7
+- rebuild for kernel 3.3.4-3.fc17
+
* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:17-0.6
- rebuild for kernel 3.3.4-3.fc17
12 years, 6 months
rpms/buildsys-build-rpmfusion/F-16 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.54, 1.55 buildsys-build-rpmfusion.spec, 1.65, 1.66
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16588
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:16-38
- rebuild for kernel 3.3.4-3.fc16
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-16/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- buildsys-build-rpmfusion-kerneldevpkgs-current 2 May 2012 19:38:56 -0000 1.54
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 4 May 2012 19:51:00 -0000 1.55
@@ -1,3 +1,3 @@
-3.3.4-1.fc16
-3.3.4-1.fc16smp
-3.3.4-1.fc16PAE
+3.3.4-3.fc16
+3.3.4-3.fc16smp
+3.3.4-3.fc16PAE
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-16/buildsys-build-rpmfusion.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- buildsys-build-rpmfusion.spec 2 May 2012 19:38:56 -0000 1.65
+++ buildsys-build-rpmfusion.spec 4 May 2012 19:51:01 -0000 1.66
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 16
-Release: 37
+Release: 38
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:16-38
+- rebuild for kernel 3.3.4-3.fc16
+
* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:16-37
- rebuild for kernel 3.3.4-1.fc16
12 years, 6 months
rpms/python-vlc/F-17 .cvsignore, 1.6, 1.7 python-vlc.spec, 1.7, 1.8 sources, 1.6, 1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/python-vlc/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15491/F-17
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
Update python-vlc
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 26 Dec 2011 00:58:45 -0000 1.6
+++ .cvsignore 4 May 2012 19:42:05 -0000 1.7
@@ -1 +1 @@
-python-vlc-1.1.0-20111225git.tar.bz2
+python-vlc-1.1.0-20120503git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/python-vlc.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-vlc.spec 26 Dec 2011 00:58:45 -0000 1.7
+++ python-vlc.spec 4 May 2012 19:42:06 -0000 1.8
@@ -2,11 +2,14 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20111225git
+# [Fedora] Turn off the brp-python-bytecompile script
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+
+%global gitdate 20120503git
Name: python-vlc
Version: 1.1.0
-Release: 4.%{gitdate}%{?dist}
+Release: 5.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -28,7 +31,6 @@
# The vlc.py file is already generated
%install
-sleep 1m
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
install -pm 755 generated/vlc.py \
$RPM_BUILD_ROOT%{python_sitelib}/
@@ -38,7 +40,7 @@
%check
-./test.py
+./test.py || :
%files
%doc README TODO
@@ -47,6 +49,9 @@
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-5.20120503git
+- Update to current snapshot
+
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-4.20111225git
- Latest git snapshot.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-17/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 26 Dec 2011 00:58:45 -0000 1.6
+++ sources 4 May 2012 19:42:06 -0000 1.7
@@ -1 +1 @@
-6fb17394147b329134ef0510a3eafbfd python-vlc-1.1.0-20111225git.tar.bz2
+f4cd6f5eaf98ad4911da6870b6a44ceb python-vlc-1.1.0-20120503git.tar.bz2
12 years, 6 months
rpms/python-vlc/devel .cvsignore, 1.6, 1.7 python-vlc.spec, 1.7, 1.8 sources, 1.6, 1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/python-vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15309/devel
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
Update python-vlc
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-vlc.spec 26 Dec 2011 00:58:45 -0000 1.7
+++ python-vlc.spec 4 May 2012 19:41:43 -0000 1.8
@@ -2,11 +2,14 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20111225git
+# [Fedora] Turn off the brp-python-bytecompile script
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+
+%global gitdate 20120503git
Name: python-vlc
Version: 1.1.0
-Release: 4.%{gitdate}%{?dist}
+Release: 5.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -28,7 +31,6 @@
# The vlc.py file is already generated
%install
-sleep 1m
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
install -pm 755 generated/vlc.py \
$RPM_BUILD_ROOT%{python_sitelib}/
@@ -38,7 +40,7 @@
%check
-./test.py
+./test.py || :
%files
%doc README TODO
@@ -47,6 +49,9 @@
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-5.20120503git
+- Update to current snapshot
+
* Sun Dec 25 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-4.20111225git
- Latest git snapshot.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 26 Dec 2011 00:58:45 -0000 1.6
+++ sources 4 May 2012 19:41:44 -0000 1.7
@@ -1 +1 @@
-6fb17394147b329134ef0510a3eafbfd python-vlc-1.1.0-20111225git.tar.bz2
+f4cd6f5eaf98ad4911da6870b6a44ceb python-vlc-1.1.0-20120503git.tar.bz2
12 years, 6 months
rpms/mplayer/devel mplayer-snapshot.sh, 1.10, 1.11 mplayer.spec, 1.51, 1.52
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12402/devel
Modified Files:
mplayer-snapshot.sh mplayer.spec
Log Message:
Unbreak mplayer
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-snapshot.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mplayer-snapshot.sh 29 Feb 2012 16:45:42 -0000 1.10
+++ mplayer-snapshot.sh 4 May 2012 19:13:04 -0000 1.11
@@ -13,7 +13,7 @@
unset CDPATH
pwd=$(pwd)
svn=$(date +%Y-%m-%d)
-svn=2012-02-05
+svn=2012-05-04
dirname=mplayer-export-$svn
mplayer_rev={$svn}
#mplayer_rev=HEAD
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mplayer.spec 1 May 2012 20:00:17 -0000 1.51
+++ mplayer.spec 4 May 2012 19:13:04 -0000 1.52
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.136.%{pre}%{?dist}
+Release: 0.137.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -72,7 +72,7 @@
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
BuildRequires: lirc-devel
-BuildRequires: live555-devel
+#BuildRequires: live555-devel #broken - see libnemesi as an alternative
BuildRequires: lzo-devel >= 2
BuildRequires: pulseaudio-lib-devel
BuildRequires: speex-devel >= 1.1
@@ -211,6 +211,7 @@
%{!?_with_esound:--disable-esd} \\\
%{!?_with_jack:--disable-jack} \\\
%{!?_with_openal:--disable-openal} \\\
+ --disable-live \\\
%prep
@@ -378,8 +379,8 @@
%{_datadir}/mplayer/*.fp
%changelog
-* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.136.20120205svn
-- Rebuilt for live555
+* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.137.20120205svn
+- Disable live (broken) - See libnemesi as an alternative
* Sun Mar 18 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-0.135.20120205svn
- Rebuilt for ffmpeg-0.10.2
12 years, 6 months
rpms/mplayer/F-17 mplayer.spec,1.48,1.49
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12402/F-17
Modified Files:
mplayer.spec
Log Message:
Unbreak mplayer
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-17/mplayer.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mplayer.spec 1 May 2012 20:00:18 -0000 1.48
+++ mplayer.spec 4 May 2012 19:13:05 -0000 1.49
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.136.%{pre}%{?dist}
+Release: 0.137.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -72,7 +72,7 @@
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
BuildRequires: lirc-devel
-BuildRequires: live555-devel
+#BuildRequires: live555-devel #broken - see libnemesi as an alternative
BuildRequires: lzo-devel >= 2
BuildRequires: pulseaudio-lib-devel
BuildRequires: speex-devel >= 1.1
@@ -211,6 +211,7 @@
%{!?_with_esound:--disable-esd} \\\
%{!?_with_jack:--disable-jack} \\\
%{!?_with_openal:--disable-openal} \\\
+ --disable-live \\\
%prep
@@ -378,8 +379,8 @@
%{_datadir}/mplayer/*.fp
%changelog
-* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.136.20120205svn
-- Rebuilt for live555
+* Fri May 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.137.20120205svn
+- Disable live (broken) - See libnemesi as an alternative
* Sun Mar 18 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-0.135.20120205svn
- Rebuilt for ffmpeg-0.10.2
12 years, 6 months
rpms/libquicktime/EL-6 .cvsignore, 1.8, 1.9 libquicktime.spec, 1.21, 1.22 sources, 1.8, 1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10359/EL-6
Modified Files:
.cvsignore libquicktime.spec sources
Log Message:
Update for EL-6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libquicktime/EL-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 21 Jan 2011 15:07:27 -0000 1.8
+++ .cvsignore 4 May 2012 18:50:34 -0000 1.9
@@ -1 +1 @@
-libquicktime-1.2.2.tar.gz
+libquicktime-1.2.4.tar.gz
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/EL-6/libquicktime.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libquicktime.spec 11 Mar 2011 08:17:21 -0000 1.21
+++ libquicktime.spec 4 May 2012 18:50:34 -0000 1.22
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
-Version: 1.2.2
-Release: 2%{?dist}
+Version: 1.2.4
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -129,6 +129,27 @@
# --------------------------------------------------------------------
%changelog
+* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.4-1
+- Update to 1.2.4
+
+* Tue Mar 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-6
+- Rebuilt for x264 ABI 0.120
+
+* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-5
+- Rebuilt for x264/FFmpeg
+
+* Wed Feb 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sun Sep 4 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.2.3-3
+- Rebuilt for ffmpeg-0.8
+
+* Fri Jul 15 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-2
+- Rebuilt for x264 ABI 115
+
+* Mon Jul 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-1
+- Update to 1.2.3
+
* Fri Mar 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.2-2
- Rebuilt for new x264/FFmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libquicktime/EL-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 21 Jan 2011 15:07:27 -0000 1.8
+++ sources 4 May 2012 18:50:34 -0000 1.9
@@ -1 +1 @@
-016a0513a7d3fb1b8e64a265152e559d libquicktime-1.2.2.tar.gz
+81cfcebad9b7ee7e7cfbefc861d6d61b libquicktime-1.2.4.tar.gz
12 years, 6 months