rpms/mpd/devel mpd-0.18.10.tar.xz.sig, NONE, 1.1 .cvsignore, 1.18, 1.19 mpd.spec, 1.38, 1.39 sources, 1.18, 1.19 mpd-0.18.9.tar.xz.sig, 1.1, NONE
by Jamie Nguyen
Author: jamielinux
Update of /cvs/free/rpms/mpd/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7212/devel
Modified Files:
.cvsignore mpd.spec sources
Added Files:
mpd-0.18.10.tar.xz.sig
Removed Files:
mpd-0.18.9.tar.xz.sig
Log Message:
Update to upstream release 0.18.10
--- NEW FILE mpd-0.18.10.tar.xz.sig ---
10 years, 6 months
rpms/steam/F-19 steam-disable-runtime.patch, 1.2, 1.3 steam.spec, 1.9, 1.10
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3064
Modified Files:
steam-disable-runtime.patch steam.spec
Log Message:
* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
- Add new libbz2.so requirement.
steam-disable-runtime.patch:
steam | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: steam-disable-runtime.patch
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/steam-disable-runtime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam-disable-runtime.patch 1 Apr 2014 05:24:44 -0000 1.2
+++ steam-disable-runtime.patch 5 May 2014 07:12:53 -0000 1.3
@@ -1,6 +1,6 @@
diff -Naur steam.old/steam steam/steam
--- steam.old/steam 2014-04-01 10:56:49.706673689 +0200
-+++ steam/steam 2014-04-01 10:58:57.854618755 +0200
++++ steam/steam 2014-05-05 09:07:23.566190894 +0200
@@ -17,6 +17,9 @@
# Set up domain for script localization
export TEXTDOMAIN=steam
@@ -11,14 +11,15 @@
function show_message()
{
style=$1
-@@ -186,6 +189,18 @@
+@@ -186,6 +189,19 @@
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
cd "$LAUNCHSTEAMDIR"
+
+if [ "$STEAM_RUNTIME" == "0" ]; then
-+ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ]; then
++ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ] || [ ! -h $LAUNCHSTEAMPLATFORM/libbz2.so.1.0 ]; then
+ ln -sf /usr/lib/libudev.so.1 $LAUNCHSTEAMPLATFORM/libudev.so.0
++ ln -sf /usr/lib/libbz2.so.1 $LAUNCHSTEAMPLATFORM/libbz2.so.1.0
+ fi
+ rm -fr $LAUNCHSTEAMPLATFORM/steam-runtime
+else
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/steam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- steam.spec 1 Apr 2014 05:24:44 -0000 1.9
+++ steam.spec 5 May 2014 07:12:53 -0000 1.10
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.47
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -58,6 +58,7 @@
# Requirements for the main client
Requires: alsa-plugins-pulseaudio%{_isa}
Requires: avahi-libs%{_isa}
+Requires: bzip2-libs%{_isa}
Requires: expat%{_isa}
Requires: harfbuzz%{_isa}
Requires: json-c%{_isa}
@@ -155,6 +156,9 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
+- Add new libbz2.so requirement.
+
* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
- Close window when clicking the x button (#3210).
10 years, 6 months
rpms/steam/F-20 steam-disable-runtime.patch, 1.2, 1.3 steam.spec, 1.9, 1.10
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2954
Modified Files:
steam-disable-runtime.patch steam.spec
Log Message:
* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
- Add new libbz2.so requirement.
steam-disable-runtime.patch:
steam | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: steam-disable-runtime.patch
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-20/steam-disable-runtime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam-disable-runtime.patch 1 Apr 2014 05:23:43 -0000 1.2
+++ steam-disable-runtime.patch 5 May 2014 07:12:38 -0000 1.3
@@ -1,6 +1,6 @@
diff -Naur steam.old/steam steam/steam
--- steam.old/steam 2014-04-01 10:56:49.706673689 +0200
-+++ steam/steam 2014-04-01 10:58:57.854618755 +0200
++++ steam/steam 2014-05-05 09:07:23.566190894 +0200
@@ -17,6 +17,9 @@
# Set up domain for script localization
export TEXTDOMAIN=steam
@@ -11,14 +11,15 @@
function show_message()
{
style=$1
-@@ -186,6 +189,18 @@
+@@ -186,6 +189,19 @@
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
cd "$LAUNCHSTEAMDIR"
+
+if [ "$STEAM_RUNTIME" == "0" ]; then
-+ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ]; then
++ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ] || [ ! -h $LAUNCHSTEAMPLATFORM/libbz2.so.1.0 ]; then
+ ln -sf /usr/lib/libudev.so.1 $LAUNCHSTEAMPLATFORM/libudev.so.0
++ ln -sf /usr/lib/libbz2.so.1 $LAUNCHSTEAMPLATFORM/libbz2.so.1.0
+ fi
+ rm -fr $LAUNCHSTEAMPLATFORM/steam-runtime
+else
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-20/steam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- steam.spec 1 Apr 2014 05:23:43 -0000 1.9
+++ steam.spec 5 May 2014 07:12:38 -0000 1.10
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.47
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -58,6 +58,7 @@
# Requirements for the main client
Requires: alsa-plugins-pulseaudio%{_isa}
Requires: avahi-libs%{_isa}
+Requires: bzip2-libs%{_isa}
Requires: expat%{_isa}
Requires: harfbuzz%{_isa}
Requires: json-c%{_isa}
@@ -155,6 +156,9 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
+- Add new libbz2.so requirement.
+
* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
- Close window when clicking the x button (#3210).
10 years, 6 months
rpms/steam/devel steam-disable-runtime.patch, 1.2, 1.3 steam.spec, 1.9, 1.10
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2812
Modified Files:
steam-disable-runtime.patch steam.spec
Log Message:
* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
- Add new libbz2.so requirement.
steam-disable-runtime.patch:
steam | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: steam-disable-runtime.patch
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam-disable-runtime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam-disable-runtime.patch 1 Apr 2014 05:22:29 -0000 1.2
+++ steam-disable-runtime.patch 5 May 2014 07:12:17 -0000 1.3
@@ -1,6 +1,6 @@
diff -Naur steam.old/steam steam/steam
--- steam.old/steam 2014-04-01 10:56:49.706673689 +0200
-+++ steam/steam 2014-04-01 10:58:57.854618755 +0200
++++ steam/steam 2014-05-05 09:07:23.566190894 +0200
@@ -17,6 +17,9 @@
# Set up domain for script localization
export TEXTDOMAIN=steam
@@ -11,14 +11,15 @@
function show_message()
{
style=$1
-@@ -186,6 +189,18 @@
+@@ -186,6 +189,19 @@
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
cd "$LAUNCHSTEAMDIR"
+
+if [ "$STEAM_RUNTIME" == "0" ]; then
-+ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ]; then
++ if [ ! -h $LAUNCHSTEAMPLATFORM/libudev.so.0 ] || [ ! -h $LAUNCHSTEAMPLATFORM/libbz2.so.1.0 ]; then
+ ln -sf /usr/lib/libudev.so.1 $LAUNCHSTEAMPLATFORM/libudev.so.0
++ ln -sf /usr/lib/libbz2.so.1 $LAUNCHSTEAMPLATFORM/libbz2.so.1.0
+ fi
+ rm -fr $LAUNCHSTEAMPLATFORM/steam-runtime
+else
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- steam.spec 1 Apr 2014 05:22:29 -0000 1.9
+++ steam.spec 5 May 2014 07:12:17 -0000 1.10
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.47
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -58,6 +58,7 @@
# Requirements for the main client
Requires: alsa-plugins-pulseaudio%{_isa}
Requires: avahi-libs%{_isa}
+Requires: bzip2-libs%{_isa}
Requires: expat%{_isa}
Requires: harfbuzz%{_isa}
Requires: json-c%{_isa}
@@ -155,6 +156,9 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Mon May 05 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-3
+- Add new libbz2.so requirement.
+
* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
- Close window when clicking the x button (#3210).
10 years, 6 months
rpms/ffmpeg/devel .cvsignore, 1.54, 1.55 ffmpeg.spec, 1.107, 1.108 sources, 1.54, 1.55
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32204
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Mon May 05 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.2.2-1
- Updated to 2.2.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- .cvsignore 18 Apr 2014 12:05:12 -0000 1.54
+++ .cvsignore 5 May 2014 05:45:41 -0000 1.55
@@ -1 +1 @@
-ffmpeg-2.2.1.tar.bz2
+ffmpeg-2.2.2.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ffmpeg.spec 18 Apr 2014 12:05:13 -0000 1.107
+++ ffmpeg.spec 5 May 2014 05:45:41 -0000 1.108
@@ -13,7 +13,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.2.1
+Version: 2.2.2
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -282,6 +282,9 @@
%changelog
+* Mon May 05 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.2.2-1
+- Updated to 2.2.2
+
* Fri Apr 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-1
- Update to 2.2.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sources 18 Apr 2014 12:05:13 -0000 1.54
+++ sources 5 May 2014 05:45:41 -0000 1.55
@@ -1 +1 @@
-b8a1ee4964c2638f46fcc803ed453818 ffmpeg-2.2.1.tar.bz2
+581affe5d820d89ce21fe3f0316ef2c3 ffmpeg-2.2.2.tar.bz2
10 years, 6 months
rpms/xbmc/F-20 .cvsignore, 1.26, 1.27 0002-Revert-linux-link-ffmpeg-statically.patch, 1.1, 1.2 sources, 1.28, 1.29 xbmc-generate-tarball-xz.sh, 1.26, 1.27 xbmc.spec, 1.73, 1.74
by Michael Cronenworth
Author: mooninite
Update of /cvs/free/rpms/xbmc/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4699
Modified Files:
.cvsignore 0002-Revert-linux-link-ffmpeg-statically.patch
sources xbmc-generate-tarball-xz.sh xbmc.spec
Log Message:
* Sun May 04 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-1
- Update to Gotham final
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore 3 May 2014 04:24:36 -0000 1.26
+++ .cvsignore 5 May 2014 00:01:44 -0000 1.27
@@ -1 +1 @@
-xbmc-13.0-Gotham_rc1-patched.tar.xz
+xbmc-13.0-patched.tar.xz
0002-Revert-linux-link-ffmpeg-statically.patch:
Makefile.in | 14 --------------
configure.in | 15 +--------------
lib/DllAvCodec.h | 4 ++--
lib/DllAvFilter.h | 2 +-
lib/DllAvFormat.h | 8 ++++----
lib/DllAvUtil.h | 4 ++--
lib/DllPostProc.h | 2 +-
lib/DllSwResample.h | 4 ++--
lib/DllSwScale.h | 4 ++--
lib/Makefile.in | 15 ---------------
10 files changed, 15 insertions(+), 57 deletions(-)
Index: 0002-Revert-linux-link-ffmpeg-statically.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/0002-Revert-linux-link-ffmpeg-statically.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0002-Revert-linux-link-ffmpeg-statically.patch 21 Mar 2014 11:08:50 -0000 1.1
+++ 0002-Revert-linux-link-ffmpeg-statically.patch 5 May 2014 00:01:44 -0000 1.2
@@ -38,7 +38,7 @@
- lib/ffmpeg/libpostproc/libpostproc.a \
- lib/ffmpeg/libswscale/libswscale.a
-DYNOBJSXBMC+= $(FFMPEGOBJS)
--LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@
+-LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@ @HOGWEED_ALL_LIBS@
-
-$(FFMPEGOBJS): dvdpcodecs
-endif
@@ -50,7 +50,7 @@
index c389b76..0c6fc47 100644
--- a/configure.in
+++ b/configure.in
-@@ -880,14 +880,6 @@ elif test "$use_arch" = "arm"; then
+@@ -874,15 +874,6 @@ elif test "$use_arch" = "arm"; then
fi
fi
fi
@@ -60,12 +60,13 @@
- # ffmpeg may depend on gnutls and vorbisenc, we add those libs at the end of linker
- # command in order to resolve any missing symbols
- GNUTLS_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors gnutls`
+- HOGWEED_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors hogweed nettle`
- VORBISENC_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors vorbisenc`
-fi
# Checks for library functions.
AC_FUNC_ALLOCA
-@@ -2626,7 +2618,6 @@ AC_SUBST(DISABLE_FISHBMC)
+@@ -2627,7 +2618,6 @@ AC_SUBST(DISABLE_FISHBMC)
AC_SUBST(DISABLE_PROJECTM)
AC_SUBST(USE_SKIN_TOUCHED)
AC_SUBST(USE_EXTERNAL_FFMPEG)
@@ -73,16 +74,17 @@
AC_SUBST(USE_LIBAV_HACKS)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(OUTPUT_FILES)
-@@ -2672,8 +2663,6 @@ AC_SUBST(USE_ANDROID)
+@@ -2673,9 +2663,6 @@ AC_SUBST(USE_ANDROID)
AC_SUBST(GTEST_CONFIGURED)
AC_SUBST(USE_DOXYGEN)
AC_SUBST(USE_PVR_ADDONS)
-AC_SUBST(GNUTLS_ALL_LIBS)
+-AC_SUBST(HOGWEED_ALL_LIBS)
-AC_SUBST(VORBISENC_ALL_LIBS)
# pushd and popd are not available in other shells besides bash, so implement
# our own pushd/popd functions
-@@ -2830,7 +2819,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
+@@ -2832,7 +2819,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
--disable-ffserver \
--disable-ffmpeg \
--disable-crystalhd \
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 3 May 2014 04:24:36 -0000 1.28
+++ sources 5 May 2014 00:01:44 -0000 1.29
@@ -1 +1 @@
-dc6adf4bb5795a9f1b54eb331db37a13 xbmc-13.0-Gotham_rc1-patched.tar.xz
+3e4b9596b6b9572600a798d3c4b522aa xbmc-13.0-patched.tar.xz
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xbmc-generate-tarball-xz.sh 3 May 2014 04:24:36 -0000 1.26
+++ xbmc-generate-tarball-xz.sh 5 May 2014 00:01:44 -0000 1.27
@@ -2,12 +2,12 @@
MAJORVERSION=13
MINORVERSION=0
-PRERELEASE=Gotham_rc1
+#PRERELEASE=Gotham_rc1
VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
-#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Frodo
-GITHUBURL=https://github.com/xbmc/xbmc/zipball/$PRERELEASE
+GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Gotham
+#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$PRERELEASE
# download zipball
if [[ ! -f xbmc-$VERSION.zip ]]; then
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/xbmc.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- xbmc.spec 3 May 2014 04:24:36 -0000 1.73
+++ xbmc.spec 5 May 2014 00:01:44 -0000 1.74
@@ -1,12 +1,12 @@
-%global PRERELEASE Gotham_rc1
-#%%global DIRVERSION %{version}
+#global PRERELEASE Gotham_rc1
+%global DIRVERSION %{version}
# use the line below for pre-releases
-%global DIRVERSION %{version}-%{PRERELEASE}
+#global DIRVERSION %{version}-%{PRERELEASE}
%global _hardened_build 1
Name: xbmc
Version: 13.0
-Release: 0.14.Gotham_rc1%{?dist}
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -383,6 +383,9 @@
%changelog
+* Sun May 04 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-1
+- Update to Gotham final
+
* Thu May 01 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.14.Gotham_rc1
- Update to Gotham RC 1
10 years, 6 months
rpms/xbmc/devel .cvsignore, 1.26, 1.27 0002-Revert-linux-link-ffmpeg-statically.patch, 1.1, 1.2 sources, 1.28, 1.29 xbmc-generate-tarball-xz.sh, 1.26, 1.27 xbmc.spec, 1.75, 1.76
by Michael Cronenworth
Author: mooninite
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27156
Modified Files:
.cvsignore 0002-Revert-linux-link-ffmpeg-statically.patch
sources xbmc-generate-tarball-xz.sh xbmc.spec
Log Message:
* Sun May 04 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-1
- Update to Gotham final
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore 2 May 2014 04:04:58 -0000 1.26
+++ .cvsignore 4 May 2014 19:21:53 -0000 1.27
@@ -1 +1 @@
-xbmc-13.0-Gotham_rc1-patched.tar.xz
+xbmc-13.0-patched.tar.xz
0002-Revert-linux-link-ffmpeg-statically.patch:
Makefile.in | 14 --------------
configure.in | 15 +--------------
lib/DllAvCodec.h | 4 ++--
lib/DllAvFilter.h | 2 +-
lib/DllAvFormat.h | 8 ++++----
lib/DllAvUtil.h | 4 ++--
lib/DllPostProc.h | 2 +-
lib/DllSwResample.h | 4 ++--
lib/DllSwScale.h | 4 ++--
lib/Makefile.in | 15 ---------------
10 files changed, 15 insertions(+), 57 deletions(-)
Index: 0002-Revert-linux-link-ffmpeg-statically.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/0002-Revert-linux-link-ffmpeg-statically.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0002-Revert-linux-link-ffmpeg-statically.patch 18 Mar 2014 21:06:35 -0000 1.1
+++ 0002-Revert-linux-link-ffmpeg-statically.patch 4 May 2014 19:21:54 -0000 1.2
@@ -38,7 +38,7 @@
- lib/ffmpeg/libpostproc/libpostproc.a \
- lib/ffmpeg/libswscale/libswscale.a
-DYNOBJSXBMC+= $(FFMPEGOBJS)
--LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@
+-LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@ @HOGWEED_ALL_LIBS@
-
-$(FFMPEGOBJS): dvdpcodecs
-endif
@@ -50,7 +50,7 @@
index c389b76..0c6fc47 100644
--- a/configure.in
+++ b/configure.in
-@@ -880,14 +880,6 @@ elif test "$use_arch" = "arm"; then
+@@ -874,15 +874,6 @@ elif test "$use_arch" = "arm"; then
fi
fi
fi
@@ -60,12 +60,13 @@
- # ffmpeg may depend on gnutls and vorbisenc, we add those libs at the end of linker
- # command in order to resolve any missing symbols
- GNUTLS_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors gnutls`
+- HOGWEED_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors hogweed nettle`
- VORBISENC_ALL_LIBS=`${PKG_CONFIG} --static --libs-only-l --silence-errors vorbisenc`
-fi
# Checks for library functions.
AC_FUNC_ALLOCA
-@@ -2626,7 +2618,6 @@ AC_SUBST(DISABLE_FISHBMC)
+@@ -2627,7 +2618,6 @@ AC_SUBST(DISABLE_FISHBMC)
AC_SUBST(DISABLE_PROJECTM)
AC_SUBST(USE_SKIN_TOUCHED)
AC_SUBST(USE_EXTERNAL_FFMPEG)
@@ -73,16 +74,17 @@
AC_SUBST(USE_LIBAV_HACKS)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(OUTPUT_FILES)
-@@ -2672,8 +2663,6 @@ AC_SUBST(USE_ANDROID)
+@@ -2673,9 +2663,6 @@ AC_SUBST(USE_ANDROID)
AC_SUBST(GTEST_CONFIGURED)
AC_SUBST(USE_DOXYGEN)
AC_SUBST(USE_PVR_ADDONS)
-AC_SUBST(GNUTLS_ALL_LIBS)
+-AC_SUBST(HOGWEED_ALL_LIBS)
-AC_SUBST(VORBISENC_ALL_LIBS)
# pushd and popd are not available in other shells besides bash, so implement
# our own pushd/popd functions
-@@ -2830,7 +2819,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
+@@ -2832,7 +2819,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
--disable-ffserver \
--disable-ffmpeg \
--disable-crystalhd \
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 2 May 2014 04:04:58 -0000 1.28
+++ sources 4 May 2014 19:21:54 -0000 1.29
@@ -1 +1 @@
-dc6adf4bb5795a9f1b54eb331db37a13 xbmc-13.0-Gotham_rc1-patched.tar.xz
+3e4b9596b6b9572600a798d3c4b522aa xbmc-13.0-patched.tar.xz
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xbmc-generate-tarball-xz.sh 2 May 2014 04:04:58 -0000 1.26
+++ xbmc-generate-tarball-xz.sh 4 May 2014 19:21:54 -0000 1.27
@@ -2,12 +2,12 @@
MAJORVERSION=13
MINORVERSION=0
-PRERELEASE=Gotham_rc1
+#PRERELEASE=Gotham_rc1
VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
-#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Frodo
-GITHUBURL=https://github.com/xbmc/xbmc/zipball/$PRERELEASE
+GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Gotham
+#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$PRERELEASE
# download zipball
if [[ ! -f xbmc-$VERSION.zip ]]; then
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- xbmc.spec 2 May 2014 04:04:58 -0000 1.75
+++ xbmc.spec 4 May 2014 19:21:54 -0000 1.76
@@ -1,12 +1,12 @@
-%global PRERELEASE Gotham_rc1
-#%%global DIRVERSION %{version}
+#global PRERELEASE Gotham_rc1
+%global DIRVERSION %{version}
# use the line below for pre-releases
-%global DIRVERSION %{version}-%{PRERELEASE}
+#global DIRVERSION %{version}-%{PRERELEASE}
%global _hardened_build 1
Name: xbmc
Version: 13.0
-Release: 0.14.Gotham_rc1%{?dist}
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -383,6 +383,9 @@
%changelog
+* Sun May 04 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-1
+- Update to Gotham final
+
* Thu May 01 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.14.Gotham_rc1
- Update to Gotham RC 1
10 years, 6 months
rpms/get_iplayer/F-19 get_iplayer.spec,1.15,1.16
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25703
Modified Files:
get_iplayer.spec
Log Message:
* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-2
- Add missing source.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-19/get_iplayer.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- get_iplayer.spec 3 May 2014 21:19:36 -0000 1.15
+++ get_iplayer.spec 3 May 2014 22:12:16 -0000 1.16
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 2.86
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -59,6 +59,9 @@
%doc README.md
%changelog
+* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-2
+- Add missing source.
+
* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
- Update to 2.86.
- Functionality is improved if XML::Simple is installed, so add it as a
10 years, 6 months
rpms/get_iplayer/F-19 sources,1.7,1.8
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25512
Modified Files:
sources
Log Message:
* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
- Update to 2.86.
- Functionality is improved if XML::Simple is installed, so add it as a
dependency. Bug #3137.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Jan 2014 21:59:16 -0000 1.7
+++ sources 3 May 2014 22:09:21 -0000 1.8
@@ -1 +1 @@
-2f9fa18cd68eb2ba556052b73c0c1749 get_iplayer-2.85.tar.gz
+e5277184e25ded28db3d16b4f783163f get_iplayer-2.86.tar.gz
10 years, 6 months
rpms/get_iplayer/F-19 get_iplayer.spec,1.14,1.15
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23407
Modified Files:
get_iplayer.spec
Log Message:
* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
- Update to 2.86.
- 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-19/get_iplayer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- get_iplayer.spec 12 Jan 2014 21:59:16 -0000 1.14
+++ get_iplayer.spec 3 May 2014 21:19:36 -0000 1.15
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 2.85
-Release: 2%{?dist}
+Version: 2.86
+Release: 1%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -9,6 +9,7 @@
Source0: ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-%{version}.tar.gz
Source1: options
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
BuildRequires: sed
BuildRequires: perl(Cwd) perl(Env) perl(Fcntl) perl(File::Copy)
@@ -18,6 +19,7 @@
BuildRequires: perl(LWP::UserAgent) perl(POSIX) perl(Time::Local) perl(URI)
BuildRequires: perl(HTML::Entities) perl(HTTP::Cookies)
Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core
+Requires: perl(XML::Simple)
%{?filter_setup:
# https://bugzilla.redhat.com/show_bug.cgi?id=734244
@@ -57,6 +59,11 @@
%doc README.md
%changelog
+* Sat May 3 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
+- Update to 2.86.
+- Functionality is improved if XML::Simple is installed, so add it as a
+ dependency. Bug #3137.
+
* Sun Jan 12 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-2
- README.txt replaced by README.md.
10 years, 6 months