rpms/xbmc-pvr-addons/devel xbmc-pvr-addons-13.0-use_external_tinyxml2.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xbmc-pvr-addons.spec, 1.1, 1.2 xbmc-pvr-addons-13.0-use_external_dvblinkremote.patch, 1.1, NONE
by Mohamed ElMorabity
Author: melmorabity
Update of /cvs/free/rpms/xbmc-pvr-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29978/devel
Modified Files:
.cvsignore sources xbmc-pvr-addons.spec
Added Files:
xbmc-pvr-addons-13.0-use_external_tinyxml2.patch
Removed Files:
xbmc-pvr-addons-13.0-use_external_dvblinkremote.patch
Log Message:
Sync with XBMC 13.2 beta3
xbmc-pvr-addons-13.0-use_external_tinyxml2.patch:
configure.ac | 1 -
lib/Makefile.am | 2 +-
lib/libdvblinkremote/Makefile.am | 6 +++---
lib/libdvblinkremote/util.h | 4 ++--
lib/libdvblinkremote/xml_object_serializer.h | 2 +-
5 files changed, 7 insertions(+), 8 deletions(-)
--- NEW FILE xbmc-pvr-addons-13.0-use_external_tinyxml2.patch ---
diff -up ./configure.ac.orig ./configure.ac
--- ./configure.ac.orig 2014-08-06 11:53:17.249673317 +0200
+++ ./configure.ac 2014-08-06 11:53:56.682576564 +0200
@@ -269,7 +269,6 @@ AC_CONFIG_FILES([Makefile \
lib/cmyth/Makefile \
lib/cmyth/libcmyth/Makefile \
lib/cmyth/librefmem/Makefile \
- lib/tinyxml2/Makefile \
lib/libdvblinkremote/Makefile \
addons/Makefile \
addons/pvr.demo/Makefile \
diff -up ./lib/libdvblinkremote/Makefile.am.orig ./lib/libdvblinkremote/Makefile.am
--- ./lib/libdvblinkremote/Makefile.am.orig 2014-07-16 11:22:26.000000000 +0200
+++ ./lib/libdvblinkremote/Makefile.am 2014-08-06 11:58:40.235690060 +0200
@@ -26,10 +26,10 @@ libdvblinkremote_la_SOURCES = channel.cp
util.cpp \
xml_object_serializer_factory.cpp
-LIBS= @abs_top_srcdir(a)/lib/tinyxml2/libtinyxml2.la
+LIBS=$(shell pkg-config --libs tinyxml2)
-INCLUDES=-I..
+INCLUDES=$(shell pkg-config --cflags tinyxml2)
$(LIB): libdvblinkremote.la
cp -f .libs/libdvblinkremote.a .
- cp -f .libs/libdvblinkremote.la $(LIB)
\ Pas de fin de ligne à la fin du fichier
+ cp -f .libs/libdvblinkremote.la $(LIB)
diff -up ./lib/libdvblinkremote/util.h.orig ./lib/libdvblinkremote/util.h
--- ./lib/libdvblinkremote/util.h.orig 2014-07-16 11:22:26.000000000 +0200
+++ ./lib/libdvblinkremote/util.h 2014-08-06 12:00:07.757255810 +0200
@@ -27,7 +27,7 @@
#include <sstream>
#include <iostream>
#include <cstdio>
-#include "tinyxml2/tinyxml2.h"
+#include "tinyxml2.h"
namespace dvblinkremote {
class Util {
@@ -53,4 +53,4 @@ namespace dvblinkremote {
template <class T> static bool from_string(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&));
template <class T> static bool to_string(const T& t, std::string& s);
};
-}
\ Pas de fin de ligne à la fin du fichier
+}
diff -up ./lib/libdvblinkremote/xml_object_serializer.h.orig ./lib/libdvblinkremote/xml_object_serializer.h
--- ./lib/libdvblinkremote/xml_object_serializer.h.orig 2014-07-16 11:22:26.000000000 +0200
+++ ./lib/libdvblinkremote/xml_object_serializer.h 2014-08-06 11:59:57.446542583 +0200
@@ -30,7 +30,7 @@
#include "request.h"
#include "response.h"
#include "util.h"
-#include "tinyxml2/tinyxml2.h"
+#include "tinyxml2.h"
using namespace dvblinkremote;
diff -up ./lib/Makefile.am.orig ./lib/Makefile.am
--- ./lib/Makefile.am.orig 2014-08-06 11:53:17.249673317 +0200
+++ ./lib/Makefile.am 2014-08-06 11:54:25.863764943 +0200
@@ -2,7 +2,7 @@ if ADDON_MYTHTV
ADDITIONAL_SUBDIRS = cmyth
endif
-SUBDIRS = libhts tinyxml2 libdvblinkremote $(ADDITIONAL_SUBDIRS)
+SUBDIRS = libhts libdvblinkremote $(ADDITIONAL_SUBDIRS)
zip:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc-pvr-addons/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 28 May 2014 23:00:42 -0000 1.2
+++ .cvsignore 7 Aug 2014 13:09:31 -0000 1.3
@@ -1 +1 @@
-xbmc-pvr-addons-13.0-Gotham.tar.gz
+xbmc-pvr-addons-be12a8d.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc-pvr-addons/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 28 May 2014 23:00:42 -0000 1.2
+++ sources 7 Aug 2014 13:09:31 -0000 1.3
@@ -1 +1 @@
-63f5863393ca869eb6f357a62de76378 xbmc-pvr-addons-13.0-Gotham.tar.gz
+6a9889c01d333ffe9c0d80ebeb4bafa8 xbmc-pvr-addons-be12a8d.tar.gz
Index: xbmc-pvr-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc-pvr-addons/devel/xbmc-pvr-addons.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-pvr-addons.spec 28 May 2014 23:00:42 -0000 1.1
+++ xbmc-pvr-addons.spec 7 Aug 2014 13:09:31 -0000 1.2
@@ -2,34 +2,36 @@
# try using the same hash that upstream uses for the current XBMC version
# available in RPMFusion. It can be found in the XBMC source tree like so:
# grep ^VERSION tools/depends/target/xbmc-pvr-addons/Makefile
-#global commit 2955e1dd62f4047b2782cb927f7671ae209f20d8
-#global short_commit %%(c=%%{commit}; echo ${c:0:7})
-#global commit_date 20140462
-#global prerelease %%{commit_date}git%%{short_commit}
-%global tag 13.0-Gotham
+%global commit be12a8da2072e9c3ddad54892df2f85b759d4e9a
+%global short_commit %(c=%{commit}; echo ${c:0:7})
+%global commit_date 20140716
+%global snapshot_release %{commit_date}git%{short_commit}
+# %%global tag 13.0-Gotham
# Minimum supported version of XBMC
-%global xbmc_version 13.0-0.14.Gotham_rc1
+%global xbmc_version 13.2-0.3.beta3
Name: xbmc-pvr-addons
Version: 13.0
-Release: 1%{?dist}
+Release: 2.%{snapshot_release}%{?dist}
+# Release: 1%%{?dist}
Summary: XBMC PVR add-ons
Group: Applications/Multimedia
# Entire package is GPLv3 (see COPYING). All the PVR addons are GPLv2+. Portions
-# of lib/libhts and lib/cmyth are LGPLv2+
-License: GPLv3 and GPLv2+ and LGPLv2+
+# of lib/libhts and lib/cmyth are LGPLv2+. lib/dvblinkremote is MIT
+License: GPLv3 and GPLv2+ and LGPLv2+ and MIT
URL: https://github.com/opdenkamp/xbmc-pvr-addons
-Source0: https://github.com/opdenkamp/%{name}/archive/%{tag}/%{name}-%{tag}.tar.gz
+Source0: https://github.com/opdenkamp/%{name}/archive/%{short_commit}/%{name}-%{sh...
+# Source0: https://github.com/opdenkamp/%%{name}/archive/%%{tag}/%%{name}-%%{tag}.ta...
# Use system jsoncpp library
Patch0: %{name}-13.0-use_external_jsoncpp.patch
# Use system rapidxml library
Patch1: %{name}-13.0-use_external_rapidxml.patch
# Use system tinyxml library
Patch2: %{name}-13.0-use_external_tinyxml.patch
-# Use system dvblinkremote library
-Patch3: %{name}-13.0-use_external_dvblinkremote.patch
+# Use system tinyxml2 library
+Patch3: %{name}-13.0-use_external_tinyxml2.patch
# Use system XBMC headers
Patch4: %{name}-13.0-use_external_xbmc.patch
# Use safe format arg to snprintf to fix build on Fedora 21 (see
@@ -37,7 +39,6 @@
Patch5: %{name}-13.0-snprintf.patch
BuildRequires: boost-devel
-BuildRequires: dvblinkremote-devel
BuildRequires: jsoncpp-devel
BuildRequires: libtool
BuildRequires: mariadb-devel
@@ -46,6 +47,7 @@
BuildRequires: mesa-libGLES-devel
BuildRequires: rapidxml-devel
BuildRequires: tinyxml-devel
+BuildRequires: tinyxml2-devel
BuildRequires: vdr-devel
BuildRequires: xbmc-devel >= %{xbmc_version}
BuildRequires: zlib-devel
@@ -221,16 +223,17 @@
%prep
-%setup -q -n %{name}-%{tag}
+%setup -q -n %{name}-%{commit}
+# %%setup -q -n %%{name}-%%{tag}
%patch0 -p0 -b .use_external_jsoncpp
%patch1 -p0 -b .use_external_rapidxml
%patch2 -p0 -b .use_external_tinyxml
-%patch3 -p0 -b .use_external_dvblinkremote
+%patch3 -p0 -b .use_external_tinyxml2
%patch4 -p0 -b .use_external_xbmc
%patch5 -p1 -b .snprintf
-# Delete bundled libraries dvblinkremote, jsoncpp, rapidxml, and tinyxml2
-rm -r lib/{jsoncpp,libdvblinkremote,rapidxml,tinyxml2}/
+# Delete bundled libraries jsoncpp, rapidxml, and tinyxml2
+rm -r lib/{jsoncpp,rapidxml,tinyxml2}/
# Delete bundled tinyxml, but keep wrapper headers provided by XBMC developers
rm lib/tinyxml/{Makefile.am,readme.txt,tiny*}
# Delete bundled XBMC headers
@@ -341,6 +344,12 @@
%changelog
+* Wed Aug 06 2014 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 13.0-2.20140716gitbe12a8d
+- Sync with XBMC 13.2 beta3
+- Use bundled (and heavily patched!) version of dvblinkremote library
+- Use system tinyxml2 library to build dvblinkremote instead of bundled one
+
+
* Tue May 13 2014 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 13.0-1
- Update to 13.0
- Drop empty M3U file provided by the iptvsimple addon
--- xbmc-pvr-addons-13.0-use_external_dvblinkremote.patch DELETED ---
10 years, 5 months
rpms/audacious-plugins-freeworld/devel audacious-plugins-3.5-mms.patch, NONE, 1.1 audacious-plugins-freeworld.spec, 1.39, 1.40
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29279
Modified Files:
audacious-plugins-freeworld.spec
Added Files:
audacious-plugins-3.5-mms.patch
Log Message:
* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.5-3
- Fix building with new libmms (rf#3327)
audacious-plugins-3.5-mms.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE audacious-plugins-3.5-mms.patch ---
diff -up audacious-plugins-3.5/src/mms/Makefile~ audacious-plugins-3.5/src/mms/Makefile
--- audacious-plugins-3.5/src/mms/Makefile~ 2014-04-23 04:37:46.000000000 +0200
+++ audacious-plugins-3.5/src/mms/Makefile 2014-08-07 14:37:22.063941098 +0200
@@ -7,6 +7,6 @@ include ../../extra.mk
plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}
-CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MMS_CFLAGS} -I../.. -Wall
+CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${MMS_CFLAGS} -I../.. -Wall
CFLAGS += ${PLUGIN_CFLAGS}
-LIBS += ${MMS_LIBS}
+LIBS += ${MMS_LIBS} ${GLIB_LIBS}
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- audacious-plugins-freeworld.spec 7 Aug 2014 01:08:04 -0000 1.39
+++ audacious-plugins-freeworld.spec 7 Aug 2014 12:45:05 -0000 1.40
@@ -5,13 +5,14 @@
Name: audacious-plugins-freeworld
Version: 3.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Additional plugins for the Audacious media player
Group: Applications/Multimedia
License: GPLv3
URL: http://audacious-media-player.org/
Source0: http://distfiles.audacious-media-player.org/audacious-plugins-%{version}....
+Patch0: audacious-plugins-3.5-mms.patch
BuildRequires: audacious-devel >= 3.5
BuildRequires: zlib-devel, libxml2-devel
@@ -91,6 +92,7 @@
%prep
%setup -q -n audacious-plugins-%{version}
+%patch0 -p1
sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -135,6 +137,9 @@
%changelog
+* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.5-3
+- Fix building with new libmms (rf#3327)
+
* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 3.5-2
- Rebuilt for ffmpeg-2.3
10 years, 5 months
rpms/nvidia-kmod/devel nv-linux-arm.patch,1.3,1.4
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20629
Modified Files:
nv-linux-arm.patch
Log Message:
* Thu Aug 07 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.13-1
- Update to 343.13
nv-linux-arm.patch:
nv-linux.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: nv-linux-arm.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nv-linux-arm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nv-linux-arm.patch 9 Jun 2014 19:15:56 -0000 1.3
+++ nv-linux-arm.patch 7 Aug 2014 09:16:38 -0000 1.4
@@ -1,7 +1,7 @@
diff -up nvidiapkg-armv7hl/kernel/nv-linux.h.arm nvidiapkg-armv7hl/kernel/nv-linux.h
---- nvidiapkg-armv7hl/kernel/nv-linux.h.arm 2013-10-30 20:03:30.000000000 -0400
-+++ nvidiapkg-armv7hl/kernel/nv-linux.h 2013-12-15 06:57:24.857474273 -0500
-@@ -225,7 +225,8 @@ RM_STATUS nvos_forward_error_to_cray(str
+--- nvidiapkg-armv7hl/kernel/nv-linux.h.arm 2014-08-01 03:14:20.000000000 +0200
++++ nvidiapkg-armv7hl/kernel/nv-linux.h 2014-08-07 11:06:30.925997327 +0200
+@@ -230,7 +230,8 @@ RM_STATUS nvos_forward_error_to_cray(str
* NVIDIA graphics driver has no way of knowing and is unlikely
* to work correctly.
*/
@@ -10,4 +10,4 @@
+ !defined(NVCPU_ARM)
#include <asm/maddr.h>
#include <xen/interface/memory.h>
- #define NV_XEN_SUPPORT_FULLY_VIRTUALIZED_KERNEL
+ #define NV_XEN_SUPPORT_OLD_STYLE_KERNEL
10 years, 5 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.164,1.165
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20186
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Aug 07 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.13-1
- Update to 343.13
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- nvidia-kmod.spec 8 Jul 2014 13:10:04 -0000 1.164
+++ nvidia-kmod.spec 7 Aug 2014 08:54:10 -0000 1.165
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 340.24
+Version: 343.13
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -84,6 +84,9 @@
%changelog
+* Thu Aug 07 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.13-1
+- Update to 343.13
+
* Tue Jul 08 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.24-1
- Update to 340.24
10 years, 5 months
rpms/xorg-x11-drv-nvidia/devel .cvsignore, 1.69, 1.70 sources, 1.73, 1.74 xorg-x11-drv-nvidia.spec, 1.139, 1.140
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19854
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
* Thu Aug 07 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.13-1
- Update to 343.13
- removes support for the G8x, G9x, and GT2xx GPUs
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- .cvsignore 8 Jul 2014 11:41:16 -0000 1.69
+++ .cvsignore 7 Aug 2014 08:38:16 -0000 1.70
@@ -1,3 +1,3 @@
-NVIDIA-Linux-x86-340.24.run
-NVIDIA-Linux-x86_64-340.24.run
-NVIDIA-Linux-armv7l-gnueabihf-340.24.run
+NVIDIA-Linux-x86-343.13.run
+NVIDIA-Linux-x86_64-343.13.run
+NVIDIA-Linux-armv7l-gnueabihf-343.13.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- sources 8 Jul 2014 11:41:16 -0000 1.73
+++ sources 7 Aug 2014 08:38:16 -0000 1.74
@@ -1,3 +1,3 @@
-edd4c618265d22ef4d2b28baf070c6ff NVIDIA-Linux-x86-340.24.run
-84c9a35b20fe34cf6f1160d541673c76 NVIDIA-Linux-x86_64-340.24.run
-1f1f9d23160a797c6bc5d4e3f10c69b9 NVIDIA-Linux-armv7l-gnueabihf-340.24.run
+c708d533410ababc7a792fd132e5c51b NVIDIA-Linux-x86-343.13.run
+583597fb4793542a65a889b6262a8816 NVIDIA-Linux-x86_64-343.13.run
+e280f04ec10e155e0f73c1d9ae629fdf NVIDIA-Linux-armv7l-gnueabihf-343.13.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- xorg-x11-drv-nvidia.spec 8 Jul 2014 11:41:16 -0000 1.139
+++ xorg-x11-drv-nvidia.spec 7 Aug 2014 08:38:16 -0000 1.140
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 340.24
+Version: 343.13
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -485,6 +485,10 @@
%{_nvidia_libdir}/libnvidia-ml.so
%changelog
+* Thu Aug 07 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.13-1
+- Update to 343.13
+- removes support for the G8x, G9x, and GT2xx GPUs
+
* Tue Jul 08 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.24-1
- Update to 340.24
10 years, 5 months
rpms/xmms2-freeworld/devel xmms2-freeworld.spec,1.18,1.19
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/xmms2-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30649
Modified Files:
xmms2-freeworld.spec
Log Message:
Rebuilt for ffmpeg-2.3
Index: xmms2-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/xmms2-freeworld.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xmms2-freeworld.spec 29 Mar 2014 16:17:38 -0000 1.18
+++ xmms2-freeworld.spec 7 Aug 2014 01:47:13 -0000 1.19
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 12%{?dist}
+Release: 13%{?dist}
License: LGPLv2+ and GPL+ and BSD
Group: Applications/Multimedia
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -208,6 +208,9 @@
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 0.8-13
+- Rebuilt for ffmpeg-2.3
+
* Sat Mar 29 2014 Sérgio Basto <sergio(a)serjux.com> - 0.8-12
- Rebuilt for ffmpeg-2.2
10 years, 5 months
rpms/xine-lib/devel xine-lib.spec,1.6,1.7
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/xine-lib/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30525
Modified Files:
xine-lib.spec
Log Message:
Rebuilt for ffmpeg-2.3
Index: xine-lib.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-lib.spec 7 Jul 2014 17:15:42 -0000 1.6
+++ xine-lib.spec 7 Aug 2014 01:47:01 -0000 1.7
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -328,6 +328,9 @@
%changelog
+* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-2
+- Rebuilt for ffmpeg-2.3
+
* Sun Jul 06 2014 Xavier Bachelot <xavier(a)bachelot.org> 1.2.6-1
- Update to 1.2.6.
10 years, 5 months
rpms/x264/devel x264.spec,1.72,1.73
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30404
Modified Files:
x264.spec
Log Message:
Rebuilt for ffmpeg-2.3
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- x264.spec 27 Jul 2014 23:34:12 -0000 1.72
+++ x264.spec 7 Aug 2014 01:46:45 -0000 1.73
@@ -24,7 +24,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -189,6 +189,9 @@
%{_libdir}/libx26410b.so
%changelog
+* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142-6.20140728gitaf8e768
+- Rebuilt for ffmpeg-2.3
+
* Mon Jul 28 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142-5.20140728gitaf8e768
- Update x264-0.142 to git af8e768
10 years, 5 months
rpms/wxsvg/devel wxsvg.spec,1.31,1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30283
Modified Files:
wxsvg.spec
Log Message:
Rebuilt for ffmpeg-2.3
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- wxsvg.spec 11 May 2014 00:25:42 -0000 1.31
+++ wxsvg.spec 7 Aug 2014 01:46:32 -0000 1.32
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 1.3-2
+- Rebuilt for ffmpeg-2.3
+
* Sat May 10 2014 Sérgio Basto <sergio(a)serjux.com> - 1.3-1
- New upstream release .
10 years, 5 months
rpms/vlc/devel vlc.spec,1.203,1.204
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30158
Modified Files:
vlc.spec
Log Message:
Rebuilt for ffmpeg-2.3
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- vlc.spec 26 Jul 2014 14:34:33 -0000 1.203
+++ vlc.spec 7 Aug 2014 01:46:21 -0000 1.204
@@ -33,7 +33,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -491,6 +491,9 @@
%changelog
+* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.5-2
+- Rebuilt for ffmpeg-2.3
+
* Sat Jul 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.5-1
- Update to 2.1.5
10 years, 5 months