rpms/lightspark/F-20 lightspark-0.7.2-fix_ffmpeg_include_dir.patch, NONE, 1.1 lightspark-0.7.2-llvm-libs-hack.patch, 1.2, 1.3 lightspark.spec, 1.43, 1.44 sources, 1.26, 1.27 lightspark-0.5.5-remove-llvm-version-check.patch, 1.1, NONE lightspark-0.7.2-llvm33.patch, 1.1, NONE
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/lightspark/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24295
Modified Files:
lightspark-0.7.2-llvm-libs-hack.patch lightspark.spec sources
Added Files:
lightspark-0.7.2-fix_ffmpeg_include_dir.patch
Removed Files:
lightspark-0.5.5-remove-llvm-version-check.patch
lightspark-0.7.2-llvm33.patch
Log Message:
sync with devel for llvm 3.4 support
lightspark-0.7.2-fix_ffmpeg_include_dir.patch:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE lightspark-0.7.2-fix_ffmpeg_include_dir.patch ---
--- lightspark-0.7.2/CMakeLists.txt.orig 2014-03-11 11:00:44.637922643 +0100
+++ lightspark-0.7.2/CMakeLists.txt 2014-03-11 11:01:18.696029090 +0100
@@ -298,7 +298,7 @@
INCLUDE(CheckFunctionExists REQUIRED)
INCLUDE(CheckCSourceCompiles)
SET(FFMPEG_FLAGS "${LIBAVCODEC_CFLAGS} ${LIBAVRESAMPLE_FLAGS}")
- SET(FFMPEG_INCLUDE_DIRS "${FFMPEG_INCLUDE_DIRS} ${LIBAVRESAMPLE_INCLUDE_DIRS}")
+ SET(FFMPEG_INCLUDE_DIRS ${FFMPEG_INCLUDE_DIRS})
SET(FFMPEG_LIBRARIES "${FFMPEG_LIBRARIES};${LIBAVRESAMPLE_LIBRARIES}")
SET(CMAKE_REQUIRED_FLAGS ${FFMPEG_FLAGS})
SET(CMAKE_REQUIRED_INCLUDES ${FFMPEG_INCLUDE_DIRS})
lightspark-0.7.2-llvm-libs-hack.patch:
FindLLVM.cmake | 3 +++
1 file changed, 3 insertions(+)
Index: lightspark-0.7.2-llvm-libs-hack.patch
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-20/lightspark-0.7.2-llvm-libs-hack.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lightspark-0.7.2-llvm-libs-hack.patch 11 Jun 2013 21:54:59 -0000 1.2
+++ lightspark-0.7.2-llvm-libs-hack.patch 22 Apr 2014 08:24:05 -0000 1.3
@@ -5,7 +5,7 @@
exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --ldflags OUTPUT_VARIABLE LLVM_LDFLAGS )
MESSAGE(STATUS "LLVM LD flags: " ${LLVM_LDFLAGS})
FIND_LLVM_LIBS( ${LLVM_CONFIG_EXECUTABLE} "core ipa ipo instrumentation bitreader bitwriter linker" LLVM_LIBS_CORE LLVM_LIBS_CORE_OBJECTS )
-+ set(LLVM_LIBS_CORE "-lLLVM-3.3")
++ set(LLVM_LIBS_CORE "-lLLVM-3.4")
MESSAGE(STATUS "LLVM core libs: " ${LLVM_LIBS_CORE})
IF(APPLE AND UNIVERSAL)
FIND_LLVM_LIBS( ${LLVM_CONFIG_EXECUTABLE} "jit native x86 PowerPC ARM" LLVM_LIBS_JIT LLVM_LIBS_JIT_OBJECTS )
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-20/lightspark.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- lightspark.spec 7 Jan 2014 14:39:39 -0000 1.43
+++ lightspark.spec 22 Apr 2014 08:24:05 -0000 1.44
@@ -9,15 +9,15 @@
%define pre_release 0
%if %{?git}
-%define commit 50819e3ab957af9a39e04655b28ea98267448232
-%define date 20130827
+%define commit c974834f93d93bc0f2713a75da62025984cb02f3
+%define date 20140219
%endif
%if %{pre_release}
%define pre rc1
%endif
-%define rel 6
+%define rel 8
%define major 0.7.2
@@ -43,6 +43,7 @@
%endif
Patch2: lightspark-0.7.2-llvm-libs-hack.patch
+Patch3: lightspark-0.7.2-fix_ffmpeg_include_dir.patch
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
@@ -87,6 +88,7 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
%patch2 -p1 -b .llvm-libs-hack
+%patch3 -p1 -b .ffmpeg-include-dir
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -155,10 +157,17 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Tue Mar 25 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.2-8.20130827git
+- Rebuild for ffmpeg 2.2.
+
+* Tue Mar 11 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.2-7.20140219git
+- New snapshot with LLVM 3.4 support.
+- Add patch to properly set FFmpeg include directory.
+
* Tue Jan 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.2-6.20130827git
- Rebuilt for librtmp
-* Tue Nov 05 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.7.2-5..20130827git
+* Tue Nov 05 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.7.2-5.20130827git
- Rebuild for ffmpeg 2.1.
* Tue Aug 27 2013 Xavier Bachelot <xavier(a)bachelot.org> - 0.7.2-4.20130827git
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-20/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 10 Sep 2013 20:44:17 -0000 1.26
+++ sources 22 Apr 2014 08:24:05 -0000 1.27
@@ -1 +1 @@
-0cbf76bf768c31879921ba5698db6671 lightspark-0.7.2-20130827git.tar.bz2
+ada0a48a123df8df0f5aeeeffec9aef8 lightspark-0.7.2-20140219git.tar.bz2
--- lightspark-0.5.5-remove-llvm-version-check.patch DELETED ---
--- lightspark-0.7.2-llvm33.patch DELETED ---
10 years, 10 months
rpms/xbmc/F-20 xbmc-13.0-versioning.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 sources, 1.26, 1.27 xbmc-generate-tarball-xz.sh, 1.24, 1.25 xbmc.spec, 1.71, 1.72
by Michael Cronenworth
Author: mooninite
Update of /cvs/free/rpms/xbmc/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18018
Modified Files:
.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec
Added Files:
xbmc-13.0-versioning.patch
Log Message:
* Sun Apr 20 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.13.Gotham_beta4
- Update to Gotham beta 4
- Enable clientevents package
xbmc-13.0-versioning.patch:
Application.cpp | 2 +-
GitRevision.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--- NEW FILE xbmc-13.0-versioning.patch ---
--- a/xbmc/GitRevision.h 2014-04-18 17:47:17.000000000 -0500
+++ b/xbmc/GitRevision.h 2014-04-20 18:26:11.509554641 -0500
@@ -1,5 +1,7 @@
#pragma once
+#undef GIT_REV
+
/*
* Copyright (C) 2011-2013 Team XBMC
* http://xbmc.org
--- a/xbmc/Application.cpp 2014-04-18 17:47:17.000000000 -0500
+++ b/xbmc/Application.cpp 2014-04-20 18:10:35.171011439 -0500
@@ -693,7 +693,7 @@
CProfilesManager::Get().Load();
CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------");
- CLog::Log(LOGNOTICE, "Starting XBMC (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
+ CLog::Log(LOGNOTICE, "Starting XBMC from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetXbmcBitness());
/* Expand macro before stringify */
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore 3 Apr 2014 01:32:57 -0000 1.24
+++ .cvsignore 21 Apr 2014 00:48:25 -0000 1.25
@@ -1 +1 @@
-xbmc-13.0-Gotham_beta3-patched.tar.xz
+xbmc-13.0-Gotham_beta4-patched.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 3 Apr 2014 01:32:57 -0000 1.26
+++ sources 21 Apr 2014 00:48:25 -0000 1.27
@@ -1 +1 @@
-0e395e029185741584a997e1299b634e xbmc-13.0-Gotham_beta3-patched.tar.xz
+a5307e6224e8a96c16833f26c173a55e xbmc-13.0-Gotham_beta4-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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xbmc-generate-tarball-xz.sh 3 Apr 2014 01:32:57 -0000 1.24
+++ xbmc-generate-tarball-xz.sh 21 Apr 2014 00:48:25 -0000 1.25
@@ -2,7 +2,7 @@
MAJORVERSION=13
MINORVERSION=0
-PRERELEASE=Gotham_beta3
+PRERELEASE=Gotham_beta4
VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-20/xbmc.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- xbmc.spec 16 Apr 2014 09:58:44 -0000 1.71
+++ xbmc.spec 21 Apr 2014 00:48:25 -0000 1.72
@@ -1,4 +1,4 @@
-%global PRERELEASE Gotham_beta3
+%global PRERELEASE Gotham_beta4
#%%global DIRVERSION %{version}
# use the line below for pre-releases
%global DIRVERSION %{version}-%{PRERELEASE}
@@ -6,7 +6,7 @@
Name: xbmc
Version: 13.0
-Release: 0.12.Gotham_beta3%{?dist}
+Release: 0.13.Gotham_beta4%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -32,6 +32,9 @@
# https://bugzilla.redhat.com/1069079
Patch3: xbmc-13.0-libmysqlclient.patch
+# Set program version parameters
+Patch4: xbmc-13.0-versioning.patch
+
# External ffmpeg patches
Patch100: 0001-Revert-drop-support-for-external-ffmpeg.patch
Patch101: 0002-Revert-linux-link-ffmpeg-statically.patch
@@ -212,20 +215,21 @@
libraries, you need to install this package.
-#%%package eventclients
-#%Summary: Media center event client remotes
+%package eventclients
+Summary: Media center event client remotes
-#%%description eventclients
-#%This package contains support for using XBMC with the PS3 Remote, the Wii
-#%Remote, a J2ME based remote and the command line xbmc-send utility.
-
-#%%package eventclients-devel
-#%Summary: Media center event client remotes development files
-#%Requires: %{name}-eventclients = %{version}-%{release}
-
-#%%description eventclients-devel
-#%This package contains the development header files for the eventclients
-#%library.
+%description eventclients
+This package contains support for using XBMC with the PS3 Remote, the Wii
+Remote, a J2ME based remote and the command line xbmc-send utility.
+
+%package eventclients-devel
+Summary: Media center event client remotes development files
+Requires: %{name}-eventclients = %{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
+
+%description eventclients-devel
+This package contains the development header files for the eventclients
+library.
%prep
@@ -234,6 +238,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%patch100 -p1
%patch101 -p1
@@ -314,7 +319,7 @@
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
-#make -C tools/EventClients DESTDIR=$RPM_BUILD_ROOT install
+make -C tools/EventClients DESTDIR=$RPM_BUILD_ROOT install
# remove the doc files from unversioned /usr/share/doc/xbmc, they should be in versioned docdir
rm -r $RPM_BUILD_ROOT/%{_datadir}/doc/
@@ -362,24 +367,26 @@
%{_includedir}/xbmc
-#%%files eventclients
-#%%defattr(-,root,root)
-#%%python_sitelib/xbmc
-#%%dir %{_datadir}/pixmaps/xbmc
-#%%{_datadir}/pixmaps/xbmc/*.png
-#%%{_bindir}/xbmc-j2meremote
-#%%{_bindir}/xbmc-ps3d
-#%%{_bindir}/xbmc-ps3remote
-#%%{_bindir}/xbmc-send
-#%%{_bindir}/xbmc-wiiremote
-
-#%%files eventclients-devel
-#%%defattr(-,root,root)
-#%%dir %{_includedir}/xbmc
-#%%{_includedir}/xbmc/xbmcclient.h
+%files eventclients
+%python_sitelib/xbmc
+%dir %{_datadir}/pixmaps/xbmc
+%{_datadir}/pixmaps/xbmc/*.png
+%{_bindir}/xbmc-j2meremote
+%{_bindir}/xbmc-ps3d
+%{_bindir}/xbmc-ps3remote
+%{_bindir}/xbmc-send
+%{_bindir}/xbmc-wiiremote
+
+
+%files eventclients-devel
+%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Sun Apr 20 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.13.Gotham_beta4
+- Update to Gotham beta 4
+- Enable clientevents package
+
* Tue Apr 15 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.12.Gotham_beta3
- Update dvdread patch for new dvdread release
10 years, 10 months
rpms/xbmc/devel xbmc-13.0-versioning.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 sources, 1.26, 1.27 xbmc-generate-tarball-xz.sh, 1.24, 1.25 xbmc.spec, 1.73, 1.74
by Michael Cronenworth
Author: mooninite
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14630
Modified Files:
.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec
Added Files:
xbmc-13.0-versioning.patch
Log Message:
* Sun Apr 20 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.13.Gotham_beta4
- Update to Gotham beta 4
- Enable clientevents package
xbmc-13.0-versioning.patch:
Application.cpp | 2 +-
GitRevision.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--- NEW FILE xbmc-13.0-versioning.patch ---
--- a/xbmc/GitRevision.h 2014-04-18 17:47:17.000000000 -0500
+++ b/xbmc/GitRevision.h 2014-04-20 18:26:11.509554641 -0500
@@ -1,5 +1,7 @@
#pragma once
+#undef GIT_REV
+
/*
* Copyright (C) 2011-2013 Team XBMC
* http://xbmc.org
--- a/xbmc/Application.cpp 2014-04-18 17:47:17.000000000 -0500
+++ b/xbmc/Application.cpp 2014-04-20 18:10:35.171011439 -0500
@@ -693,7 +693,7 @@
CProfilesManager::Get().Load();
CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------");
- CLog::Log(LOGNOTICE, "Starting XBMC (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
+ CLog::Log(LOGNOTICE, "Starting XBMC from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetXbmcBitness());
/* Expand macro before stringify */
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore 3 Apr 2014 01:26:57 -0000 1.24
+++ .cvsignore 21 Apr 2014 00:12:30 -0000 1.25
@@ -1 +1 @@
-xbmc-13.0-Gotham_beta3-patched.tar.xz
+xbmc-13.0-Gotham_beta4-patched.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 3 Apr 2014 01:26:57 -0000 1.26
+++ sources 21 Apr 2014 00:12:30 -0000 1.27
@@ -1 +1 @@
-0e395e029185741584a997e1299b634e xbmc-13.0-Gotham_beta3-patched.tar.xz
+a5307e6224e8a96c16833f26c173a55e xbmc-13.0-Gotham_beta4-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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xbmc-generate-tarball-xz.sh 3 Apr 2014 01:26:57 -0000 1.24
+++ xbmc-generate-tarball-xz.sh 21 Apr 2014 00:12:30 -0000 1.25
@@ -2,7 +2,7 @@
MAJORVERSION=13
MINORVERSION=0
-PRERELEASE=Gotham_beta3
+PRERELEASE=Gotham_beta4
VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- xbmc.spec 16 Apr 2014 00:43:12 -0000 1.73
+++ xbmc.spec 21 Apr 2014 00:12:30 -0000 1.74
@@ -1,4 +1,4 @@
-%global PRERELEASE Gotham_beta3
+%global PRERELEASE Gotham_beta4
#%%global DIRVERSION %{version}
# use the line below for pre-releases
%global DIRVERSION %{version}-%{PRERELEASE}
@@ -6,7 +6,7 @@
Name: xbmc
Version: 13.0
-Release: 0.12.Gotham_beta3%{?dist}
+Release: 0.13.Gotham_beta4%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -32,6 +32,9 @@
# https://bugzilla.redhat.com/1069079
Patch3: xbmc-13.0-libmysqlclient.patch
+# Set program version parameters
+Patch4: xbmc-13.0-versioning.patch
+
# External ffmpeg patches
Patch100: 0001-Revert-drop-support-for-external-ffmpeg.patch
Patch101: 0002-Revert-linux-link-ffmpeg-statically.patch
@@ -212,20 +215,21 @@
libraries, you need to install this package.
-#%%package eventclients
-#%Summary: Media center event client remotes
+%package eventclients
+Summary: Media center event client remotes
-#%%description eventclients
-#%This package contains support for using XBMC with the PS3 Remote, the Wii
-#%Remote, a J2ME based remote and the command line xbmc-send utility.
-
-#%%package eventclients-devel
-#%Summary: Media center event client remotes development files
-#%Requires: %{name}-eventclients = %{version}-%{release}
-
-#%%description eventclients-devel
-#%This package contains the development header files for the eventclients
-#%library.
+%description eventclients
+This package contains support for using XBMC with the PS3 Remote, the Wii
+Remote, a J2ME based remote and the command line xbmc-send utility.
+
+%package eventclients-devel
+Summary: Media center event client remotes development files
+Requires: %{name}-eventclients = %{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
+
+%description eventclients-devel
+This package contains the development header files for the eventclients
+library.
%prep
@@ -234,6 +238,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%patch100 -p1
%patch101 -p1
@@ -314,7 +319,7 @@
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
-#make -C tools/EventClients DESTDIR=$RPM_BUILD_ROOT install
+make -C tools/EventClients DESTDIR=$RPM_BUILD_ROOT install
# remove the doc files from unversioned /usr/share/doc/xbmc, they should be in versioned docdir
rm -r $RPM_BUILD_ROOT/%{_datadir}/doc/
@@ -362,24 +367,26 @@
%{_includedir}/xbmc
-#%%files eventclients
-#%%defattr(-,root,root)
-#%%python_sitelib/xbmc
-#%%dir %{_datadir}/pixmaps/xbmc
-#%%{_datadir}/pixmaps/xbmc/*.png
-#%%{_bindir}/xbmc-j2meremote
-#%%{_bindir}/xbmc-ps3d
-#%%{_bindir}/xbmc-ps3remote
-#%%{_bindir}/xbmc-send
-#%%{_bindir}/xbmc-wiiremote
-
-#%%files eventclients-devel
-#%%defattr(-,root,root)
-#%%dir %{_includedir}/xbmc
-#%%{_includedir}/xbmc/xbmcclient.h
+%files eventclients
+%python_sitelib/xbmc
+%dir %{_datadir}/pixmaps/xbmc
+%{_datadir}/pixmaps/xbmc/*.png
+%{_bindir}/xbmc-j2meremote
+%{_bindir}/xbmc-ps3d
+%{_bindir}/xbmc-ps3remote
+%{_bindir}/xbmc-send
+%{_bindir}/xbmc-wiiremote
+
+
+%files eventclients-devel
+%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Sun Apr 20 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.13.Gotham_beta4
+- Update to Gotham beta 4
+- Enable clientevents package
+
* Tue Apr 15 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-0.12.Gotham_beta3
- Update dvdread patch for new dvdread release
10 years, 10 months
rpms/get_iplayer/F-20 get_iplayer.spec,1.19,1.20 sources,1.7,1.8
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16729
Modified Files:
get_iplayer.spec sources
Log Message:
* Sun Apr 20 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
- Update to 2.86.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/get_iplayer.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- get_iplayer.spec 28 Feb 2014 17:56:44 -0000 1.19
+++ get_iplayer.spec 20 Apr 2014 18:06:53 -0000 1.20
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 2.85
-Release: 7%{?dist}
+Version: 2.86
+Release: 1%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -59,6 +59,9 @@
%changelog
+* Sun Apr 20 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
+- Update to 2.86.
+
* Fri Feb 28 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-7
- Functionality is improved if XML::Simple is installed, so add it as a
dependency. Bug #3137.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Jan 2014 21:42:29 -0000 1.7
+++ sources 20 Apr 2014 18:06:53 -0000 1.8
@@ -1 +1 @@
-2f9fa18cd68eb2ba556052b73c0c1749 get_iplayer-2.85.tar.gz
+e5277184e25ded28db3d16b4f783163f get_iplayer-2.86.tar.gz
10 years, 10 months
rpms/get_iplayer/devel .cvsignore, 1.7, 1.8 get_iplayer.spec, 1.22, 1.23 sources, 1.7, 1.8
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16480
Modified Files:
.cvsignore get_iplayer.spec sources
Log Message:
* Sun Apr 20 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
- Update to 2.86.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 12 Jan 2014 20:28:14 -0000 1.7
+++ .cvsignore 20 Apr 2014 18:04:36 -0000 1.8
@@ -1 +1 @@
-get_iplayer-2.85.tar.gz
+get_iplayer-2.86.tar.gz
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/get_iplayer.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- get_iplayer.spec 8 Mar 2014 11:18:49 -0000 1.22
+++ get_iplayer.spec 20 Apr 2014 18:04:36 -0000 1.23
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 2.85
-Release: 8%{?dist}
+Version: 2.86
+Release: 1%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -59,6 +59,9 @@
%changelog
+* Sun Apr 20 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.86-1
+- Update to 2.86.
+
* Sat Mar 8 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-8
- Bump version number.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Jan 2014 20:28:14 -0000 1.7
+++ sources 20 Apr 2014 18:04:36 -0000 1.8
@@ -1 +1 @@
-2f9fa18cd68eb2ba556052b73c0c1749 get_iplayer-2.85.tar.gz
+e5277184e25ded28db3d16b4f783163f get_iplayer-2.86.tar.gz
10 years, 10 months
rpms/vdr-softhddevice/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 vdr-softhddevice.spec, 1.7, 1.8
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8704/devel
Modified Files:
.cvsignore sources vdr-softhddevice.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 1 Mar 2014 06:49:50 -0000 1.7
+++ .cvsignore 20 Apr 2014 16:16:36 -0000 1.8
@@ -1 +1 @@
-vdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.bz2
+vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 1 Mar 2014 06:49:50 -0000 1.7
+++ sources 20 Apr 2014 16:16:36 -0000 1.8
@@ -1 +1 @@
-2f6ab5d1009704fa124eafd5ed56a648 vdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.bz2
+3eacfc735a767e2d8a48261a0aae43a0 vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/vdr-softhddevice.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vdr-softhddevice.spec 29 Mar 2014 16:17:34 -0000 1.7
+++ vdr-softhddevice.spec 20 Apr 2014 16:16:36 -0000 1.8
@@ -1,11 +1,11 @@
-%global commit 42bbb763fd93ee3936ea50e003c0892c791b1214
+%global commit 0cdedb88acfc7c77fafefe2d93598db04a01f1ac
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140228
+%global gitdate 20140420
Name: vdr-softhddevice
Version: 0.6.0
Release: 13.%{gitdate}git%{shortcommit}%{?dist}
-Summary: Streaming plug-in for VDR
+Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
URL: http://projects.vdr-developer.org/projects/plg-softhddevice
@@ -74,8 +74,9 @@
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
-* Sat Mar 29 2014 Sérgio Basto <sergio(a)serjux.com> - 0.6.0-13.20140228git42bbb76
-- Rebuilt for ffmpeg-2.2
+* Sun Apr 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-13.20140420git0cdedb8
+- changed Summary
+- update for new git snapshot
* Fri Feb 28 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-12.20140228git42bbb76
- update for new git snapshot
10 years, 10 months
rpms/vdr-softhddevice/F-20 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 vdr-softhddevice.spec, 1.6, 1.7
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8537/F-20
Modified Files:
.cvsignore sources vdr-softhddevice.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 1 Mar 2014 06:49:21 -0000 1.7
+++ .cvsignore 20 Apr 2014 16:16:13 -0000 1.8
@@ -1 +1 @@
-vdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.bz2
+vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 1 Mar 2014 06:49:21 -0000 1.7
+++ sources 20 Apr 2014 16:16:13 -0000 1.8
@@ -1 +1 @@
-2f6ab5d1009704fa124eafd5ed56a648 vdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.bz2
+3eacfc735a767e2d8a48261a0aae43a0 vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/vdr-softhddevice.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vdr-softhddevice.spec 1 Mar 2014 06:49:21 -0000 1.6
+++ vdr-softhddevice.spec 20 Apr 2014 16:16:13 -0000 1.7
@@ -1,11 +1,11 @@
-%global commit 42bbb763fd93ee3936ea50e003c0892c791b1214
+%global commit 0cdedb88acfc7c77fafefe2d93598db04a01f1ac
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140228
+%global gitdate 20140420
Name: vdr-softhddevice
Version: 0.6.0
-Release: 12.%{gitdate}git%{shortcommit}%{?dist}
-Summary: Streaming plug-in for VDR
+Release: 13.%{gitdate}git%{shortcommit}%{?dist}
+Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
URL: http://projects.vdr-developer.org/projects/plg-softhddevice
@@ -74,6 +74,10 @@
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
+* Sun Apr 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-13.20140420git0cdedb8
+- changed Summary
+- update for new git snapshot
+
* Fri Feb 28 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-12.20140228git42bbb76
- update for new git snapshot
10 years, 10 months
rpms/pithos/F-20 pithos.spec,1.1,1.2
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/pithos/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14749
Modified Files:
pithos.spec
Log Message:
Fix dependency issue
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/F-20/pithos.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pithos.spec 29 Mar 2014 11:24:31 -0000 1.1
+++ pithos.spec 19 Apr 2014 02:36:26 -0000 1.2
@@ -1,6 +1,6 @@
Name: pithos
Version: 0.3.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Pandora client for the GNOME Desktop
Group: Applications/File
@@ -12,6 +12,7 @@
BuildArch: noarch
BuildRequires: python2-devel python-setuptools desktop-file-utils
+Requires: python-setuptools
Requires: dbus-python
Requires: gstreamer-plugins-bad
Requires: gstreamer-plugins-good
@@ -54,6 +55,9 @@
%{_datadir}/icons/hicolor/scalable/apps/
%changelog
+* Fri Apr 18 2014 TingPing <tingping(a)tingping.se> - 0.3.18-2
+- Fix dependency issue
+
* Thu Mar 27 2014 TingPing <tingping(a)tingping.se> - 0.3.18-1
- Initial package
10 years, 10 months
rpms/pithos/devel pithos.spec,1.2,1.3
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26289
Modified Files:
pithos.spec
Log Message:
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pithos.spec 18 Apr 2014 22:43:08 -0000 1.2
+++ pithos.spec 18 Apr 2014 23:12:55 -0000 1.3
@@ -10,7 +10,7 @@
Patch0: https://github.com/pithos/pithos/commit/df24f173c7dde3a1b3631b50366757ba5...
BuildArch: noarch
-BuildRequires: python2-devel desktop-file-utils
+BuildRequires: python2-devel python-setuptools desktop-file-utils
Requires: python-setuptools
Requires: dbus-python
10 years, 10 months