rpms/abuse Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/abuse
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsi22928/rpms/abuse
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module abuse
--- NEW FILE Makefile ---
# Top level Makefile for module abuse
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
11 years, 5 months
rpms/abuse/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/abuse/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsi22928/rpms/abuse/devel
Log Message:
Directory /cvs/nonfree/rpms/abuse/devel added to the repository
11 years, 5 months
rpms/abuse - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/abuse
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsi22928/rpms/abuse
Log Message:
Directory /cvs/nonfree/rpms/abuse added to the repository
11 years, 5 months
rpms/staging-kmod-addons/F-18 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 staging-kmod-addons.spec, 1.12, 1.13
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24482
Modified Files:
.cvsignore sources staging-kmod-addons.spec
Log Message:
* Sat May 18 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.9.2-1
- Update to 3.9.2
- disable SB105X - does not compile
- disable ZCACHE - latest version not buildable as module
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-18/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 1 Mar 2013 22:13:24 -0000 1.10
+++ .cvsignore 18 May 2013 13:03:09 -0000 1.11
@@ -1 +1 @@
-linux-staging-3.8.1.tar.bz2
+linux-staging-3.9.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-18/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 1 Mar 2013 22:13:24 -0000 1.10
+++ sources 18 May 2013 13:03:09 -0000 1.11
@@ -1 +1 @@
-d2d3eb506fa90d697949caba381b837f linux-staging-3.8.1.tar.bz2
+2338e1c13bcdd038d2a6332f300280a4 linux-staging-3.9.2.tar.bz2
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-18/staging-kmod-addons.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- staging-kmod-addons.spec 1 Mar 2013 22:13:24 -0000 1.12
+++ staging-kmod-addons.spec 18 May 2013 13:03:09 -0000 1.13
@@ -1,12 +1,12 @@
# drivers that we ship; to be synced with staging-kmod.spec
-%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI CXT1E1 DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192E RTL8192U RTS5139 SB105X SBE_2T3E3 SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
+%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192U RTS5139 SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
# makes handling for rc kernels a whole lot easier:
#global prever rc8
Name: staging-kmod-addons
-Version: 3.8.1
+Version: 3.9.2
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
@@ -139,6 +139,11 @@
%changelog
+* Sat May 18 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.9.2-1
+- Update to 3.9.2
+- disable SB105X - does not compile
+- disable ZCACHE - latest version not buildable as module
+
* Fri Mar 01 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-1
- Update to 3.8.1 and enable a few more drivers
11 years, 5 months
rpms/staging-kmod/F-18 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 staging-kmod.spec, 1.62, 1.63
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19373
Modified Files:
.cvsignore sources staging-kmod.spec
Log Message:
* Sat May 18 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.9.2-1
- Update to 3.9.2
- disable SB105X - does not compile
- disable ZCACHE - latest version not buildable as module
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-18/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 1 Mar 2013 22:04:42 -0000 1.10
+++ .cvsignore 18 May 2013 12:49:46 -0000 1.11
@@ -1 +1 @@
-linux-staging-3.8.1.tar.bz2
+linux-staging-3.9.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-18/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 1 Mar 2013 22:04:43 -0000 1.10
+++ sources 18 May 2013 12:49:46 -0000 1.11
@@ -1 +1 @@
-d2d3eb506fa90d697949caba381b837f linux-staging-3.8.1.tar.bz2
+2338e1c13bcdd038d2a6332f300280a4 linux-staging-3.9.2.tar.bz2
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-18/staging-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- staging-kmod.spec 14 May 2013 15:17:52 -0000 1.62
+++ staging-kmod.spec 18 May 2013 12:49:46 -0000 1.63
@@ -1,7 +1,7 @@
# akmods not supported
# which drivers to built
-%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192U RTS5139 SB105X SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
+%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192U RTS5139 SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
# fixme: DVB_AS102 DVB_CXD2099
@@ -21,8 +21,8 @@
#global prever rc8
Name: staging-kmod
-Version: 3.8.1
-Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.8
+Version: 3.9.2
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -139,26 +139,10 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Tue May 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.8
-- Rebuilt for kernel
-
-* Fri May 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.7
-- Rebuilt for kernel
-
-* Wed May 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.6
-- Rebuilt for kernel
-
-* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.5
-Rebuilt for kernel
-
-* Thu Apr 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.4
-- Rebuilt for kernel
-
-* Thu Apr 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.3
-- Rebuilt for kernel
-
-* Tue Apr 16 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.8.1-3.2
-- rebuild for updated kernel
+* Sat May 18 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.9.2-1
+- Update to 3.9.2
+- disable SB105X - does not compile
+- disable ZCACHE - latest version not buildable as module
* Sat Apr 13 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-3
- disable RTL8192E, now shipped upstream
@@ -362,7 +346,7 @@
- update to 2.6.34.2, which is hitting updates-testing for F13
- enable phison (#1338)
-* Fri Apr 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-1
+* Sat Apr 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-1
- update to 2.6.33.2
- enable RAMZSWAP R8187SE RTL8192U BATMAN_ADV SAMSUNG_LAPTOP
- disable RTL8187SE (renamed)
@@ -372,7 +356,7 @@
- update to 2.6.32.8 for updates-testing kernel
- disable hv on ppc as it's useless and does not build
-* Sun Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
+* Wed Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
- enable HYPERV, RT3090, RTL8192E, VT6656
- drop AGNX, dropped upstream
- point to drivers/staging/ explicitely
11 years, 5 months
rpms/gfceu/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE gfceu.spec, 1.6, NONE sources, 1.2, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/gfceu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24601
Added Files:
dead.package
Removed Files:
.cvsignore Makefile gfceu.spec sources
Log Message:
fceultra is replaced by fceux
--- NEW FILE dead.package ---
Replaced by fceux
--- .cvsignore DELETED ---
--- Makefile DELETED ---
--- gfceu.spec DELETED ---
--- sources DELETED ---
11 years, 5 months
rpms/lightspark/F-18 lightspark-0.7.2-llvm-libs-hack.patch, NONE, 1.1 lightspark-0.7.2-llvm33.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 lightspark.spec, 1.33, 1.34 sources, 1.24, 1.25
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/lightspark/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23640
Modified Files:
.cvsignore lightspark.spec sources
Added Files:
lightspark-0.7.2-llvm-libs-hack.patch
lightspark-0.7.2-llvm33.patch
Log Message:
merge with master; adapt lightspark-0.7.2-llvm-libs-hack.patch for llvm 3.2
lightspark-0.7.2-llvm-libs-hack.patch:
FindLLVM.cmake | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE lightspark-0.7.2-llvm-libs-hack.patch ---
diff -up lightspark-0.7.2/conf/FindLLVM.cmake~ lightspark-0.7.2/conf/FindLLVM.cmake
--- lightspark-0.7.2/conf/FindLLVM.cmake~ 2013-05-11 11:38:05.000000000 +0200
+++ lightspark-0.7.2/conf/FindLLVM.cmake 2013-05-11 11:56:26.836444660 +0200
@@ -184,12 +184,15 @@ else (LLVM_INCLUDE_DIR)
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.2svn")
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 )
ELSE(APPLE AND UNIVERSAL)
FIND_LLVM_LIBS( ${LLVM_CONFIG_EXECUTABLE} "jit native" LLVM_LIBS_JIT LLVM_LIBS_JIT_OBJECTS )
ENDIF(APPLE AND UNIVERSAL)
+ set(LLVM_LIBS_JIT "")
+ set(LLVM_LIBS_JIT_OBJECTS "")
MESSAGE(STATUS "LLVM JIT libs: " ${LLVM_LIBS_JIT})
MESSAGE(STATUS "LLVM JIT objs: " ${LLVM_LIBS_JIT_OBJECTS})
lightspark-0.7.2-llvm33.patch:
conf/FindLLVM.cmake | 5 +++++
src/scripting/abc.cpp | 15 +++++++++++----
src/scripting/abc_codesynt.cpp | 25 ++++++++++++++++++-------
3 files changed, 34 insertions(+), 11 deletions(-)
--- NEW FILE lightspark-0.7.2-llvm33.patch ---
diff -up lightspark-0.7.2/conf/FindLLVM.cmake.llvm33 lightspark-0.7.2/conf/FindLLVM.cmake
--- lightspark-0.7.2/conf/FindLLVM.cmake.llvm33 2013-03-16 12:19:18.000000000 +0100
+++ lightspark-0.7.2/conf/FindLLVM.cmake 2013-05-11 11:57:36.455450049 +0200
@@ -168,11 +168,16 @@ else (LLVM_INCLUDE_DIR)
set(CMAKE_REQUIRED_INCLUDES ${LLVM_INCLUDE_DIR})
check_include_file_cxx("llvm/DataLayout.h" HAVE_DATALAYOUT_H)
+ check_include_file_cxx("llvm/IR/DataLayout.h" HAVE_IR_DATALAYOUT_H)
unset(CMAKE_REQUIRED_INCLUDES)
MESSAGE(STATUS "HAVE_DATALAYOUT_H: " ${HAVE_DATALAYOUT_H})
+ MESSAGE(STATUS "HAVE_IR_DATALAYOUT_H: " ${HAVE_IR_DATALAYOUT_H})
IF(HAVE_DATALAYOUT_H)
ADD_DEFINITIONS(-DHAVE_DATALAYOUT_H)
ENDIF(HAVE_DATALAYOUT_H)
+ IF(HAVE_IR_DATALAYOUT_H)
+ ADD_DEFINITIONS(-DHAVE_IR_DATALAYOUT_H)
+ ENDIF(HAVE_IR_DATALAYOUT_H)
exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --cxxflags OUTPUT_VARIABLE LLVM_COMPILE_FLAGS )
MESSAGE(STATUS "LLVM CXX flags: " ${LLVM_COMPILE_FLAGS})
diff -up lightspark-0.7.2/src/scripting/abc.cpp.llvm33 lightspark-0.7.2/src/scripting/abc.cpp
--- lightspark-0.7.2/src/scripting/abc.cpp.llvm33 2013-03-16 12:19:18.000000000 +0100
+++ lightspark-0.7.2/src/scripting/abc.cpp 2013-05-11 11:57:36.451450048 +0200
@@ -23,12 +23,19 @@
#include "compat.h"
-#include <llvm/Module.h>
#include <llvm/ExecutionEngine/ExecutionEngine.h>
#include <llvm/ExecutionEngine/JIT.h>
#include <llvm/PassManager.h>
-#include <llvm/LLVMContext.h>
-#ifdef HAVE_DATALAYOUT_H
+#ifdef HAVE_IR_DATALAYOUT_H
+# include <llvm/IR/Module.h>
+# include <llvm/IR/LLVMContext.h>
+#else
+# include <llvm/Module.h>
+# include <llvm/LLVMContext.h>
+#endif
+#ifdef HAVE_IR_DATALAYOUT_H
+# include <llvm/IR/DataLayout.h>
+#elif defined HAVE_DATALAYOUT_H
# include <llvm/DataLayout.h>
#else
# include <llvm/Target/TargetData.h>
@@ -1489,7 +1496,7 @@ void ABCVm::Run(ABCVm* th)
assert_and_throw(th->ex);
th->FPM=new llvm::FunctionPassManager(th->module);
-#ifdef HAVE_DATALAYOUT_H
+#if defined HAVE_DATALAYOUT_H || defined HAVE_IR_DATALAYOUT_H
th->FPM->add(new llvm::DataLayout(*th->ex->getDataLayout()));
#else
th->FPM->add(new llvm::TargetData(*th->ex->getTargetData()));
diff -up lightspark-0.7.2/src/scripting/abc_codesynt.cpp.llvm33 lightspark-0.7.2/src/scripting/abc_codesynt.cpp
--- lightspark-0.7.2/src/scripting/abc_codesynt.cpp.llvm33 2013-03-16 12:19:18.000000000 +0100
+++ lightspark-0.7.2/src/scripting/abc_codesynt.cpp 2013-05-11 11:59:23.066458300 +0200
@@ -25,18 +25,29 @@
#endif
#include "compat.h"
-#include <llvm/Module.h>
-#include <llvm/DerivedTypes.h>
#include <llvm/ExecutionEngine/ExecutionEngine.h>
#include <llvm/PassManager.h>
-#include <llvm/Constants.h>
-#ifdef HAVE_IRBUILDER_H
+#ifdef HAVE_IR_DATALAYOUT_H
+# include <llvm/IR/Constants.h>
+# include <llvm/IR/DerivedTypes.h>
+# include <llvm/IR/Module.h>
+# include <llvm/IR/LLVMContext.h>
+#else
+# include <llvm/Constants.h>
+# include <llvm/DerivedTypes.h>
+# include <llvm/Module.h>
+# include <llvm/LLVMContext.h>
+#endif
+#ifdef HAVE_IR_DATALAYOUT_H
+# include <llvm/IR/IRBuilder.h>
+#elif defined HAVE_IRBUILDER_H
# include <llvm/IRBuilder.h>
#else
# include <llvm/Support/IRBuilder.h>
#endif
-#include <llvm/LLVMContext.h>
-#ifdef HAVE_DATALAYOUT_H
+#ifdef HAVE_IR_DATALAYOUT_H
+# include <llvm/IR/DataLayout.h>
+#elif defined HAVE_DATALAYOUT_H
# include <llvm/DataLayout.h>
#else
# include <llvm/Target/TargetData.h>
@@ -279,7 +290,7 @@ void ABCVm::registerFunctions()
llvm::FunctionType* FT=NULL;
//Create types
-#ifdef HAVE_DATALAYOUT_H
+#if defined HAVE_DATALAYOUT_H || defined HAVE_IR_DATALAYOUT_H
ptr_type=ex->getDataLayout()->getIntPtrType(llvm_context());
#else
ptr_type=ex->getTargetData()->getIntPtrType(llvm_context());
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-18/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 2 Jan 2013 19:50:27 -0000 1.4
+++ .cvsignore 17 May 2013 16:17:49 -0000 1.5
@@ -1 +1 @@
-lightspark-0.7.1.tar.gz
+lightspark-0.7.2.tar.gz
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-18/lightspark.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- lightspark.spec 2 Jan 2013 19:50:28 -0000 1.33
+++ lightspark.spec 17 May 2013 16:17:49 -0000 1.34
@@ -19,7 +19,7 @@
%define rel 1
-%define major 0.7.1
+%define major 0.7.2
Name: lightspark
Version: %{major}
@@ -43,6 +43,8 @@
%endif
Patch0: %{name}-0.5.5-remove-llvm-version-check.patch
+Patch1: lightspark-0.7.2-llvm33.patch
+Patch2: lightspark-0.7.2-llvm-libs-hack.patch
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
@@ -87,6 +89,8 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
%patch0 -p1 -b .remove-llvm-version-check
+%patch1 -p1 -b .llvm33
+%patch2 -p1 -b .llvm-libs-hack
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -155,6 +159,17 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Sat May 11 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.7.2-1
+- New upstream release 0.7.2
+- Fix building with llvm-3.3
+- Rebuild for new boost libs
+
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.1-2.1
+- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.1-2
+- Rebuilt for ffmpeg
+
* Fri Dec 28 2012 Xavier Bachelot <xavier(a)bachelot.org> - 0.7.1-1
- Update to 0.7.1.
@@ -220,7 +235,7 @@
* Fri Mar 04 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.3-1.20110304git
- Update to 0.4.5.3
-* Sat Feb 09 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.2-1.20110209git
+* Wed Feb 09 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.2-1.20110209git
- Today's snapshot, fixes a youtube crasher
* Sun Jan 09 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.1-3.20110109git
@@ -249,7 +264,7 @@
* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-1
- New bugfix release
-* Thu Sep 12 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.2-1
+* Sun Sep 12 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.2-1
- New bugfix release
* Thu Sep 02 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.1-1
@@ -270,13 +285,13 @@
* Tue Jul 27 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2.2-1
- Add gnash fallback
-* Tue Jul 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2.1-1
+* Sat Jul 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2.1-1
- New bugfix release
* Tue Jul 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-1
- 0.4.2 release
-* Sun Jul 19 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.4.20100719git.rc2
+* Mon Jul 19 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.4.20100719git.rc2
- Fix sound synchronization
* Sun Jul 04 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.3.20100707git.rc2
@@ -285,5 +300,5 @@
* Sun Jul 04 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.2.rc2
- New release candidate
-* Thu Jun 23 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.1.rc1
+* Wed Jun 23 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.2-0.1.rc1
- Initial package for fedora
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-18/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources 2 Jan 2013 19:50:28 -0000 1.24
+++ sources 17 May 2013 16:17:50 -0000 1.25
@@ -1 +1 @@
-aedf6ca70c59e9e869604ead0a16cc3b lightspark-0.7.1.tar.gz
+f078d505a354fb66dc5b68ad09a2aa81 lightspark-0.7.2.tar.gz
11 years, 5 months
rpms/xbmc/F-18 xbmc-12.2-dvdread.patch, NONE, 1.1 xbmc-12.2-hdhomerun.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 sources, 1.21, 1.22 xbmc-generate-tarball-xz.sh, 1.19, 1.20 xbmc.spec, 1.58, 1.59 xbmc-10-disable-zlib-in-cximage.patch, 1.1, NONE xbmc-12.0-bootstrap.patch, 1.1, NONE xbmc-12.0-dvdread.patch, 1.1, NONE xbmc-12.0-fix-crash-on-player-stop.patch, 1.1, NONE xbmc-12.0-fix-pa-buffer-overruns.patch, 1.1, NONE xbmc-12.0-hdhomerun.patch, 1.2, NONE
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/xbmc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26009
Modified Files:
.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec
Added Files:
xbmc-12.2-dvdread.patch xbmc-12.2-hdhomerun.patch
Removed Files:
xbmc-10-disable-zlib-in-cximage.patch
xbmc-12.0-bootstrap.patch xbmc-12.0-dvdread.patch
xbmc-12.0-fix-crash-on-player-stop.patch
xbmc-12.0-fix-pa-buffer-overruns.patch
xbmc-12.0-hdhomerun.patch
Log Message:
* Mon May 06 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-1
- Update to Frodo 12.2
- Rebase hdhomerun and dvdread patches onto 12.2
- Drop upstreamed PA patches
- Drop unused cximage zlib patch
xbmc-12.2-dvdread.patch:
bootstrap.mk | 5 -----
configure.in | 21 +--------------------
lib/libdvd/Makefile.in | 20 +++++++-------------
3 files changed, 8 insertions(+), 38 deletions(-)
--- NEW FILE xbmc-12.2-dvdread.patch ---
commit 9f9845af842a376d5bdf70742785e7727695fd03
Author: Ken Dreyer <ktdreyer(a)ktdreyer.com>
Date: Mon May 6 17:07:40 2013 -0600
Fedora: use external dvdread
Original patch by Alex Lancaster <alexlan[AT]fedoraproject org>
diff --git a/bootstrap.mk b/bootstrap.mk
index 8bc4795..1fc31a4 100644
--- a/bootstrap.mk
+++ b/bootstrap.mk
@@ -8,7 +8,6 @@ ifneq ($(wildcard lib/libdvd/libdvdcss/configure.ac),)
BOOTSTRAP_SUBDIRS += lib/libdvd/libdvdcss/configure.ac
DVD_CSS=lib/libdvd/libdvdcss/configure
endif
-BOOTSTRAP_SUBDIRS += lib/libdvd/libdvdread/configure.ac
BOOTSTRAP_SUBDIRS += lib/libdvd/libdvdnav/configure.ac
ifneq ($(wildcard pvr-addons/Makefile.am),)
@@ -18,10 +17,6 @@ endif
BOOTSTRAP_TARGETS=$(basename $(BOOTSTRAP_SUBDIRS))
all: $(BOOTSTRAP_TARGETS)
-#preserve order for libdvd. dvdcss (if present) -> dvdread -> dvdnav.
-lib/libdvd/libdvdread/configure: $(DVD_CSS)
-lib/libdvd/libdvdnav/configure: lib/libdvd/libdvdread/configure
-
%: %.ac
autoreconf -vif $(@D)
-@rm -rf $((a)D)/autom4te.cache
diff --git a/configure.in b/configure.in
index e98cc95..e922043 100644
--- a/configure.in
+++ b/configure.in
@@ -2616,28 +2616,9 @@ XB_CONFIG_MODULE([lib/libdvd/libdvdcss], [
--with-pic
], [$SKIP_CONFIG_DVDCSS])
-XB_CONFIG_MODULE([lib/libdvd/libdvdread], [
- ./configure2 \
- --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -I`pwd`/../libdvdcss/src" \
- --prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
- --host=$host_alias \
- --build=$build_alias \
- --target=$target_alias \
- --enable-static \
- --disable-shared \
- --disable-strip \
- --disable-opts \
- --cc="$CC" &&
- $MAKE dvdread-config &&
- mkdir -p `pwd`/../includes/dvdread
- cp `pwd`/../libdvdread/src/*.h `pwd`/../includes/dvdread
-], [0])
-
XB_CONFIG_MODULE([lib/libdvd/libdvdnav], [
./configure2 \
- --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -I`pwd`/../includes" \
- --extra-ldflags="-L`pwd`/../libdvdread/obj" \
- --with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
+ --extra-cflags="$CFLAGS -fPIC -DPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \
diff --git a/lib/libdvd/Makefile.in b/lib/libdvd/Makefile.in
index 69d2286..1f5eebb 100644
--- a/lib/libdvd/Makefile.in
+++ b/lib/libdvd/Makefile.in
@@ -5,8 +5,7 @@ CXX=@CXX@
SYSDIR=@abs_top_srcdir@/system/players/dvdplayer
SOS= libdvdnav-$(ARCH).so
-DIRS= libdvdread \
- libdvdnav
+DIRS= libdvdnav
WRAPPER=@abs_top_srcdir(a)/xbmc/cores/DllLoader/exports/wrapper.o
WRAPPER_MACH_ALIAS=@abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper_mach_alias
@@ -14,7 +13,7 @@ WRAPPER_MACH_ALIAS=@abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper_mach_al
ifeq ($(findstring osx,$(ARCH)),osx)
LDFLAGS +=-bundle -undefined dynamic_lookup -read_only_relocs suppress
else
-LDFLAGS += -shared -fPIC -rdynamic
+LDFLAGS += -shared -fPIC -rdynamic -ldvdread
endif
ifeq ($(ARCH), powerpc-osx)
@@ -35,8 +34,7 @@ SLIB=$(addprefix $(SYSDIR)/, $(SOS))
DISTCLEAN_FILES=includes/dvdread/*.h \
includes/dvdcss/*.h \
- libdvdnav/config.h \
- libdvdread/config.h
+ libdvdnav/config.h
.PHONY: $(DIRS) compile
@@ -48,9 +46,9 @@ $(SYSDIR)/libdvdcss-$(ARCH).so: $($(WRAPPER)) libdvdcss/src/.libs/libdvdcss.a
$(CC) $(LDFLAGS) -Wl,-alias_list,$(WRAPPER_MACH_ALIAS) -o $@ \
$(WRAPPER) libdvdcss/src/*.o $(BUNDLE1_O)
-$(SYSDIR)/libdvdnav-$(ARCH).so: $($(WRAPPER)) $(DVDCSS_A) libdvdread/obj/libdvdread.a libdvdnav/obj/libdvdnav.a
+$(SYSDIR)/libdvdnav-$(ARCH).so: $($(WRAPPER)) $(DVDCSS_A) libdvdnav/obj/libdvdnav.a
$(CC) $(LDFLAGS) -Wl,-alias_list,$(WRAPPER_MACH_ALIAS) -o $@ \
- $(WRAPPER) $(DVDCSS_O) libdvdread/obj/*.o libdvdnav/obj/*.o $(BUNDLE1_O)
+ $(WRAPPER) $(DVDCSS_O) libdvdnav/obj/*.o $(BUNDLE1_O)
else
@@ -59,8 +57,8 @@ $(SYSDIR)/libdvdcss-$(ARCH).so: $(WRAPPER) libdvdcss/src/.libs/libdvdcss.a
libdvdcss/src/*.o -Wl,--unresolved-symbols=ignore-all -lm \
`cat $(WRAPPER:.o=.def)` $(WRAPPER)
-$(SYSDIR)/libdvdnav-$(ARCH).so: $(WRAPPER) $(DVDCSS_A) libdvdread/obj/libdvdread.a libdvdnav/obj/libdvdnav.a
- $(CC) -o $@ $(LDFLAGS) -Wl,--soname,$@ $(DVDCSS_O) libdvdread/obj/*.o libdvdnav/obj/*.o -lm \
+$(SYSDIR)/libdvdnav-$(ARCH).so: $(WRAPPER) $(DVDCSS_A) libdvdnav/obj/libdvdnav.a
+ $(CC) -o $@ $(LDFLAGS) -Wl,--soname,$@ $(DVDCSS_O) libdvdnav/obj/*.o -lm \
-Wl,--unresolved-symbols=ignore-all \
`cat $(WRAPPER:.o=.def)` $(WRAPPER)
@@ -70,10 +68,6 @@ libdvdcss/src/.libs/libdvdcss.a: libdvdcss;
libdvdcss: compile
$(MAKE) -C $@
-libdvdread/obj/libdvdread.a: libdvdread;
-libdvdread: compile
- $(MAKE) -C $@
-
libdvdnav/obj/libdvdnav.a: libdvdnav;
libdvdnav: compile
$(MAKE) -C $@
xbmc-12.2-hdhomerun.patch:
Makefile.in | 5 --
configure.in | 1
xbmc/filesystem/DllHDHomeRun.h | 78 +++++++++++++++++++++++++++--------------
3 files changed, 53 insertions(+), 31 deletions(-)
--- NEW FILE xbmc-12.2-hdhomerun.patch ---
commit ef5c269992b32d67de7547e9f530b6c971381f45
Author: Ken Dreyer <ktdreyer(a)ktdreyer.com>
Date: Fri Aug 24 19:34:47 2012 -0600
Fedora: use external hdhomerun
Original patch by Alex Lancaster <alexlan[AT]fedoraproject org>
diff --git a/Makefile.in b/Makefile.in
index 39dc6f9..79877b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -179,7 +179,6 @@ endif
LIB_DIRS=\
lib/cximage-6.0 \
lib/libexif \
- lib/libhdhomerun \
lib/cpluff \
lib/xbmc-dll-symbols
@@ -352,8 +351,6 @@ libexif: dllloader
$(MAKE) -C lib/libexif
cmyth: dllloader
$(MAKE) -C lib/cmyth
-libhdhomerun: dllloader
- $(MAKE) -C lib/libhdhomerun
papcodecs: dllloader dvdpcodecs
test -d system/players/paplayer || mkdir system/players/paplayer
$(MAKE) -C lib/xbadpcm
@@ -382,7 +379,7 @@ endif
codecs: papcodecs dvdpcodecs
-libs: libhdhomerun imagelib libexif system/libcpluff-@ARCH@.so $(CMYTH)
+libs: imagelib libexif system/libcpluff-@ARCH@.so $(CMYTH)
externals: codecs libs visualizations screensavers libaddon pvraddons
diff --git a/configure.in b/configure.in
index e922043..b61f0dd 100644
--- a/configure.in
+++ b/configure.in
@@ -2331,7 +2331,6 @@ OUTPUT_FILES="Makefile \
lib/libexif/Makefile \
lib/libXDAAP/Makefile \
lib/cmyth/Makefile \
- lib/libhdhomerun/Makefile \
lib/libsquish/Makefile \
lib/cximage-6.0/Makefile \
lib/addons/script.module.pil/Makefile \
diff --git a/xbmc/filesystem/DllHDHomeRun.h b/xbmc/filesystem/DllHDHomeRun.h
index 1667fde..48bdae3 100644
--- a/xbmc/filesystem/DllHDHomeRun.h
+++ b/xbmc/filesystem/DllHDHomeRun.h
@@ -20,7 +20,7 @@
*/
#include "DynamicDll.h"
-#include "lib/libhdhomerun/hdhomerun.h"
+#include <hdhomerun/hdhomerun.h>
class DllHdHomeRunInterface
{
@@ -41,30 +41,56 @@ public:
class DllHdHomeRun : public DllDynamic, public DllHdHomeRunInterface
{
- DECLARE_DLL_WRAPPER(DllHdHomeRun, DLL_PATH_LIBHDHOMERUN)
- DEFINE_METHOD5(int, discover_find_devices_custom, (uint32_t p1, uint32_t p2, uint32_t p3, struct hdhomerun_discover_device_t p4[], int p5))
- DEFINE_METHOD2(struct hdhomerun_device_t*, device_create_from_str, (const char* p1, struct hdhomerun_debug_t *p2))
- DEFINE_METHOD1(void, device_destroy, (struct hdhomerun_device_t* p1))
- DEFINE_METHOD1(int, device_stream_start, (struct hdhomerun_device_t* p1))
- DEFINE_METHOD3(uint8_t*, device_stream_recv, (struct hdhomerun_device_t* p1, size_t p2, size_t* p3))
- DEFINE_METHOD1(void, device_stream_stop, (struct hdhomerun_device_t* p1))
- DEFINE_METHOD2(int, device_set_tuner_channel, (struct hdhomerun_device_t *p1, const char *p2))
- DEFINE_METHOD2(int, device_set_tuner_program, (struct hdhomerun_device_t *p1, const char *p2))
- DEFINE_METHOD2(int, device_set_tuner_from_str, (struct hdhomerun_device_t *p1, const char *p2))
- DEFINE_METHOD2(void, device_set_tuner, (struct hdhomerun_device_t *p1, unsigned int p2))
- DEFINE_METHOD3(int, device_get_tuner_status, (struct hdhomerun_device_t *p1, char **p2, struct hdhomerun_tuner_status_t *p3));
- BEGIN_METHOD_RESOLVE()
- RESOLVE_METHOD_RENAME(hdhomerun_discover_find_devices_custom, discover_find_devices_custom)
- RESOLVE_METHOD_RENAME(hdhomerun_device_create_from_str, device_create_from_str)
- RESOLVE_METHOD_RENAME(hdhomerun_device_destroy, device_destroy)
- RESOLVE_METHOD_RENAME(hdhomerun_device_stream_start, device_stream_start)
- RESOLVE_METHOD_RENAME(hdhomerun_device_stream_recv, device_stream_recv)
- RESOLVE_METHOD_RENAME(hdhomerun_device_stream_stop, device_stream_stop)
- RESOLVE_METHOD_RENAME(hdhomerun_device_set_tuner_channel, device_set_tuner_channel)
- RESOLVE_METHOD_RENAME(hdhomerun_device_set_tuner_program, device_set_tuner_program)
- RESOLVE_METHOD_RENAME(hdhomerun_device_set_tuner_from_str, device_set_tuner_from_str)
- RESOLVE_METHOD_RENAME(hdhomerun_device_set_tuner, device_set_tuner)
- RESOLVE_METHOD_RENAME(hdhomerun_device_get_tuner_status, device_get_tuner_status)
- END_METHOD_RESOLVE()
+public:
+ virtual ~DllHdHomeRun () {};
+
+ virtual int discover_find_devices_custom (uint32_t p1, uint32_t p2, uint32_t p3, struct hdhomerun_discover_device_t p4[], int p5)
+ { return ::hdhomerun_discover_find_devices_custom (p1, p2, p3, p4, p5); }
+
+ virtual struct hdhomerun_device_t *device_create_from_str (const char* p1, struct hdhomerun_debug_t *p2)
+ { return ::hdhomerun_device_create_from_str (p1, p2); }
+
+ virtual void device_destroy (struct hdhomerun_device_t* p1)
+ { ::hdhomerun_device_destroy (p1); }
+
+ virtual int device_stream_start (struct hdhomerun_device_t* p1)
+ { return ::hdhomerun_device_stream_start (p1); }
+
+
+ virtual uint8_t *device_stream_recv (struct hdhomerun_device_t* p1, size_t p2, size_t* p3)
+ {
+ uint8_t *retval;
+
+ size_t tmp = *p3;
+ retval = ::hdhomerun_device_stream_recv (p1, p2, &tmp);
+ *p3 = tmp;
+
+ return retval;
+ }
+
+ virtual void device_stream_stop (struct hdhomerun_device_t* p1)
+ { ::hdhomerun_device_stream_stop (p1); }
+
+ virtual int device_set_tuner_channel (struct hdhomerun_device_t *p1, const char *p2)
+ { return ::hdhomerun_device_set_tuner_channel (p1, p2); }
+
+ virtual int device_set_tuner_program (struct hdhomerun_device_t *p1, const char *p2)
+ { return ::hdhomerun_device_set_tuner_program (p1, p2); }
+
+
+ virtual int device_set_tuner_from_str (struct hdhomerun_device_t *p1, const char *p2)
+ { return ::hdhomerun_device_set_tuner_from_str (p1, p2); }
+
+
+ virtual void device_set_tuner (struct hdhomerun_device_t *p1, unsigned int p2)
+ { ::hdhomerun_device_set_tuner (p1, p2); }
+
+ virtual int device_get_tuner_status (struct hdhomerun_device_t *p1, char **p2, struct hdhomerun_tuner_status_t *p3)
+ { return ::hdhomerun_device_get_tuner_status (p1, p2, p3); }
+
+ // DLL faking.
+ virtual bool ResolveExports() { return true; }
+ virtual bool Load() { return true; }
+ virtual void Unload() {}
};
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 27 Apr 2013 19:24:34 -0000 1.18
+++ .cvsignore 17 May 2013 15:08:34 -0000 1.19
@@ -1,2 +1,2 @@
-xbmc-12.1-patched.tar.xz
+xbmc-12.2-patched.tar.xz
xbmc-pvr-addons-590f862-patched.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 27 Apr 2013 19:24:35 -0000 1.21
+++ sources 17 May 2013 15:08:34 -0000 1.22
@@ -1,2 +1,2 @@
-2823cb9a9a1a5b2d9bcbbf6b091a8236 xbmc-12.1-patched.tar.xz
+c64af8503660aba9d025d6e12eaf2864 xbmc-12.2-patched.tar.xz
1b1b6234d0167e1743991ce38c6f8bf7 xbmc-pvr-addons-590f862-patched.tar.xz
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xbmc-generate-tarball-xz.sh 27 Apr 2013 19:24:35 -0000 1.19
+++ xbmc-generate-tarball-xz.sh 17 May 2013 15:08:34 -0000 1.20
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=12
-MINORVERSION=1
+MINORVERSION=2
#PRERELEASE=Frodo_rc3
VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- xbmc.spec 27 Apr 2013 19:24:35 -0000 1.58
+++ xbmc.spec 17 May 2013 15:08:34 -0000 1.59
@@ -4,8 +4,8 @@
#global DIRVERSION %{version}-%{PRERELEASE}
Name: xbmc
-Version: 12.1
-Release: 2%{?dist}
+Version: 12.2
+Release: 1%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -31,22 +31,12 @@
# filed ticket, but patch still needs work
# http://trac.xbmc.org/ticket/9658
-Patch2: xbmc-12.0-dvdread.patch
-
-# and new problem with zlib in cximage
-# trac ticket filed: http://trac.xbmc.org/ticket/9659
-# but patch not attached because it needs work
-Patch3: xbmc-10-disable-zlib-in-cximage.patch
+Patch2: xbmc-12.2-dvdread.patch
# need to file trac ticket, this patch just forces external hdhomerun
# functionality, needs to be able fallback internal version
-Patch4: xbmc-12.0-hdhomerun.patch
+Patch3: xbmc-12.2-hdhomerun.patch
-# Add better support for PA.
-# These patches are upstream in https://github.com/xbmc/xbmc/pull/2240, but
-# they are not in the Frodo (12.x) branch.
-Patch5: xbmc-12.0-fix-crash-on-player-stop.patch
-Patch6: xbmc-12.0-fix-pa-buffer-overruns.patch
# Optional deps (not in EPEL)
# (libbluray in EPEL 6 is too old.)
@@ -230,9 +220,8 @@
%setup -q -a 2 -n %{name}-%{DIRVERSION}
%patch1 -p1
-%patch2 -p0
-#patch3 -p0
-%patch4 -p1
+%patch2 -p1
+%patch3 -p1
%if 0%{?_with_hdhomerun}
%else
@@ -338,6 +327,12 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Mon May 06 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-1
+- Update to Frodo 12.2
+- Rebase hdhomerun and dvdread patches onto 12.2
+- Drop upstreamed PA patches
+- Drop unused cximage zlib patch
+
* Thu Apr 25 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.1-2
- Add patches for PA (https://github.com/xbmc/xbmc/pull/2240). Fixes #2655
@@ -358,7 +353,7 @@
pre-release updates
- Remove obsolete MythTV PVR add-on patch from tsp branch
-* Wed Dec 27 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.0-0.4.Frodo_rc2
+* Wed Dec 26 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.0-0.4.Frodo_rc2
- Update to Frodo RC 2
- Update PVR addons snapshot to the latest Git version
@@ -380,7 +375,7 @@
- Rebase HDHomeRun removal to match upstream's file names
- Conditionally disable libssh BR (unavailable in EL6)
-* Tue Nov 14 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.0-0.2.Frodo_alpha7
+* Mon Nov 19 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.0-0.2.Frodo_alpha7
- Add pvr addons
* Tue Nov 13 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.0-0.1.Frodo_alpha7
@@ -399,7 +394,7 @@
- Add CFLAGS option to recognize Samba 4.0 (in f18+)
- Rebase patches to 12.0/Frodo where necessary
-* Sun Aug 28 2012 Ken Dreyer <ktdreyer@ktdreyer..com> - 12.8-0.1.Frodo_alpha4
+* Sun Aug 26 2012 Ken Dreyer <ktdreyer@ktdreyer..com> - 12.8-0.1.Frodo_alpha4
- Upgrade to Frodo alpha 4
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.0-8
--- xbmc-10-disable-zlib-in-cximage.patch DELETED ---
--- xbmc-12.0-bootstrap.patch DELETED ---
--- xbmc-12.0-dvdread.patch DELETED ---
--- xbmc-12.0-fix-crash-on-player-stop.patch DELETED ---
--- xbmc-12.0-fix-pa-buffer-overruns.patch DELETED ---
--- xbmc-12.0-hdhomerun.patch DELETED ---
11 years, 5 months
rpms/ndiswrapper-kmod/devel ndiswrapper-1.58-add_taint.patch, NONE, 1.1 ndiswrapper-kmod.spec, 1.56, 1.57
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1763
Modified Files:
ndiswrapper-kmod.spec
Added Files:
ndiswrapper-1.58-add_taint.patch
Log Message:
* Wed May 15 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.58-2
- patch for 3.9 kernel
ndiswrapper-1.58-add_taint.patch:
loader.c | 2 +-
wrapper.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ndiswrapper-1.58-add_taint.patch ---
diff -ur ndiswrapper-1.58.orig/driver/loader.c ndiswrapper-1.58/driver/loader.c
--- ndiswrapper-1.58.orig/driver/loader.c 2013-05-01 09:48:34.910000000 +0900
+++ ndiswrapper-1.58/driver/loader.c 2013-05-01 09:48:59.870000000 +0900
@@ -575,7 +575,7 @@
} else {
printk(KERN_INFO "%s: driver %s (%s) loaded\n",
DRIVER_NAME, wrap_driver->name, wrap_driver->version);
- add_taint(TAINT_PROPRIETARY_MODULE);
+ add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_STILL_OK);
EXIT1(return 0);
}
}
diff -ur ndiswrapper-1.58.orig/driver/wrapper.c ndiswrapper-1.58/driver/wrapper.c
--- ndiswrapper-1.58.orig/driver/wrapper.c 2013-02-20 03:00:37.000000000 +0900
+++ ndiswrapper-1.58/driver/wrapper.c 2013-05-01 09:54:30.140000000 +0900
@@ -72,7 +72,7 @@
static int __init wrapper_init(void)
{
#ifdef TAINT_OOT_MODULE
- add_taint(TAINT_OOT_MODULE);
+ add_taint(TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
#endif
printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n",
DRIVER_NAME, DRIVER_VERSION,
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ndiswrapper-kmod.spec 21 Feb 2013 18:17:27 -0000 1.56
+++ ndiswrapper-kmod.spec 15 May 2013 23:19:44 -0000 1.57
@@ -3,20 +3,21 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels current
+%global buildforkernels current
#global pre rc1
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.58
-Release: 1%{?pre}%{?dist}
+Release: 2%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
Patch0: ndiswrapper-kmod-nomodinfo.patch
+Patch1: ndiswrapper-1.58-add_taint.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -48,6 +49,7 @@
%setup -q -c -T -a 0 -n %{name}-%{version}%{?pre}
(cd ndiswrapper-%{version}%{?pre} ;
%patch0 -p1 -b .orig
+%patch1 -p1 -b .orig
)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
@@ -75,6 +77,9 @@
%changelog
+* Wed May 15 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.58-2
+- patch for 3.9 kernel
+
* Thu Feb 21 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.58-1
- Update to 1.58
11 years, 5 months
rpms/ndiswrapper-kmod/F-19 ndiswrapper-1.58-add_taint.patch, NONE, 1.1 ndiswrapper-kmod.spec, 1.58, 1.59
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/ndiswrapper-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1609
Modified Files:
ndiswrapper-kmod.spec
Added Files:
ndiswrapper-1.58-add_taint.patch
Log Message:
* Wed May 15 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.58-2
- patch for 3.9 kernel
ndiswrapper-1.58-add_taint.patch:
loader.c | 2 +-
wrapper.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ndiswrapper-1.58-add_taint.patch ---
diff -ur ndiswrapper-1.58.orig/driver/loader.c ndiswrapper-1.58/driver/loader.c
--- ndiswrapper-1.58.orig/driver/loader.c 2013-05-01 09:48:34.910000000 +0900
+++ ndiswrapper-1.58/driver/loader.c 2013-05-01 09:48:59.870000000 +0900
@@ -575,7 +575,7 @@
} else {
printk(KERN_INFO "%s: driver %s (%s) loaded\n",
DRIVER_NAME, wrap_driver->name, wrap_driver->version);
- add_taint(TAINT_PROPRIETARY_MODULE);
+ add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_STILL_OK);
EXIT1(return 0);
}
}
diff -ur ndiswrapper-1.58.orig/driver/wrapper.c ndiswrapper-1.58/driver/wrapper.c
--- ndiswrapper-1.58.orig/driver/wrapper.c 2013-02-20 03:00:37.000000000 +0900
+++ ndiswrapper-1.58/driver/wrapper.c 2013-05-01 09:54:30.140000000 +0900
@@ -72,7 +72,7 @@
static int __init wrapper_init(void)
{
#ifdef TAINT_OOT_MODULE
- add_taint(TAINT_OOT_MODULE);
+ add_taint(TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
#endif
printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n",
DRIVER_NAME, DRIVER_VERSION,
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-19/ndiswrapper-kmod.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ndiswrapper-kmod.spec 14 May 2013 12:46:38 -0000 1.58
+++ ndiswrapper-kmod.spec 15 May 2013 23:18:07 -0000 1.59
@@ -10,13 +10,14 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.58
-Release: 1%{?pre}%{?dist}.2
+Release: 2%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
Patch0: ndiswrapper-kmod-nomodinfo.patch
+Patch1: ndiswrapper-1.58-add_taint.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -48,6 +49,7 @@
%setup -q -c -T -a 0 -n %{name}-%{version}%{?pre}
(cd ndiswrapper-%{version}%{?pre} ;
%patch0 -p1 -b .orig
+%patch1 -p1 -b .orig
)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
@@ -75,6 +77,9 @@
%changelog
+* Wed May 15 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.58-2
+- patch for 3.9 kernel
+
* Tue May 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.58-1.2
- Rebuilt for kernel
11 years, 5 months