rpms/xorg-x11-drv-nvidia-304xx/F-19 xorg-x11-drv-nvidia-304xx.spec, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19941/F-19
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Log Message:
Add GRUB_GFXPAYLOAD_LINUX=text by default
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-304xx.spec 3 Jun 2013 21:14:56 -0000 1.2
+++ xorg-x11-drv-nvidia-304xx.spec 7 Jun 2013 19:15:04 -0000 1.3
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.88
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -248,6 +248,10 @@
ISGRUB1=""
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
+ GFXPAYLOAD="vga=normal"
+ else
+ echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
+ grub2-mkconfig -o /boot/grub2/grub.cfg
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
@@ -257,7 +261,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off $GFXPAYLOAD" \
&>/dev/null
done
fi
@@ -269,6 +273,10 @@
ISGRUB1=""
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
+ GFXPAYLOAD="vga=normal"
+ else
+ echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
+ grub2-mkconfig -o /boot/grub2/grub.cfg
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
@@ -278,7 +286,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off $GFXPAYLOAD" \
&>/dev/null
done
fi
@@ -368,6 +376,9 @@
%changelog
+* Fri Jun 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-3
+- Add GRUB_GFXPAYLOAD_LINUX=text by default
+
* Sun Jun 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-2
- Use triggerpostun to re-introduce boot options on rename
- Avoid to use gfxpayload
11 years, 6 months
rpms/xorg-x11-drv-nvidia-304xx/F-18 xorg-x11-drv-nvidia-304xx.spec, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19941/F-18
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Log Message:
Add GRUB_GFXPAYLOAD_LINUX=text by default
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-304xx.spec 3 Jun 2013 21:14:55 -0000 1.2
+++ xorg-x11-drv-nvidia-304xx.spec 7 Jun 2013 19:15:05 -0000 1.3
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.88
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -248,6 +248,10 @@
ISGRUB1=""
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
+ GFXPAYLOAD="vga=normal"
+ else
+ echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
+ grub2-mkconfig -o /boot/grub2/grub.cfg
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
@@ -257,7 +261,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off $GFXPAYLOAD" \
&>/dev/null
done
fi
@@ -269,6 +273,10 @@
ISGRUB1=""
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
+ GFXPAYLOAD="vga=normal"
+ else
+ echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
+ grub2-mkconfig -o /boot/grub2/grub.cfg
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
@@ -278,7 +286,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off $GFXPAYLOAD" \
&>/dev/null
done
fi
@@ -368,6 +376,9 @@
%changelog
+* Fri Jun 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-3
+- Add GRUB_GFXPAYLOAD_LINUX=text by default
+
* Sun Jun 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-2
- Use triggerpostun to re-introduce boot options on rename
- Avoid to use gfxpayload
11 years, 6 months
rpms/mplayer/F-19 mplayer-cpudetect.patch, NONE, 1.1 mplayer.spec, 1.69, 1.70
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19813
Modified Files:
mplayer.spec
Added Files:
mplayer-cpudetect.patch
Log Message:
* Fri Jun 07 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-8.20130416svn
- Fixed cpu detection (mplayer #2141)
mplayer-cpudetect.patch:
cpudetect.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
--- NEW FILE mplayer-cpudetect.patch ---
Index: cpudetect.c
===================================================================
--- cpudetect.c (wersja 36298)
+++ cpudetect.c (wersja 36300)
@@ -56,7 +56,7 @@
#if CONFIG_RUNTIME_CPUDETECT
/* I believe this code works. However, it has only been used on a PII and PIII */
-#if defined(__linux__) && defined(_POSIX_SOURCE) && !ARCH_X86_64
+#if defined(__linux__) && !ARCH_X86_64
static void sigill_handler_sse( int signal, struct sigcontext sc )
{
mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );
@@ -75,7 +75,7 @@
gCpuCaps.hasSSE=0;
}
-#endif /* __linux__ && _POSIX_SOURCE */
+#endif /* __linux__ */
#if (defined(__MINGW32__) || defined(__CYGWIN__)) && !ARCH_X86_64
LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep)
@@ -177,7 +177,6 @@
mp_msg(MSGT_CPUDETECT,MSGL_V, gCpuCaps.hasSSE ? "yes.\n" : "no!\n" );
}
#elif defined(__linux__)
-#if defined(_POSIX_SOURCE)
struct sigaction saved_sigill;
/* Save the original signal handlers.
@@ -210,13 +209,6 @@
*/
mp_msg(MSGT_CPUDETECT,MSGL_V, "Tests of OS support for SSE %s\n", gCpuCaps.hasSSE ? "passed." : "failed!" );
#else
- /* We can't use POSIX signal handling to test the availability of
- * SSE, so we disable it by default.
- */
- mp_msg(MSGT_CPUDETECT,MSGL_WARN, "Cannot test OS support for SSE, disabling to be safe.\n" );
- gCpuCaps.hasSSE=0;
-#endif /* _POSIX_SOURCE */
-#else
/* Do nothing on other platforms for now.
*/
mp_msg(MSGT_CPUDETECT,MSGL_WARN, "Cannot test OS support for SSE, leaving disabled.\n" );
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mplayer.spec 25 May 2013 14:46:58 -0000 1.69
+++ mplayer.spec 7 Jun 2013 19:13:38 -0000 1.70
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.1
-Release: 7.%{?pre}%{?dist}
+Release: 8.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -24,6 +24,7 @@
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2
Source10: mplayer-snapshot.sh
Patch0: mplayer-asx-parser.patch
+Patch1: mplayer-cpudetect.patch
# set defaults for Fedora
Patch2: %{name}-config.patch
# use roff include statements instead of symlinks
@@ -223,6 +224,7 @@
rm -rf ffmpeg libdvdcss libdvdnav libdvdread4
%endif
%patch0 -p0 -b .asx-parser
+%patch1 -p0 -b .cpudetect
%patch2 -p1 -b .config
%patch8 -p1 -b .manlinks
%patch14 -p1 -b .nodvdcss
@@ -382,6 +384,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Fri Jun 07 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-8.20130416svn
+- Fixed cpu detection (mplayer #2141)
+
* Sat May 25 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-7.20130416svn
- 20130416 snapshot
11 years, 6 months
rpms/mplayer/devel mplayer-cpudetect.patch, NONE, 1.1 mplayer.spec, 1.70, 1.71
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19666
Modified Files:
mplayer.spec
Added Files:
mplayer-cpudetect.patch
Log Message:
* Fri Jun 07 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-10.20130416svn
- Fixed cpu detection (mplayer #2141)
mplayer-cpudetect.patch:
cpudetect.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
--- NEW FILE mplayer-cpudetect.patch ---
Index: cpudetect.c
===================================================================
--- cpudetect.c (wersja 36298)
+++ cpudetect.c (wersja 36300)
@@ -56,7 +56,7 @@
#if CONFIG_RUNTIME_CPUDETECT
/* I believe this code works. However, it has only been used on a PII and PIII */
-#if defined(__linux__) && defined(_POSIX_SOURCE) && !ARCH_X86_64
+#if defined(__linux__) && !ARCH_X86_64
static void sigill_handler_sse( int signal, struct sigcontext sc )
{
mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );
@@ -75,7 +75,7 @@
gCpuCaps.hasSSE=0;
}
-#endif /* __linux__ && _POSIX_SOURCE */
+#endif /* __linux__ */
#if (defined(__MINGW32__) || defined(__CYGWIN__)) && !ARCH_X86_64
LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep)
@@ -177,7 +177,6 @@
mp_msg(MSGT_CPUDETECT,MSGL_V, gCpuCaps.hasSSE ? "yes.\n" : "no!\n" );
}
#elif defined(__linux__)
-#if defined(_POSIX_SOURCE)
struct sigaction saved_sigill;
/* Save the original signal handlers.
@@ -210,13 +209,6 @@
*/
mp_msg(MSGT_CPUDETECT,MSGL_V, "Tests of OS support for SSE %s\n", gCpuCaps.hasSSE ? "passed." : "failed!" );
#else
- /* We can't use POSIX signal handling to test the availability of
- * SSE, so we disable it by default.
- */
- mp_msg(MSGT_CPUDETECT,MSGL_WARN, "Cannot test OS support for SSE, disabling to be safe.\n" );
- gCpuCaps.hasSSE=0;
-#endif /* _POSIX_SOURCE */
-#else
/* Do nothing on other platforms for now.
*/
mp_msg(MSGT_CPUDETECT,MSGL_WARN, "Cannot test OS support for SSE, leaving disabled.\n" );
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- mplayer.spec 8 May 2013 05:38:45 -0000 1.70
+++ mplayer.spec 7 Jun 2013 19:11:28 -0000 1.71
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.1
-Release: 9.%{?pre}%{?dist}
+Release: 10.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -24,6 +24,7 @@
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2
Source10: mplayer-snapshot.sh
Patch0: mplayer-asx-parser.patch
+Patch1: mplayer-cpudetect.patch
# set defaults for Fedora
Patch2: %{name}-config.patch
# use roff include statements instead of symlinks
@@ -223,6 +224,7 @@
rm -rf ffmpeg libdvdcss libdvdnav libdvdread4
%endif
%patch0 -p0 -b .asx-parser
+%patch1 -p0 -b .cpudetect
%patch2 -p1 -b .config
%patch8 -p1 -b .manlinks
%patch14 -p1 -b .nodvdcss
@@ -382,6 +384,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Fri Jun 07 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-10.20130416svn
+- Fixed cpu detection (mplayer #2141)
+
* Wed May 08 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-9.20130416svn
- Fixed dangerous playlist parsing
11 years, 6 months
rpms/xbmc/F-18 xbmc-12.2-dvdread.patch,1.1,1.2 xbmc.spec,1.59,1.60
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/xbmc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8180
Modified Files:
xbmc-12.2-dvdread.patch xbmc.spec
Log Message:
* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
- force building with libcec (#2798)
- add $DVDREAD_CFLAGS in dvdread patch (#2820)
xbmc-12.2-dvdread.patch:
bootstrap.mk | 5 -----
configure.in | 21 +--------------------
lib/libdvd/Makefile.in | 20 +++++++-------------
3 files changed, 8 insertions(+), 38 deletions(-)
Index: xbmc-12.2-dvdread.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc-12.2-dvdread.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-12.2-dvdread.patch 17 May 2013 15:08:34 -0000 1.1
+++ xbmc-12.2-dvdread.patch 5 Jun 2013 22:01:26 -0000 1.2
@@ -59,7 +59,7 @@
- --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" \
++ --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- xbmc.spec 17 May 2013 15:08:34 -0000 1.59
+++ xbmc.spec 5 Jun 2013 22:01:27 -0000 1.60
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 1%{?dist}
+Release: 3%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -251,6 +251,9 @@
--enable-external-libraries \
--enable-pulse \
--enable-pvraddons-with-dependencies \
+%if 0%{?_with_libcec}
+--enable-libcec \
+%endif
%if 0%{?_with_libssh} == 0
--disable-ssh \
%endif
@@ -327,6 +330,13 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
+- force building with libcec (#2798)
+- add $DVDREAD_CFLAGS in dvdread patch (#2820)
+
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
+- Rebuilt for x264/FFmpeg
+
* 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
11 years, 6 months
rpms/xbmc/F-19 xbmc-12.2-dvdread.patch,1.1,1.2 xbmc.spec,1.62,1.63
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/xbmc/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8038
Modified Files:
xbmc-12.2-dvdread.patch xbmc.spec
Log Message:
* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
- force building with libcec (#2798)
- add $DVDREAD_CFLAGS in dvdread patch (#2820)
xbmc-12.2-dvdread.patch:
bootstrap.mk | 5 -----
configure.in | 21 +--------------------
lib/libdvd/Makefile.in | 20 +++++++-------------
3 files changed, 8 insertions(+), 38 deletions(-)
Index: xbmc-12.2-dvdread.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-19/xbmc-12.2-dvdread.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-12.2-dvdread.patch 10 May 2013 05:59:46 -0000 1.1
+++ xbmc-12.2-dvdread.patch 5 Jun 2013 22:00:36 -0000 1.2
@@ -59,7 +59,7 @@
- --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" \
++ --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-19/xbmc.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- xbmc.spec 26 May 2013 21:55:05 -0000 1.62
+++ xbmc.spec 5 Jun 2013 22:00:36 -0000 1.63
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -251,6 +251,9 @@
--enable-external-libraries \
--enable-pulse \
--enable-pvraddons-with-dependencies \
+%if 0%{?_with_libcec}
+--enable-libcec \
+%endif
%if 0%{?_with_libssh} == 0
--disable-ssh \
%endif
@@ -327,6 +330,10 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
+- force building with libcec (#2798)
+- add $DVDREAD_CFLAGS in dvdread patch (#2820)
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
- Rebuilt for x264/FFmpeg
11 years, 6 months
rpms/xbmc/devel xbmc-12.2-dvdread.patch,1.1,1.2 xbmc.spec,1.62,1.63
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7689
Modified Files:
xbmc-12.2-dvdread.patch xbmc.spec
Log Message:
* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
- force building with libcec (#2798)
- add $DVDREAD_CFLAGS in dvdread patch (#2820)
xbmc-12.2-dvdread.patch:
bootstrap.mk | 5 -----
configure.in | 21 +--------------------
lib/libdvd/Makefile.in | 20 +++++++-------------
3 files changed, 8 insertions(+), 38 deletions(-)
Index: xbmc-12.2-dvdread.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-12.2-dvdread.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-12.2-dvdread.patch 7 May 2013 02:05:24 -0000 1.1
+++ xbmc-12.2-dvdread.patch 5 Jun 2013 21:58:10 -0000 1.2
@@ -59,7 +59,7 @@
- --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" \
++ --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- xbmc.spec 26 May 2013 21:54:47 -0000 1.62
+++ xbmc.spec 5 Jun 2013 21:58:10 -0000 1.63
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -251,6 +251,9 @@
--enable-external-libraries \
--enable-pulse \
--enable-pvraddons-with-dependencies \
+%if 0%{?_with_libcec}
+--enable-libcec \
+%endif
%if 0%{?_with_libssh} == 0
--disable-ssh \
%endif
@@ -327,6 +330,10 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
+- force building with libcec (#2798)
+- add $DVDREAD_CFLAGS in dvdread patch (#2820)
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
- Rebuilt for x264/FFmpeg
11 years, 6 months
rpms/xorg-x11-drv-nvidia-304xx/F-18 xorg-x11-drv-nvidia-304xx.spec, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19774/F-18
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Log Message:
Fix rename transition
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-304xx.spec 30 May 2013 15:23:42 -0000 1.1
+++ xorg-x11-drv-nvidia-304xx.spec 3 Jun 2013 21:14:55 -0000 1.2
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.88
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -99,8 +99,8 @@
Requires: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
%endif
#Introduced in F17 when 304xx was splitted
-Obsoletes: xorg-x11-drv-nvidia-devel < 1:304.1000
-Provides: xorg-x11-drv-nvidia-devel = 1:%{version}-101
+Obsoletes: xorg-x11-drv-nvidia-devel < 1:%{version}-1000
+Provides: xorg-x11-drv-nvidia-devel = 1:%{version}-1001
%description devel
This package provides the development files of the %{name} package,
@@ -113,8 +113,8 @@
Requires: libvdpau%{_isa} >= 0.5
Provides: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
#Introduced in F17 when 304xx was splitted
-Obsoletes: xorg-x11-drv-nvidia-libs < 1:304.1000
-Provides: xorg-x11-drv-nvidia-libs = 1:%{version}-101
+Obsoletes: xorg-x11-drv-nvidia-libs < 1:%{version}-1000
+Provides: xorg-x11-drv-nvidia-libs = 1:%{version}-1001
%description libs
This package provides the shared libraries for %{name}.
@@ -246,20 +246,39 @@
%post
if [ "$1" -eq "1" ]; then
ISGRUB1=""
- GFXPAYLOAD="gfxpayload="
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
- GFXPAYLOAD=""
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
DIST=`rpm -E %%{?dist}`
ARCH=`uname -m`
- [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}`
+ [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}{,.PAE}`
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off ${GFXPAYLOAD}vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ &>/dev/null
+ done
+ fi
+fi || :
+
+
+%triggerpostun -- xorg-x11-drv-nvidia < 1:%{version}-1000
+if [ "$1" -eq "1" ]; then
+ ISGRUB1=""
+ if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
+ ISGRUB1="--grub"
+ fi
+ if [ -x /sbin/grubby ] ; then
+ KERNELS=`/sbin/grubby --default-kernel`
+ DIST=`rpm -E %%{?dist}`
+ ARCH=`uname -m`
+ [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}{,.PAE}`
+ for kernel in ${KERNELS} ; do
+ /sbin/grubby $ISGRUB1 \
+ --update-kernel=${kernel} \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
&>/dev/null
done
fi
@@ -349,6 +368,11 @@
%changelog
+* Sun Jun 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-2
+- Use triggerpostun to re-introduce boot options on rename
+- Avoid to use gfxpayload
+- Fix missing grubby --default-kernel on PAE kernel
+
* Sun May 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1
- Switch to 304xx serie
11 years, 6 months
rpms/xorg-x11-drv-nvidia-304xx/F-19 xorg-x11-drv-nvidia-304xx.spec, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19774/F-19
Modified Files:
xorg-x11-drv-nvidia-304xx.spec
Log Message:
Fix rename transition
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-19/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-304xx.spec 19 May 2013 12:24:57 -0000 1.1
+++ xorg-x11-drv-nvidia-304xx.spec 3 Jun 2013 21:14:56 -0000 1.2
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-304xx
Version: 304.88
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -99,8 +99,8 @@
Requires: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
%endif
#Introduced in F17 when 304xx was splitted
-Obsoletes: xorg-x11-drv-nvidia-devel < 1:304.1000
-Provides: xorg-x11-drv-nvidia-devel = 1:%{version}-101
+Obsoletes: xorg-x11-drv-nvidia-devel < 1:%{version}-1000
+Provides: xorg-x11-drv-nvidia-devel = 1:%{version}-1001
%description devel
This package provides the development files of the %{name} package,
@@ -113,8 +113,8 @@
Requires: libvdpau%{_isa} >= 0.5
Provides: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
#Introduced in F17 when 304xx was splitted
-Obsoletes: xorg-x11-drv-nvidia-libs < 1:304.1000
-Provides: xorg-x11-drv-nvidia-libs = 1:%{version}-101
+Obsoletes: xorg-x11-drv-nvidia-libs < 1:%{version}-1000
+Provides: xorg-x11-drv-nvidia-libs = 1:%{version}-1001
%description libs
This package provides the shared libraries for %{name}.
@@ -246,20 +246,39 @@
%post
if [ "$1" -eq "1" ]; then
ISGRUB1=""
- GFXPAYLOAD="gfxpayload="
if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
ISGRUB1="--grub"
- GFXPAYLOAD=""
fi
if [ -x /sbin/grubby ] ; then
KERNELS=`/sbin/grubby --default-kernel`
DIST=`rpm -E %%{?dist}`
ARCH=`uname -m`
- [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}`
+ [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}{,.PAE}`
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off ${GFXPAYLOAD}vga=normal" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
+ &>/dev/null
+ done
+ fi
+fi || :
+
+
+%triggerpostun -- xorg-x11-drv-nvidia < 1:%{version}-1000
+if [ "$1" -eq "1" ]; then
+ ISGRUB1=""
+ if [[ -f /boot/grub/grub.conf && ! -f /boot/grub2/grub2.cfg ]] ; then
+ ISGRUB1="--grub"
+ fi
+ if [ -x /sbin/grubby ] ; then
+ KERNELS=`/sbin/grubby --default-kernel`
+ DIST=`rpm -E %%{?dist}`
+ ARCH=`uname -m`
+ [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*${DIST}.${ARCH}{,.PAE}`
+ for kernel in ${KERNELS} ; do
+ /sbin/grubby $ISGRUB1 \
+ --update-kernel=${kernel} \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal" \
&>/dev/null
done
fi
@@ -349,6 +368,11 @@
%changelog
+* Sun Jun 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-2
+- Use triggerpostun to re-introduce boot options on rename
+- Avoid to use gfxpayload
+- Fix missing grubby --default-kernel on PAE kernel
+
* Sun May 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1
- Switch to 304xx serie
11 years, 6 months
rpms/avidemux/F-17 avidemux.spec,1.72,1.73
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8261
Modified Files:
avidemux.spec
Log Message:
* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
- Fix packaging of translations (qt package only).
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-17/avidemux.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- avidemux.spec 27 May 2013 17:29:20 -0000 1.72
+++ avidemux.spec 3 Jun 2013 18:09:29 -0000 1.73
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -346,6 +346,7 @@
%{_bindir}/avidemux3_qt4
%{_bindir}/avidemux3_jobs
%{_libdir}/libADM_render6_qt4.so
+%{_datadir}/avidemux6/i18n/
%{_datadir}/applications/rpmfusion-avidemux-qt.desktop
%files help
@@ -354,7 +355,11 @@
%files devel
%{_includedir}/avidemux/
+
%changelog
+* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
+- Fix packaging of translations (qt package only).
+
* Wed May 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-1
- Update to latest upstream release.
@@ -371,7 +376,7 @@
- Update to latest upstream release.
* Sun Dec 16 2012 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.0-4
-- Make sure we're building all availabel plugins. (#2575)
+- Make sure we're building all available plugins. (#2575)
- Don't install the gtk interface when all you want is the qt one. (#2574)
- Exclude arm as a build target. (#2466)
11 years, 6 months