rpms/mame/devel .cvsignore, 1.77, 1.78 mame-verbosebuild.patch, 1.5, 1.6 mame.spec, 1.90, 1.91 sources, 1.77, 1.78
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26338
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Log Message:
* Sun Nov 10 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.151-1
- Updated to 0.151
- Updated the verbosebuild patch
- Use system-wide portmidi
- Fedora 17 is long EOL, always use system-wide libjpeg
- Added a conditional N64 SIMD
- Added new man pages
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- .cvsignore 19 Sep 2013 18:50:57 -0000 1.77
+++ .cvsignore 10 Nov 2013 10:22:14 -0000 1.78
@@ -1 +1 @@
-mame0150s.exe
+mame0151s.exe
mame-verbosebuild.patch:
makefile | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame-verbosebuild.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mame-verbosebuild.patch 17 Dec 2012 20:58:44 -0000 1.5
+++ mame-verbosebuild.patch 10 Nov 2013 10:22:14 -0000 1.6
@@ -1,16 +1,17 @@
-diff -up mame-0.147u4/makefile.verbosebuild mame-0.147u4/makefile
---- mame-0.147u4/makefile.verbosebuild 2012-12-17 21:53:58.176154755 +0100
-+++ mame-0.147u4/makefile 2012-12-17 21:55:26.559977075 +0100
-@@ -307,13 +307,13 @@ BUILD_EXE = $(EXE)
- endif
+diff -up mame-0.151/makefile.verbosebuild mame-0.151/makefile
+--- mame-0.151/makefile.verbosebuild 2013-11-10 09:48:28.461065621 +0100
++++ mame-0.151/makefile 2013-11-10 09:51:14.637247110 +0100
+@@ -330,14 +330,14 @@ endif
# compiler, linker and utilities
+ ifneq ($(TARGETOS),emscripten)
-AR = @ar
-CC = @gcc
-LD = @g++
+AR = ar
+CC = gcc
+LD = g++
+ endif
MD = -mkdir$(EXE)
-RM = @rm -f
-OBJDUMP = @objdump
@@ -21,7 +22,37 @@
#-------------------------------------------------
-@@ -786,12 +786,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
+@@ -890,49 +890,49 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+ ifdef CPPCHECK
+- @$(CPPCHECK) $(CPPCHECKFLAGS) $<
++ $(CPPCHECK) $(CPPCHECKFLAGS) $<
+ endif
+
+ $(OBJ)/%.o: $(OBJ)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+ ifdef CPPCHECK
+- @$(CPPCHECK) $(CPPCHECKFLAGS) $<
++ $(CPPCHECK) $(CPPCHECKFLAGS) $<
+ endif
+
+ $(OBJ)/%.pp: $(SRC)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -E $< -o $@
+ ifdef CPPCHECK
+- @$(CPPCHECK) $(CPPCHECKFLAGS) $<
++ $(CPPCHECK) $(CPPCHECKFLAGS) $<
+ endif
+
+ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -S $< -o $@
+ ifdef CPPCHECK
+- @$(CPPCHECK) $(CPPCHECKFLAGS) $<
++ $(CPPCHECK) $(CPPCHECKFLAGS) $<
+ endif
$(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR_TARGET)
@echo Converting $<...
@@ -37,3 +68,16 @@
$(DRIVLISTOBJ): $(DRIVLISTSRC)
@echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+ ifdef CPPCHECK
+- @$(CPPCHECK) $(CPPCHECKFLAGS) $<
++ $(CPPCHECK) $(CPPCHECKFLAGS) $<
+ endif
+
+ $(DRIVLISTSRC): $(SRC)/$(TARGET)/$(SUBTARGET).lst $(MAKELIST_TARGET)
+ @echo Building driver list $<...
+- @$(MAKELIST) $< >$@
++ $(MAKELIST) $< >$@
+
+ $(OBJ)/%.a:
+ @echo Archiving $@...
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- mame.spec 30 Sep 2013 08:55:02 -0000 1.90
+++ mame.spec 10 Nov 2013 10:22:14 -0000 1.91
@@ -3,8 +3,9 @@
# --with debug to override
%bcond_without ldplayer
%bcond_with debug
+%bcond_with simd
-%global baseversion 150
+%global baseversion 151
#global sourceupdate 1
#global svn 21418
@@ -25,11 +26,10 @@
Version: 0.%{baseversion}
%endif
-Release: 2%{?svnrelease}%{?dist}
+Release: 1%{?svnrelease}%{?dist}
Summary: Multiple Arcade Machine Emulator
-#Files in src/lib/util and src/osd (except src/osd/sdl) are BSD
-License: MAME License
+License: MAME License and BSD
URL: http://mamedev.org/
%if 0%{?svn}
Source0: %{name}-svn%{svn}.tar.xz
@@ -54,21 +54,17 @@
BuildRequires: expat-devel
BuildRequires: flac-devel
-%if 0%{?fedora} >= 18
BuildRequires: libjpeg-turbo-devel
-%endif
%if !0%{?svn}
BuildRequires: p7zip
%endif
+BuildRequires: portmidi-devel
BuildRequires: python
BuildRequires: qt-devel
BuildRequires: SDL_ttf-devel
BuildRequires: zlib-devel
Requires: %{name}-data = %{version}-%{release}
-%if 0%{?fedora} < 18
-Provides: bundled(libjpeg) = 8c
-%endif
Provides: bundled(lzma-sdk) = 9.22
%description
@@ -210,20 +206,21 @@
#make a copy for MESS
sed 's/%{name}/mess/g' %{name}.ini > mess.ini
+%if %{with simd}
+sed -i 's/USE_SIMD (0)/USE_SIMD (1)/' src/emu/cpu/rsp/rsp.h
+%endif
%build
#these flags are already included in the Makefile
-RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e s/"-O2 -g -pipe -Wall "//)
+RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-O2 -g -pipe -Wall //')
+
+%if %{with simd}
+RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-mtune=generic/-march=corei7-avx/')
+%endif
#save some space
MAME_FLAGS="NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 \
- BUILD_FLAC=0 SUFFIX64="
-
-%if 0%{?fedora} >= 18
-MAME_FLAGS="$MAME_FLAGS BUILD_JPEGLIB=0"
-%else
-MAME_FLAGS="$MAME_FLAGS BUILD_JPEGLIB=1"
-%endif
+ BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_MIDILIB=0 SUFFIX64="
%if %{with ldplayer}
make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
@@ -308,9 +305,9 @@
%if %{with ldplayer}
install -pm 644 ldplayer.1 $RPM_BUILD_ROOT%{_mandir}/man1
%endif
-install -pm 644 chdman.1 jedutil.1 ldverify.1 romcmp.1 testkeys.1 \
- $RPM_BUILD_ROOT%{_mandir}/man1
-install -pm 644 mame.6 $RPM_BUILD_ROOT%{_mandir}/man6
+install -pm 644 castool.1 chdman.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 \
+ romcmp.1 testkeys.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -pm 644 mame.6 mess.6 $RPM_BUILD_ROOT%{_mandir}/man6
popd
popd
@@ -346,6 +343,7 @@
%{_bindir}/unidasm
%{_mandir}/man1/chdman.1*
%{_mandir}/man1/jedutil.1*
+%{_mandir}/man1/ldresample.1*
%{_mandir}/man1/ldverify.1*
%{_mandir}/man1/romcmp.1*
%{_mandir}/man1/testkeys.1*
@@ -368,12 +366,15 @@
%else
%{_bindir}/mess
%endif
+%{_mandir}/man6/mess.6*
%files -n mess-tools
%doc docs/imgtool.txt
%{_bindir}/castool
%{_bindir}/floptool
%{_bindir}/imgtool
+%{_mandir}/man1/castool.1*
+%{_mandir}/man1/imgtool.1*
%files data
%{_datadir}/%{name}
@@ -387,6 +388,14 @@
%changelog
+* Sun Nov 10 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.151-1
+- Updated to 0.151
+- Updated the verbosebuild patch
+- Use system-wide portmidi
+- Fedora 17 is long EOL, always use system-wide libjpeg
+- Added a conditional N64 SIMD
+- Added new man pages
+
* Mon Sep 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.150-2
- Rebuilt
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- sources 19 Sep 2013 18:50:57 -0000 1.77
+++ sources 10 Nov 2013 10:22:14 -0000 1.78
@@ -1 +1 @@
-3fbf35429f03412fcd19f2374183764d mame0150s.exe
+adccb17eb36dac39682819ec945e0393 mame0151s.exe
11 years
rpms/steam/F-19 README.Fedora, 1.1, 1.2 steam.spec, 1.2, 1.3 steam.csh, 1.1, NONE steam.sh, 1.1, NONE
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22307
Modified Files:
README.Fedora steam.spec
Removed Files:
steam.csh steam.sh
Log Message:
* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
Index: README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/README.Fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.Fedora 28 Oct 2013 20:16:34 -0000 1.1
+++ README.Fedora 9 Nov 2013 01:12:26 -0000 1.2
@@ -46,21 +46,37 @@
3) Start again steam and enjoy the videos.
-Running Steam with Ubuntu libraries
-===================================
+Running Steam without the Ubuntu libraries (Steam runtime)
+==========================================================
-Normally the package uses Fedora libraries and packages from the repositories.
-To use instead the Steam provided Ubuntu 32 bit runtime; launch steam with the
-following parameters:
+Normally the package uses Ubuntu libraries. To use instead Fedora provided
+libraries, first of all figure out which libraries are needed:
- $ STEAM_RUNTIME=1 steam
+ $ cd ~/.local/share/Steam/ubuntu12_32/
+ $ for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
+ > repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="%{name}" --whatprovides "$i"
+ > done | sort | uniq | sed 's/$/i686/g' > libraries.txt
-To disable permanently the use of the installed libraries and always use the
-Ubuntu runtime edit the profile environment at:
+This will generate a text file containing the required libraries. You can install
+them with the following command:
- # /etc/profile.d/steam.*sh
+ # yum -y install `cat libraries.txt`
+
+Then you can launch Steam with:
+
+ $ STEAM_RUNTIME=0 steam
+
+To disable permanently the use of the Ubuntu runtime and always use the
+installed libraries, you can create a profile environment like the following:
+
+ $ cat /etc/profile.d/steam.sh
+ # Disable Ubuntu 32 bit runtime
+ [ -x /usr/bin/steam ] && export STEAM_RUNTIME=0
If Steam is launched with the Fedora libraries; you can remove the Ubuntu
-runtime folder which is nearly 200 mb:
+runtime folder which is nearly 400 mb:
+
+ $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime
+
+
- $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime*
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/steam.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam.spec 4 Nov 2013 08:50:30 -0000 1.2
+++ steam.spec 9 Nov 2013 01:12:26 -0000 1.3
@@ -3,14 +3,12 @@
Name: steam
Version: 1.0.0.43
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
URL: http://www.steampowered.com/
Source0: http://repo.steampowered.com/steam/pool/%{name}/s/%{name}/%{name}_%{versi...
-Source1: %{name}.sh
-Source2: %{name}.csh
Source10: README.Fedora
ExclusiveArch: i686
@@ -22,53 +20,15 @@
Requires: zenity
# Required for S3 compressed textures on free drivers
Requires: libtxc_dxtn%{_isa}
-# Required for enabling Steam system tray icon
-Requires: libappindicator%{_isa}
-
-# After the Steam client has been downloaded run the following command and then
-# adjust the list of requirements to remove dependencies pulled in by other
-# packages.
-
-# cd ~/.local/share/Steam/ubuntu12_32/
-# for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
-# repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="Requires: %%{name}" --whatprovides "$i"
-# done | sort | uniq | sed 's/$/%%{_isa}/g'
-
+# Required for running the package on 32 bit systems with free drivers
+Requires: mesa-dri-drivers%{_isa}
+# Minimum requirements for starting the steam client for the first time
Requires: alsa-lib%{_isa}
-Requires: alsa-plugins-pulseaudio%{_isa}
-Requires: avahi-libs%{_isa}
-Requires: expat%{_isa}
Requires: gtk2%{_isa}
-Requires: harfbuzz%{_isa}
-Requires: json-c%{_isa}
-Requires: keyutils-libs%{_isa}
-Requires: libasyncns%{_isa}
-Requires: libattr%{_isa}
-Requires: libffi%{_isa}
Requires: libpng12%{_isa}
-Requires: libsndfile%{_isa}
-Requires: libusbx%{_isa}
-Requires: libXau%{_isa}
-Requires: libXdmcp%{_isa}
Requires: libXScrnSaver%{_isa}
-Requires: mesa-dri-drivers%{_isa}
-Requires: mesa-libEGL%{_isa}
-Requires: mesa-libgbm%{_isa}
Requires: mesa-libGL%{_isa}
-Requires: NetworkManager-glib%{_isa}
Requires: nss%{_isa}
-Requires: openal-soft%{_isa}
-Requires: openssl-libs%{_isa}
-Requires: pcre%{_isa}
-Requires: pixman%{_isa}
-Requires: pulseaudio-libs%{_isa}
-Requires: tcp_wrappers-libs%{_isa}
-
-%if 0%{?fedora} >= 19
-# SDL2 it's already bundled in the Steam client but cannot be removed (it's not
-# in the runtime). Leave it here as this will probably not be shipped for long.
-Requires: SDL2%{_isa}
-%endif
%description
Installer for the Steam software distribution service.
@@ -94,12 +54,8 @@
install -D -m 644 -p lib/udev/rules.d/99-steam-controller-perms.rules \
%{buildroot}%{_udevrulesdir}/99-steam-controller-perms.rules
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
-
%files
%doc README COPYING steam_install_agreement.txt debian/changelog README.Fedora
-%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -124,6 +80,10 @@
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
+- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
+ see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
+
* Mon Nov 04 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-8
- Add missing mesa-dri-drivers requirement.
--- steam.csh DELETED ---
--- steam.sh DELETED ---
11 years
rpms/steam/F-18 README.Fedora, 1.1, 1.2 steam.spec, 1.2, 1.3 steam.csh, 1.1, NONE steam.sh, 1.1, NONE
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22150
Modified Files:
README.Fedora steam.spec
Removed Files:
steam.csh steam.sh
Log Message:
* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
Index: README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-18/README.Fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.Fedora 28 Oct 2013 20:17:00 -0000 1.1
+++ README.Fedora 9 Nov 2013 01:11:27 -0000 1.2
@@ -46,21 +46,37 @@
3) Start again steam and enjoy the videos.
-Running Steam with Ubuntu libraries
-===================================
+Running Steam without the Ubuntu libraries (Steam runtime)
+==========================================================
-Normally the package uses Fedora libraries and packages from the repositories.
-To use instead the Steam provided Ubuntu 32 bit runtime; launch steam with the
-following parameters:
+Normally the package uses Ubuntu libraries. To use instead Fedora provided
+libraries, first of all figure out which libraries are needed:
- $ STEAM_RUNTIME=1 steam
+ $ cd ~/.local/share/Steam/ubuntu12_32/
+ $ for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
+ > repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="%{name}" --whatprovides "$i"
+ > done | sort | uniq | sed 's/$/i686/g' > libraries.txt
-To disable permanently the use of the installed libraries and always use the
-Ubuntu runtime edit the profile environment at:
+This will generate a text file containing the required libraries. You can install
+them with the following command:
- # /etc/profile.d/steam.*sh
+ # yum -y install `cat libraries.txt`
+
+Then you can launch Steam with:
+
+ $ STEAM_RUNTIME=0 steam
+
+To disable permanently the use of the Ubuntu runtime and always use the
+installed libraries, you can create a profile environment like the following:
+
+ $ cat /etc/profile.d/steam.sh
+ # Disable Ubuntu 32 bit runtime
+ [ -x /usr/bin/steam ] && export STEAM_RUNTIME=0
If Steam is launched with the Fedora libraries; you can remove the Ubuntu
-runtime folder which is nearly 200 mb:
+runtime folder which is nearly 400 mb:
+
+ $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime
+
+
- $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime*
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-18/steam.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam.spec 4 Nov 2013 08:51:05 -0000 1.2
+++ steam.spec 9 Nov 2013 01:11:27 -0000 1.3
@@ -3,14 +3,12 @@
Name: steam
Version: 1.0.0.43
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
URL: http://www.steampowered.com/
Source0: http://repo.steampowered.com/steam/pool/%{name}/s/%{name}/%{name}_%{versi...
-Source1: %{name}.sh
-Source2: %{name}.csh
Source10: README.Fedora
ExclusiveArch: i686
@@ -22,53 +20,15 @@
Requires: zenity
# Required for S3 compressed textures on free drivers
Requires: libtxc_dxtn%{_isa}
-# Required for enabling Steam system tray icon
-Requires: libappindicator%{_isa}
-
-# After the Steam client has been downloaded run the following command and then
-# adjust the list of requirements to remove dependencies pulled in by other
-# packages.
-
-# cd ~/.local/share/Steam/ubuntu12_32/
-# for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
-# repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="Requires: %%{name}" --whatprovides "$i"
-# done | sort | uniq | sed 's/$/%%{_isa}/g'
-
+# Required for running the package on 32 bit systems with free drivers
+Requires: mesa-dri-drivers%{_isa}
+# Minimum requirements for starting the steam client for the first time
Requires: alsa-lib%{_isa}
-Requires: alsa-plugins-pulseaudio%{_isa}
-Requires: avahi-libs%{_isa}
-Requires: expat%{_isa}
Requires: gtk2%{_isa}
-Requires: harfbuzz%{_isa}
-Requires: json-c%{_isa}
-Requires: keyutils-libs%{_isa}
-Requires: libasyncns%{_isa}
-Requires: libattr%{_isa}
-Requires: libffi%{_isa}
Requires: libpng12%{_isa}
-Requires: libsndfile%{_isa}
-Requires: libusbx%{_isa}
-Requires: libXau%{_isa}
-Requires: libXdmcp%{_isa}
Requires: libXScrnSaver%{_isa}
-Requires: mesa-dri-drivers%{_isa}
-Requires: mesa-libEGL%{_isa}
-Requires: mesa-libgbm%{_isa}
Requires: mesa-libGL%{_isa}
-Requires: NetworkManager-glib%{_isa}
Requires: nss%{_isa}
-Requires: openal-soft%{_isa}
-Requires: openssl-libs%{_isa}
-Requires: pcre%{_isa}
-Requires: pixman%{_isa}
-Requires: pulseaudio-libs%{_isa}
-Requires: tcp_wrappers-libs%{_isa}
-
-%if 0%{?fedora} >= 19
-# SDL2 it's already bundled in the Steam client but cannot be removed (it's not
-# in the runtime). Leave it here as this will probably not be shipped for long.
-Requires: SDL2%{_isa}
-%endif
%description
Installer for the Steam software distribution service.
@@ -94,12 +54,8 @@
install -D -m 644 -p lib/udev/rules.d/99-steam-controller-perms.rules \
%{buildroot}%{_udevrulesdir}/99-steam-controller-perms.rules
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
-
%files
%doc README COPYING steam_install_agreement.txt debian/changelog README.Fedora
-%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -124,6 +80,10 @@
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
+- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
+ see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
+
* Mon Nov 04 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-8
- Add missing mesa-dri-drivers requirement.
--- steam.csh DELETED ---
--- steam.sh DELETED ---
11 years
rpms/steam/devel README.Fedora, 1.1, 1.2 steam.spec, 1.2, 1.3 steam.csh, 1.1, NONE steam.sh, 1.1, NONE
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22015
Modified Files:
README.Fedora steam.spec
Removed Files:
steam.csh steam.sh
Log Message:
* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
Index: README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/README.Fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.Fedora 28 Oct 2013 20:14:52 -0000 1.1
+++ README.Fedora 9 Nov 2013 01:09:57 -0000 1.2
@@ -46,21 +46,37 @@
3) Start again steam and enjoy the videos.
-Running Steam with Ubuntu libraries
-===================================
+Running Steam without the Ubuntu libraries (Steam runtime)
+==========================================================
-Normally the package uses Fedora libraries and packages from the repositories.
-To use instead the Steam provided Ubuntu 32 bit runtime; launch steam with the
-following parameters:
+Normally the package uses Ubuntu libraries. To use instead Fedora provided
+libraries, first of all figure out which libraries are needed:
- $ STEAM_RUNTIME=1 steam
+ $ cd ~/.local/share/Steam/ubuntu12_32/
+ $ for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
+ > repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="%{name}" --whatprovides "$i"
+ > done | sort | uniq | sed 's/$/i686/g' > libraries.txt
-To disable permanently the use of the installed libraries and always use the
-Ubuntu runtime edit the profile environment at:
+This will generate a text file containing the required libraries. You can install
+them with the following command:
- # /etc/profile.d/steam.*sh
+ # yum -y install `cat libraries.txt`
+
+Then you can launch Steam with:
+
+ $ STEAM_RUNTIME=0 steam
+
+To disable permanently the use of the Ubuntu runtime and always use the
+installed libraries, you can create a profile environment like the following:
+
+ $ cat /etc/profile.d/steam.sh
+ # Disable Ubuntu 32 bit runtime
+ [ -x /usr/bin/steam ] && export STEAM_RUNTIME=0
If Steam is launched with the Fedora libraries; you can remove the Ubuntu
-runtime folder which is nearly 200 mb:
+runtime folder which is nearly 400 mb:
+
+ $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime
+
+
- $ rm -fr /.local/share/Steam/ubuntu12_32/steam-runtime*
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steam.spec 4 Nov 2013 08:49:36 -0000 1.2
+++ steam.spec 9 Nov 2013 01:09:57 -0000 1.3
@@ -3,14 +3,12 @@
Name: steam
Version: 1.0.0.43
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
URL: http://www.steampowered.com/
Source0: http://repo.steampowered.com/steam/pool/%{name}/s/%{name}/%{name}_%{versi...
-Source1: %{name}.sh
-Source2: %{name}.csh
Source10: README.Fedora
ExclusiveArch: i686
@@ -22,53 +20,15 @@
Requires: zenity
# Required for S3 compressed textures on free drivers
Requires: libtxc_dxtn%{_isa}
-# Required for enabling Steam system tray icon
-Requires: libappindicator%{_isa}
-
-# After the Steam client has been downloaded run the following command and then
-# adjust the list of requirements to remove dependencies pulled in by other
-# packages.
-
-# cd ~/.local/share/Steam/ubuntu12_32/
-# for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print $1}'`; do
-# repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="Requires: %%{name}" --whatprovides "$i"
-# done | sort | uniq | sed 's/$/%%{_isa}/g'
-
+# Required for running the package on 32 bit systems with free drivers
+Requires: mesa-dri-drivers%{_isa}
+# Minimum requirements for starting the steam client for the first time
Requires: alsa-lib%{_isa}
-Requires: alsa-plugins-pulseaudio%{_isa}
-Requires: avahi-libs%{_isa}
-Requires: expat%{_isa}
Requires: gtk2%{_isa}
-Requires: harfbuzz%{_isa}
-Requires: json-c%{_isa}
-Requires: keyutils-libs%{_isa}
-Requires: libasyncns%{_isa}
-Requires: libattr%{_isa}
-Requires: libffi%{_isa}
Requires: libpng12%{_isa}
-Requires: libsndfile%{_isa}
-Requires: libusbx%{_isa}
-Requires: libXau%{_isa}
-Requires: libXdmcp%{_isa}
Requires: libXScrnSaver%{_isa}
-Requires: mesa-dri-drivers%{_isa}
-Requires: mesa-libEGL%{_isa}
-Requires: mesa-libgbm%{_isa}
Requires: mesa-libGL%{_isa}
-Requires: NetworkManager-glib%{_isa}
Requires: nss%{_isa}
-Requires: openal-soft%{_isa}
-Requires: openssl-libs%{_isa}
-Requires: pcre%{_isa}
-Requires: pixman%{_isa}
-Requires: pulseaudio-libs%{_isa}
-Requires: tcp_wrappers-libs%{_isa}
-
-%if 0%{?fedora} >= 19
-# SDL2 it's already bundled in the Steam client but cannot be removed (it's not
-# in the runtime). Leave it here as this will probably not be shipped for long.
-Requires: SDL2%{_isa}
-%endif
%description
Installer for the Steam software distribution service.
@@ -94,12 +54,8 @@
install -D -m 644 -p lib/udev/rules.d/99-steam-controller-perms.rules \
%{buildroot}%{_udevrulesdir}/99-steam-controller-perms.rules
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
-
%files
%doc README COPYING steam_install_agreement.txt debian/changelog README.Fedora
-%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -124,6 +80,10 @@
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
+- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
+ see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
+
* Mon Nov 04 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-8
- Add missing mesa-dri-drivers requirement.
--- steam.csh DELETED ---
--- steam.sh DELETED ---
11 years
rpms/unrar/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 unrar.spec, 1.28, 1.29 unrar-3.9.10-missing-recvol-symbols.patch, 1.1, NONE
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19444
Modified Files:
.cvsignore sources unrar.spec
Removed Files:
unrar-3.9.10-missing-recvol-symbols.patch
Log Message:
* Fri Nov 8 2013 Conrad Meyer <cemeyer(a)uw.edu> - 5.0.12-1
- Bump to latest upstream
- Drop patch that doesn't apply anymore
- Makefile changed names
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 30 Dec 2012 22:08:36 -0000 1.10
+++ .cvsignore 8 Nov 2013 13:59:09 -0000 1.11
@@ -1 +1 @@
-unrarsrc-4.2.4.tar.gz
+unrarsrc-5.0.12.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 30 Dec 2012 22:08:36 -0000 1.10
+++ sources 8 Nov 2013 13:59:09 -0000 1.11
@@ -1 +1 @@
-8ea9d1b4139474b282d76e627a2de3e4 unrarsrc-4.2.4.tar.gz
+f090106c2819cf717ba42b4d5d71f1ed unrarsrc-5.0.12.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- unrar.spec 28 Oct 2013 13:14:50 -0000 1.28
+++ unrar.spec 8 Nov 2013 13:59:09 -0000 1.29
@@ -1,6 +1,6 @@
Name: unrar
-Version: 4.2.4
-Release: 4%{?dist}
+Version: 5.0.12
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -8,8 +8,6 @@
Source0: ftp://ftp.rarlab.com/rar/unrarsrc-%{version}.tar.gz
# Man page from Debian
Source1: unrar-nonfree.1
-# Patch to resolve issues noted in #1385:
-Patch0: unrar-3.9.10-missing-recvol-symbols.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): chkconfig
@@ -47,15 +45,14 @@
%prep
%setup -q -n %{name}
-%patch0 -p1
cp -p %SOURCE1 .
%build
-make %{?_smp_mflags} -f makefile.unix \
+make %{?_smp_mflags} -f makefile \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=: RANLIB=ranlib
-make %{?_smp_mflags} -f makefile.unix clean
-make %{?_smp_mflags} -f makefile.unix lib \
+make %{?_smp_mflags} -f makefile clean
+make %{?_smp_mflags} -f makefile lib \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=: RANLIB=ranlib
@@ -123,6 +120,11 @@
%changelog
+* Fri Nov 8 2013 Conrad Meyer <cemeyer(a)uw.edu> - 5.0.12-1
+- Bump to latest upstream
+- Drop patch that doesn't apply anymore
+- Makefile changed names
+
* Mon Oct 28 2013 Conrad Meyer <konrad(a)tylerc.org> - 4.2.4-4
- Remove unrar-4.2.3-fix-build.patch, add clean step to %%build
per #2869
--- unrar-3.9.10-missing-recvol-symbols.patch DELETED ---
11 years
rpms/mjpegtools/devel .cvsignore, 1.4, 1.5 mjpegtools.spec, 1.14, 1.15 sources, 1.4, 1.5 mjpegtools-2.0.0-no-config-in-public-header.h, 1.1, NONE mjpegtools_gcc470.patch, 1.1, NONE
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/mjpegtools/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7684
Modified Files:
.cvsignore mjpegtools.spec sources
Removed Files:
mjpegtools-2.0.0-no-config-in-public-header.h
mjpegtools_gcc470.patch
Log Message:
* Thu Nov 07 2013 Sérgio Basto <sergio(a)serjux.com> - 2.1.0-1
- Update to 2.1.0
- Drop upstreamed patches.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mjpegtools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 2 Aug 2011 21:46:40 -0000 1.4
+++ .cvsignore 8 Nov 2013 02:26:27 -0000 1.5
@@ -1 +1 @@
-mjpegtools-2.0.0.tar.gz
+mjpegtools-2.1.0.tar.gz
Index: mjpegtools.spec
===================================================================
RCS file: /cvs/free/rpms/mjpegtools/devel/mjpegtools.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mjpegtools.spec 6 Nov 2013 15:06:03 -0000 1.14
+++ mjpegtools.spec 8 Nov 2013 02:26:27 -0000 1.15
@@ -1,13 +1,11 @@
Name: mjpegtools
-Version: 2.0.0
-Release: 9%{?dist}
+Version: 2.1.0
+Release: 1%{?dist}
Summary: Tools to manipulate MPEG data
Group: Applications/Multimedia
License: GPLv2
URL: http://mjpeg.sourceforge.net/
Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
-Patch0: mjpegtools-2.0.0-no-config-in-public-header.h
-Patch1: mjpegtools_gcc470.patch
BuildRequires: libjpeg-devel
BuildRequires: nasm
BuildRequires: libdv-devel
@@ -96,8 +94,6 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
sed -i -e 's/ARCHFLAGS=.*/ARCHFLAGS=/' configure*
sed -i -e 's|/lib /usr/lib|/%{_lib} %{_libdir}|' configure # lib64 rpaths
for f in docs/yuvfps.1 ; do
@@ -183,6 +179,10 @@
%changelog
+* Thu Nov 07 2013 Sérgio Basto <sergio(a)serjux.com> - 2.1.0-1
+- Update to 2.1.0
+- Drop upstreamed patches.
+
* Wed Nov 06 2013 Sérgio Basto <sergio(a)serjux.com> - 2.0.0-9
- Rebuilt for x264/FFmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mjpegtools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 2 Aug 2011 21:46:41 -0000 1.4
+++ sources 8 Nov 2013 02:26:27 -0000 1.5
@@ -1 +1 @@
-903e1e3b967eebcc5fe5626d7517dc46 mjpegtools-2.0.0.tar.gz
+57bf5dd78976ca9bac972a6511b236f3 mjpegtools-2.1.0.tar.gz
--- mjpegtools-2.0.0-no-config-in-public-header.h DELETED ---
--- mjpegtools_gcc470.patch DELETED ---
11 years
rpms/xorg-x11-drv-nvidia/devel 00-avoid-glamor.conf, NONE, 1.1 xorg-x11-drv-nvidia.spec, 1.120, 1.121
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31846
Modified Files:
xorg-x11-drv-nvidia.spec
Added Files:
00-avoid-glamor.conf
Log Message:
* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-2
- remove conflicts xorg-x11-glamor
- disable glamor module
--- NEW FILE 00-avoid-glamor.conf ---
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "Module"
Disable "glamoregl"
EndSection
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- xorg-x11-drv-nvidia.spec 7 Nov 2013 01:17:31 -0000 1.120
+++ xorg-x11-drv-nvidia.spec 7 Nov 2013 14:09:54 -0000 1.121
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 331.20
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -19,6 +19,7 @@
Source4: ftp://download.nvidia.com/XFree86/Linux-32bit-ARM/%{version}/NVIDIA-Linux...
Source2: 00-nvidia.conf
Source3: nvidia-xorg.conf
+Source5: 00-avoid-glamor.conf
Source6: blacklist-nouveau.conf
BuildRequires: desktop-file-utils
@@ -58,7 +59,6 @@
Conflicts: xorg-x11-drv-nvidia-173xx
Conflicts: xorg-x11-drv-fglrx
Conflicts: xorg-x11-drv-catalyst
-Conflicts: xorg-x11-glamor
#Support for cuda
@@ -217,6 +217,7 @@
#Install static driver dependant configuration files
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+install -pm 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/
@@ -365,6 +366,7 @@
%endif
%dir %{_sysconfdir}/nvidia
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%config(noreplace) %{_prefix}/lib/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-xorg.conf
%if 0%{?rhel} > 6 || 0%{?fedora} >= 15
@@ -434,6 +436,10 @@
%{_libdir}/vdpau/libvdpau_nvidia.so
%changelog
+* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-2
+- remove conflicts xorg-x11-glamor
+- disable glamor module
+
* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-1
- Update to 331.20
- add conflicts xorg-x11-glamor
11 years
rpms/nvidia-kmod/devel .cvsignore, 1.58, 1.59 nvidia-kmod.spec, 1.135, 1.136 sources, 1.61, 1.62 kernel_v3.11.patch, 1.4, NONE
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15846
Modified Files:
.cvsignore nvidia-kmod.spec sources
Removed Files:
kernel_v3.11.patch
Log Message:
* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-1
- Update to 331.20 release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore 6 Aug 2013 10:12:44 -0000 1.58
+++ .cvsignore 7 Nov 2013 01:18:06 -0000 1.59
@@ -1 +1 @@
-nvidia-kmod-data-325.15.tar.xz
+nvidia-kmod-data-331.20.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- nvidia-kmod.spec 6 Nov 2013 10:17:25 -0000 1.135
+++ nvidia-kmod.spec 7 Nov 2013 01:18:06 -0000 1.136
@@ -7,9 +7,9 @@
Name: nvidia-kmod
Epoch: 1
-Version: 325.15
+Version: 331.20
# Taken over by kmodtool
-Release: 4%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -22,7 +22,6 @@
Source0: nvidia-kmod-data-%{version}.tar.xz
Source11: nvidia-kmodtool-excludekernel-filterfile
-Patch0: kernel_v3.11.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -46,12 +45,12 @@
%setup -q -c -T -a 0
# patch loop
-for arch in x86_64 i686 armv7hl
-do
-pushd nvidiapkg-${arch}
-%patch0 -p1
-popd
-done
+#for arch in x86_64 i686 armv7hl
+#do
+#pushd nvidiapkg-${arch}
+#patch0 -p1
+#popd
+#done
for kernel_version in %{?kernel_versions} ; do
@@ -79,6 +78,9 @@
%changelog
+* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-1
+- Update to 331.20 release
+
* Wed Nov 06 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:325.15-4
- use nvidia fix for get_num_physpages
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- sources 6 Aug 2013 10:12:44 -0000 1.61
+++ sources 7 Nov 2013 01:18:06 -0000 1.62
@@ -1 +1 @@
-c075f748ce929098c317704151ef7fc8 nvidia-kmod-data-325.15.tar.xz
+55ff14e616146f9d6828a6594bb159d5 nvidia-kmod-data-331.20.tar.xz
--- kernel_v3.11.patch DELETED ---
11 years
rpms/xorg-x11-drv-nvidia/devel .cvsignore, 1.59, 1.60 sources, 1.62, 1.63 xorg-x11-drv-nvidia.spec, 1.119, 1.120
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15798
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-1
- Update to 331.20
- add conflicts xorg-x11-glamor
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- .cvsignore 6 Aug 2013 09:42:01 -0000 1.59
+++ .cvsignore 7 Nov 2013 01:17:31 -0000 1.60
@@ -1,3 +1,3 @@
-NVIDIA-Linux-armv7l-gnueabihf-325.15.run
-NVIDIA-Linux-x86-325.15.run
-NVIDIA-Linux-x86_64-325.15.run
+NVIDIA-Linux-x86_64-331.20.run
+NVIDIA-Linux-x86-331.20.run
+NVIDIA-Linux-armv7l-gnueabihf-331.20.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sources 6 Aug 2013 09:42:01 -0000 1.62
+++ sources 7 Nov 2013 01:17:31 -0000 1.63
@@ -1,3 +1,3 @@
-686e8d2293a8349c1b18bff1024c12a4 NVIDIA-Linux-armv7l-gnueabihf-325.15.run
-528fc538584de6446384b9cec3099d6c NVIDIA-Linux-x86-325.15.run
-323c3ef74f607aef63d602c7f297ce86 NVIDIA-Linux-x86_64-325.15.run
+7d10ca5e2bbb3c470a2e3366b5a33a32 NVIDIA-Linux-x86_64-331.20.run
+801aa04a087891690f1cac09575b2ba9 NVIDIA-Linux-x86-331.20.run
+2459508dca8cd7313a901a1c9cb321cb NVIDIA-Linux-armv7l-gnueabihf-331.20.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- xorg-x11-drv-nvidia.spec 2 Oct 2013 15:53:31 -0000 1.119
+++ xorg-x11-drv-nvidia.spec 7 Nov 2013 01:17:31 -0000 1.120
@@ -7,8 +7,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 325.15
-Release: 2%{?dist}
+Version: 331.20
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -58,6 +58,7 @@
Conflicts: xorg-x11-drv-nvidia-173xx
Conflicts: xorg-x11-drv-fglrx
Conflicts: xorg-x11-drv-catalyst
+Conflicts: xorg-x11-glamor
#Support for cuda
@@ -400,9 +401,9 @@
%{_nvidia_libdir}/*.so.*
%ifarch x86_64 i686
%dir %{_nvidia_libdir}/tls
-%{_nvidia_libdir}/tls/*.so*
+%{_nvidia_libdir}/tls/*.so.*
%exclude %{_libdir}/vdpau/libvdpau.*
-%{_libdir}/vdpau/libvdpau_nvidia.so*
+%{_libdir}/vdpau/libvdpau_nvidia.so.*
%exclude %{_libdir}/vdpau/libvdpau_trace.so*
%endif
@@ -414,16 +415,29 @@
%{_nvidia_libdir}/libnvidia-compiler.so
%{_nvidia_libdir}/libnvidia-encode.so
%endif
+%ifarch i686
+%{_nvidia_libdir}/libEGL.so
+%{_nvidia_libdir}/libGLESv1_CM.so
+%{_nvidia_libdir}/libGLESv2.so
+%{_nvidia_libdir}/libnvidia-eglcore.so
+%{_nvidia_libdir}/libnvidia-glsi.so
+%endif
%{_nvidia_libdir}/libcuda.so
%{_nvidia_libdir}/libGL.so
%{_nvidia_libdir}/libnvidia-glcore.so
+%{_nvidia_libdir}/libnvidia-fbc.so
%{_nvidia_libdir}/libnvidia-ifr.so
%{_nvidia_libdir}/libnvcuvid.so
%{_nvidia_libdir}/libnvidia-ml.so
%{_nvidia_libdir}/libnvidia-opencl.so
-%{_nvidia_libdir}/libnvidia-vgxcfg.so
+%{_nvidia_libdir}/tls/libnvidia-tls.so
+%{_libdir}/vdpau/libvdpau_nvidia.so
%changelog
+* Thu Nov 07 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.20-1
+- Update to 331.20
+- add conflicts xorg-x11-glamor
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:325.15-2
- Avoid to exclude libcuda.so in devel
- Drop desktop-file-install options not supported on EL6
11 years
rpms/vlc/F-19 .cvsignore,1.54,1.55 sources,1.62,1.63
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9494/F-19
Modified Files:
.cvsignore sources
Log Message:
Update source
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-19/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- .cvsignore 30 Jul 2013 18:30:44 -0000 1.54
+++ .cvsignore 6 Nov 2013 23:20:32 -0000 1.55
@@ -1 +1 @@
-vlc-2.0.8.tar.xz
+vlc-2.0.9.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-19/sources,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sources 30 Jul 2013 18:30:44 -0000 1.62
+++ sources 6 Nov 2013 23:20:32 -0000 1.63
@@ -1 +1 @@
-6445eb55aa087f30abe27423535e1ab8 vlc-2.0.8.tar.xz
+c96408fc0a6e6e7f85b37ab4d7d7c98f vlc-2.0.9.tar.xz
11 years