rpms/k9copy/devel k9copy.spec,1.7,1.8
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16365
Modified Files:
k9copy.spec
Log Message:
typo
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- k9copy.spec 30 Oct 2008 17:09:42 -0000 1.7
+++ k9copy.spec 30 Oct 2008 17:20:30 -0000 1.8
@@ -10,7 +10,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# FIXME: build fails here
-ExcludeArch: ppc ppc6
+ExcludeArch: ppc ppc64
Patch1: k9copy-2.1.0-ffmpeg.patch
Patch2: k9copy-2.1.0-mimetype.patch
16 years
rpms/k9copy/devel k9copy.spec,1.6,1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15730
Modified Files:
k9copy.spec
Log Message:
* Thu Oct 30 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.0-2
- ExcludeArch: ppc ppc64 (still fails)
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- k9copy.spec 30 Oct 2008 16:54:01 -0000 1.6
+++ k9copy.spec 30 Oct 2008 17:09:42 -0000 1.7
@@ -1,7 +1,7 @@
Name: k9copy
Version: 2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video DVD backup and creation program
Group: Applications/Multimedia
License: GPLv2+
@@ -9,6 +9,9 @@
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# FIXME: build fails here
+ExcludeArch: ppc ppc6
+
Patch1: k9copy-2.1.0-ffmpeg.patch
Patch2: k9copy-2.1.0-mimetype.patch
@@ -104,6 +107,9 @@
%changelog
+* Thu Oct 30 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.0-2
+- ExcludeArch: ppc ppc64 (still fails)
+
* Thu Oct 30 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.0-1
- k9copy-2.1.0
16 years
rpms/k9copy/devel k9copy-2.1.0-ffmpeg.patch, NONE, 1.1 k9copy-2.1.0-mimetype.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 k9copy.spec, 1.5, 1.6 sources, 1.3, 1.4 k9copy-2.0.0-gcc43.patch, 1.2, NONE k9copy-2.0.0-libdvdread_so4.patch, 1.2, NONE k9copy-2.0.2-ffmpeg.patch, 1.1, NONE
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14523
Modified Files:
.cvsignore k9copy.spec sources
Added Files:
k9copy-2.1.0-ffmpeg.patch k9copy-2.1.0-mimetype.patch
Removed Files:
k9copy-2.0.0-gcc43.patch k9copy-2.0.0-libdvdread_so4.patch
k9copy-2.0.2-ffmpeg.patch
Log Message:
* Thu Oct 30 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.0-1
- k9copy-2.1.0
k9copy-2.1.0-ffmpeg.patch:
--- NEW FILE k9copy-2.1.0-ffmpeg.patch ---
diff -up k9copy-2.1.0-Source/src/import/k9avidecode.cpp.ffmpeg k9copy-2.1.0-Source/src/import/k9avidecode.cpp
--- k9copy-2.1.0-Source/src/import/k9avidecode.cpp.ffmpeg 2008-10-27 12:33:04.000000000 -0500
+++ k9copy-2.1.0-Source/src/import/k9avidecode.cpp 2008-10-30 11:17:44.000000000 -0500
@@ -10,14 +10,14 @@
//
//
#include "k9avidecode.h"
-#include <avcodec.h>
+#include <libavcodec/avcodec.h>
#include <qimage.h>
#include <dlfcn.h>
#include <klocale.h>
#include "ac.h"
#ifdef HAVE_SWSCALE
-#include "swscale.h"
+#include <libswscale/swscale.h>
static int sws_flags = SWS_BICUBIC;
diff -up k9copy-2.1.0-Source/src/import/k9avidecode.h.ffmpeg k9copy-2.1.0-Source/src/import/k9avidecode.h
--- k9copy-2.1.0-Source/src/import/k9avidecode.h.ffmpeg 2008-10-27 12:33:04.000000000 -0500
+++ k9copy-2.1.0-Source/src/import/k9avidecode.h 2008-10-30 11:18:45.000000000 -0500
@@ -14,12 +14,12 @@
#include "k9common.h"
#include <qobject.h>
-#include <avformat.h>
+#include <libavformat/avformat.h>
#include <qimage.h>
#include <cstdlib>
#include <QObject>
#ifdef HAVE_SWSCALE
-#include <swscale.h>
+#include <libswscale/swscale.h>
#endif
/**
@author Jean-Michel PETIT <k9copy(a)free.fr>
k9copy-2.1.0-mimetype.patch:
--- NEW FILE k9copy-2.1.0-mimetype.patch ---
diff -up k9copy-2.1.0-Source/k9copy_assistant.desktop.mimetype k9copy-2.1.0-Source/k9copy_assistant.desktop
--- k9copy-2.1.0-Source/k9copy_assistant.desktop.mimetype 2008-10-27 12:33:05.000000000 -0500
+++ k9copy-2.1.0-Source/k9copy_assistant.desktop 2008-10-30 11:35:14.000000000 -0500
@@ -9,9 +9,9 @@ Comment[tr]=DVD9 DVD5 yedekleme aracı
GenericName=Video DVD Backup
GenericName[fr]=Backup de DVD Video
GenericName[tr]=DVD Vidyo Yedekleme Aracı
-MimeTypes=
+MimeType=
Terminal=false
Icon=k9copy
X-DocPath=k9copy/index.html
Categories=Qt;KDE;AudioVideo;DiscBurning;
-X-KDE-StartupNotify=true
\ No newline at end of file
+X-KDE-StartupNotify=true
diff -up k9copy-2.1.0-Source/k9copy.desktop.mimetype k9copy-2.1.0-Source/k9copy.desktop
--- k9copy-2.1.0-Source/k9copy.desktop.mimetype 2008-10-27 12:33:05.000000000 -0500
+++ k9copy-2.1.0-Source/k9copy.desktop 2008-10-30 11:34:43.000000000 -0500
@@ -9,9 +9,9 @@ Comment[tr]=DVD9 DVD5 yedekleme aracı
GenericName=Video DVD Backup
GenericName[fr]=Backup de DVD Video
GenericName[tr]=DVD Vidyo Yedekleme Aracı
-MimeTypes=
+MimeType=
Terminal=false
Icon=k9copy
X-DocPath=k9copy/index.html
Categories=Qt;KDE;AudioVideo;DiscBurning;
-X-KDE-StartupNotify=true
\ No newline at end of file
+X-KDE-StartupNotify=true
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 15 Sep 2008 16:00:53 -0000 1.3
+++ .cvsignore 30 Oct 2008 16:54:01 -0000 1.4
@@ -1 +1 @@
-k9copy-2.0.2-Source.tar.gz
+k9copy-2.1.0-Source.tar.gz
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- k9copy.spec 19 Sep 2008 13:35:54 -0000 1.5
+++ k9copy.spec 30 Oct 2008 16:54:01 -0000 1.6
@@ -1,7 +1,7 @@
Name: k9copy
-Version: 2.0.2
-Release: 4%{?dist}
+Version: 2.1.0
+Release: 1%{?dist}
Summary: Video DVD backup and creation program
Group: Applications/Multimedia
License: GPLv2+
@@ -9,19 +9,15 @@
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch1: k9copy-2.0.0-libdvdread_so4.patch
-Patch2: k9copy-2.0.0-gcc43.patch
-# FIXME/TODO: use pkgconfig
-Patch3: k9copy-2.0.2-ffmpeg.patch
-
-# FIXME: build fails here
-ExcludeArch: ppc ppc64
+Patch1: k9copy-2.1.0-ffmpeg.patch
+Patch2: k9copy-2.1.0-mimetype.patch
BuildRequires: cmake
+BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: gettext
BuildRequires: hal-devel
-BuildRequires: kdelibs4-devel libutempter-devel
+BuildRequires: kdelibs4-devel
BuildRequires: libdvdread-devel
BuildRequires: pkgconfig
BuildRequires: xine-lib-devel
@@ -49,16 +45,16 @@
%prep
%setup -q -n %{name}-%{version}-Source
-%patch1 -p1 -b .libdvdread_so4
-%patch2 -p1 -b .gcc43
-%patch3 -p1 -b .ffmpeg
+%patch1 -p1 -b .ffmpeg
+%patch2 -p1 -b .mimetype
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} \
- -DFFMPEG_INCLUDE_DIR=$(pkg-config libavcodec --variable=includedir) \
+ -DAVCODEC_INCLUDE_DIR=$(pkg-config libavcodec --variable=includedir) \
+ -DAVFORMAT_INCLUDE_DIR=$(pkg-config libavformat --variable=includedir) \
-DFFMPEGSCALE_INCLUDE_DIR=$(pkg-config libswscale --variable=includedir) \
..
popd
@@ -70,6 +66,16 @@
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} -C %{_target_platform}
+desktop-file-install \
+ --vendor="" \
+ --dir=%{buildroot}%{_kde4_datadir}/applications/kde4/ \
+ %{buildroot}%{_kde4_datadir}/applications/kde4/k9copy.desktop
+
+desktop-file-install \
+ --vendor="" \
+ --dir=%{buildroot}%{_kde4_datadir}/applications/kde4/ \
+ %{buildroot}%{_kde4_datadir}/applications/kde4/k9copy_assistant.desktop
+
%find_lang %{name}
@@ -91,12 +97,16 @@
%{_kde4_bindir}/k9play
%{_kde4_bindir}/k9xineplayer
%{_kde4_appsdir}/k9copy/
+%{_kde4_appsdir}/solid/actions/*.desktop
%{_kde4_datadir}/applications/kde4/k9copy.desktop
-%{_kde4_datadir}/kde4/services/*
+%{_kde4_datadir}/applications/kde4/k9copy_assistant.desktop
%{_kde4_iconsdir}/hicolor/*/*/*
%changelog
+* Thu Oct 30 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.0-1
+- k9copy-2.1.0
+
* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-4
- drop Requires: libdvdcss
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 15 Sep 2008 16:00:53 -0000 1.3
+++ sources 30 Oct 2008 16:54:01 -0000 1.4
@@ -1 +1 @@
-3b9637a07e911184d3557097d42debb1 k9copy-2.0.2-Source.tar.gz
+3878d742b769105e013db18a43d60086 k9copy-2.1.0-Source.tar.gz
--- k9copy-2.0.0-gcc43.patch DELETED ---
--- k9copy-2.0.0-libdvdread_so4.patch DELETED ---
--- k9copy-2.0.2-ffmpeg.patch DELETED ---
16 years
rpms/nvidia-96xx-kmod/devel nvidia-96xx-kmod.spec, NONE, 1.1 nvidia-kmodtool-excludekernel-filterfile, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4724/devel
Modified Files:
.cvsignore sources
Added Files:
nvidia-96xx-kmod.spec nvidia-kmodtool-excludekernel-filterfile
Log Message:
Preliminary import for devel
--- NEW FILE nvidia-96xx-kmod.spec ---
# buildforkernels macro hint: when you build a new version or a new release
# that contains bugfixes or other improvements then you must disable the
# "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 newest
%define repo rpmfusion
Name: nvidia-96xx-kmod
Version: 96.43.09
Release: 1%{?dist}
# Taken over by kmodtool
Summary: NVIDIA 1.0.96xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
URL: http://www.nvidia.com/
# Source is created from these files:
# http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/NVIDIA-Linux-x...
# http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linu...
# <switch me> when sources are on kwizart's repo
#Source0: http://rpms.kwizart.net/fedora/SOURCES/nvidia-kmod-data-%{version}.tar.bz2
Source0: http://www.diffingo.com/downloads/livna/kmod-data/nvidia-kmod-data-%{vers...
# </switch me>
Source11: nvidia-kmodtool-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-%{repo}-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo %{repo} --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
# Taken over by kmodtool
%description
The nvidia %{version} display driver kernel module for kernel %{kversion}.
%prep
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
# print kmodtool output for debugging purposes:
kmodtool --target %{_target_cpu} --repo %{repo} --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -c -T -a 0
# patch loop
#for arch in x86 x64
#do
# pushd nvidiapkg-${arch}
#patch0 -p0
# popd
#done
for kernel_version in %{?kernel_versions}; do
%ifarch %{ix86}
cp -a nvidiapkg-x86 _kmod_build_${kernel_version%%___*}
%else
cp -a nvidiapkg-x64 _kmod_build_${kernel_version%%___*}
%endif
done
%build
for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/usr/src/nv/
ln -s -f Makefile.kbuild Makefile
if [ "${kernel_variant}" == "xen" ]; then
CC="cc -D__XEN_TOOLS__ \
-I${kernel_version##*___}/include/asm/mach-xen" \
IGNORE_XEN_PRESENCE=1 \
make %{?_smp_mflags} SYSSRC="${kernel_version##*___}" module
else
make %{?_smp_mflags} SYSSRC="${kernel_version##*___}" module
fi
popd
done
%install
rm -rf $RPM_BUILD_ROOT
for kernel_version in %{?kernel_versions}; do
install -D -m 0644 _kmod_build_${kernel_version%%___*}/usr/src/nv/nvidia.ko $RPM_BUILD_ROOT%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/nvidia.ko
done
chmod u+x $RPM_BUILD_ROOT%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/*
%{?akmod_install}
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Oct 30 2008 kwizart < kwizart at gmail.com > - 96.43.09-1
- Update to 96.43.09 (beta)
* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.07-6.2
- rebuild for latest kernel
* Sun Oct 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 96.43.07-6.1
- rebuild for rpm fusion
* Wed Oct 01 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 96.43.07-5
- rebuild for new kernels
* Sun Sep 21 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 96.43.07-4
- rebuild for new kernels
* Sat Aug 16 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 96.43.07-3
- rebuild for new kernels
* Thu Jul 24 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.07-2
- rebuild for new Fedora kernels
* Sat Jul 19 2008 Stewart Adam <s.adam at diffingo.com> - 96.43.07-1
- Update to 96.43.07
- Remove 2.6.25 patch
* Tue Jul 15 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-15
- rebuild for new Fedora kernels
* Thu Jul 03 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-14
- rebuild for new Fedora kernels
* Fri Jun 20 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-13
- rebuild for new Fedora kernels
* Fri Jun 06 2008 kwizart < kwizart at gmail.com > - 96.43.05-12
- Add Patch for 2.6.25 kernels
* Fri Jun 06 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-11
- rebuild for new Fedora kernels
* Thu May 15 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-10
- rebuild for new Fedora kernels
* Fri Apr 25 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-9
- rebuild for 2.6.24.5-85.fc8 2.6.21.7-3.fc8xen
* Wed Apr 02 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-8
- rebuild for 2.6.24.4-64.fc8 2.6.21.7-3.fc8xen (second try)
* Mon Mar 31 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-7
- rebuild for 2.6.24.4-64.fc8 2.6.21.7-3.fc8xen
* Wed Mar 26 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-6
- rebuild for 2.6.24.3-50.fc8
* Sun Mar 16 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-5
- rebuild for 2.6.24.3-34.fc8
* Fri Mar 07 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-4
- rebuild for 2.6.24.3-12.fc8 2.6.21.7-2.fc8xen
* Mon Feb 11 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-3
- rebuild for 2.6.23.15-137.fc8
* Wed Feb 06 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.05-2
- rebuild for 2.6.23.14-115.fc8
* Mon Feb 4 2008 kwizar < kwizart at gmail.com > - 96.43.05-1
- Update to 96.43.05
* Thu Jan 24 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-20
- rebuilt for 2.6.23.9-107.fc8
* Thu Dec 20 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-19
- rebuilt for 2.6.21-2952.fc8xen 2.6.23.9-85.fc8
* Mon Dec 03 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-18
- rebuilt for 2.6.23.8-63.fc8 2.6.21-2952.fc8xen
* Sat Nov 10 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-17
- rebuilt for 2.6.23.1-49.fc8
* Mon Nov 05 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-16
- rebuilt for F8 kernels
* Wed Oct 31 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-15
- rebuilt for latest kernels
* Tue Oct 30 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-14
- rebuilt for latest kernels
* Sun Oct 28 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-13
- rebuilt for latest kernels
- adjust to rpmfusion and new kmodtool
* Sat Oct 27 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-12
- rebuilt for latest kernels
* Tue Oct 23 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-11
- rebuilt for latest kernels
* Mon Oct 22 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-10
- rebuilt for latest kernels
* Thu Oct 18 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-9
- rebuilt for latest kernels
* Thu Oct 18 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-8
- rebuilt for latest kernels
* Fri Oct 12 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-7
- rebuilt for latest kernels
* Thu Oct 11 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-6
- rebuilt for latest kernels
* Wed Oct 10 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 96.43.01-5
- rebuilt for latest kernels
* Tue Oct 09 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 96.43.01-4
- rebuilt for latest kernels
* Sun Oct 07 2007 Thorsten Leemhuis <fedora AT leemhuis DOT info>
- build for rawhide kernels as of today
* Thu Oct 04 2007 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 96.43.01-2
- update for new kmod-helper stuff
- build for newest kernels
* Wed Oct 3 2007 kwizart < kwizart at gmail.com > - 96.43.01-1
- Update to 96.43.01
* Wed May 30 2007 kwizar < kwizart at gmail.com > - 1.0.9639-1
- Update to 1.0.9639
* Fri Apr 27 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-12
- Rebuild for F7T4 (fixed kversion)
* Fri Apr 27 2007 kwizart < kwizart at gmail.com > - 1.0.9631-11
- Build for Fedora test4 kernel
* Sun Mar 4 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-10
- kdump for non-i686
* Sat Mar 3 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-9
- Patch shouldn't be a URL!
- No kdump
- New kernel
* Fri Mar 2 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-8
- New kernel
- Make Source0 a URL
* Sat Feb 24 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-7
- Standardize all summaries and descriptions with other nvidia and fglrx
packages
- Move paths from nvidia-glx to nvidia-96xx
* Wed Feb 7 2007 kwizart < kwizar at gmail.com > - 1.0.9631-6
- Disable xen variant
* Wed Feb 7 2007 kwizart < kwizar at gmail.com > - 1.0.9631-5
- Rebuild for Fedora Core 7 test1
* Sat Jan 13 2007 Stewart Adam < s.adam AT diffingo DOT com > - 1.0.9631-4
- Initial release
- Make %%Source0 a URL
* Sun Jan 7 2007 kwizart < kwizart at gmail.com > - 1.0.9631-3
- Update xen patch patch-nv-1.0-9625-xenrt.txt (not the newest anyway)!
- Fix perm in SOURCES.
* Thu Dec 28 2006 kwizart < kwizart at gmail.com > - 1.0.9631-2
- New legacy version named kmod-nvidia-96xx
* Thu Dec 07 2006 kwizart < kwizart at gmail.com > - 1.0.9631-1
- Update to 1.0.9631-1
* Tue Nov 07 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.9629-1
- update to release 1.0.9629
- include xen patch (thx to Bob Richmond)
* Wed Nov 01 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.9626-2
- include patch from
http://www.nvnews.net/vbulletin/showpost.php?p=996233&postcount=20
* Sun Oct 22 2006 Stewart Adam <s.adam AT diffingo DOT com> - 1.0.9626-1
- update to release 1.0.9626
* Sat Oct 07 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.8774-2
- sed-away the config.h include
* Thu Aug 24 2006 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 1.0.8774-1
- update to release 1.0.8774
* Thu Aug 10 2006 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 1.0.8762-5
- update for kernel 2.6.17-1.2174_FC5
* Mon Aug 07 2006 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 1.0.8762-4
- forgot to update release field
* Fri Aug 04 2006 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 1.0.8762-3
- minor changes to spacing, removal of random tabs, re-arrangements
* Sun Jun 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0.8762-2
- Invoke kmodtool with bash instead of sh.
* Wed May 24 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.8762-1
- update to 1.0.8762
* Sun May 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0.8756-3
- Require version >= of nvidia-kmod-common.
- Provide nvidia-kmod instead of kmod-nvidia to fix upgrade woes (#970).
* Thu Apr 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0.8756-2
- Provide "kernel-modules" instead of "kernel-module" to match yum's config.
* Sat Apr 08 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8756-1
- Update to 8756
- drop patch
* Thu Mar 23 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8178-6
- disable xen0 for now
* Wed Mar 22 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8178-5
- build for 2.6.16-1.2069_FC5
* Wed Mar 22 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8178-4
- allow to pass kversion and kvariants via command line
* Sat Mar 18 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8178-3
- drop 0.lvn
- use kmodtool from svn
- hardcode kernel and variants
* Mon Jan 30 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.8178-0.lvn.2
- Some minor fixes
- new kmodtool
* Sun Jan 22 2006 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 1.0.8178-0.lvn.1
- split into packages for userland and kmod
- rename to nvidia-kmod
* Thu Dec 22 2005 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 0:1.0.8178-0.lvn.2
- change nvidia-glx.sh and nvidia-glx.csh to point to README.txt rather than README
- reference xorg.conf rather than XF86Config in the init script
- improve readability of instructions and comments, fix some typos
- drop epoch, as it seems to be affecting dependencies according to rpmlint
- tweak the nvidia-settings desktop file so it always shows up on the
menu in the right location
- add the manual pages for nvidia-settings and nvidia-xconfig
- remove header entries from the nvidia-glx files list. they belong in -devel
- fix changelog entries to refer to 7676 not 7176 (though there was a 7176 x86_64
release prior to 7174)
- add libXvMCNVIDIA.so
- update to 8178
* Wed Dec 07 2005 Niko Mirthes (straw) <nmirthes AT gmail DOT com> - 0:1.0.8174-0.lvn.1
- add the manual pages for nvidia-settings and nvidia-xconfig
- install the new nvidia-xconfig utility and associated libs
* Mon Dec 05 2005 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 0:1.0.8174-0.lvn.1
- Update to 8174
- desktop entry now Categories=Settings (#665)
- Ship bug-reporting tool in doc (#588)
- Things from Bug 635, Niko Mirthes (straw) <nmirthes AT gmail DOT com>:
-- avoid changing time stamps on libs where possible
-- only add /etc/modprobe.conf entries if they aren't already there
-- add /etc/modprobe.conf entries one at a time
-- only remove /etc/modprobe.conf entries at uninstall, not during upgrade
-- avoid removing any modprobe.conf entries other than our own
-- match Xorg's install defaults where it makes sense (0444)
-- a few other minor tweaks to the files lists
* Sun Sep 04 2005 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 0:1.0.7676-0.lvn.3
- Conflics with nvidia-glx-legacy
- Integrate some minor correction suggested by Niko Mirthes
<nmirthes AT gmail DOT com> in #475
* Fri Aug 26 2005 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 0:1.0.7676-0.lvn.2
- Rename src5: nvidia.init to nvidia-glx-init
- Fix correct servicename in nvidia-glx-init
- Run nvidia-glx-init before gdm-early-login; del and readd the script
during post
* Sun Aug 21 2005 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 0:1.0.7676-0.lvn.1
- Update to 7676
- Lots of cleanup from me and Niko Mirthes <nmirthes AT gmail DOT com>
- add NVreg_ModifyDeviceFiles=0 to modprobe.conf (Niko)
- Drop support for FC2
- Nearly proper Udev-Support with workarounds around FC-Bug 151527
* Fri Jun 17 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7174-0.lvn.5
- Slight change of modprobe.conf rexexp
* Thu Jun 16 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7174-0.lvn.4
- Fixed a critical bug in modprobe.conf editing where all lines starting with alias and
ending with then a word starting with any of the letters n,v,i,d,i,a,N,V,r,e is removed.
* Mon Jun 13 2005 Thorsten Leemhuis <fedora AT leemhuis DOT info> - 0:1.0.7174-0.lvn.3
- Adjust kenrnel-module-stuff for FC4
- Ship both x86 and x64 in the SRPM
* Sun Jun 12 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7174-0.lvn.2
- Only create 16 devices
- Put libXvMCNVIDIA.a in -devel
- Don't remove nvidia options in /etc/modprobe.conf
- Make ld.so.conf file config(noreplace)
- Use same directory permissions as the kernel
* Sat Apr 2 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7174-0.lvn.1
- New upstream release, 7174
* Wed Mar 30 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7167-0.lvn.5
- Added x86_64 support patch from Thorsten Leemhuis
* Wed Mar 23 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7167-0.lvn.4
- Fix kernel module permissions again (644)
- Only create 16 /dev/nvidia* devices, 256 is unnecessary
* Fri Mar 18 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7167-0.lvn.3
- Fixed kernel-module permissions
* Thu Mar 17 2005 Dams <anvil[AT]livna.org> 0:1.0.7167-0.lvn.2
- Removed provides on kernel-module and kernel-modules
* Sat Mar 05 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.7167-0.lvn.1
- New upstream release 1.0.7167
- Added patch from http://www.nvnews.net/vbulletin/showthread.php?t=47405
- Removed old patch against 2.6.9
* Sat Feb 05 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6629-0.lvn.7
- Added a number of post-6629 patches from http://www.minion.de/files/1.0-6629
- Fixed permissions of nvidia/nvidia.ko
* Fri Jan 21 2005 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6629-0.lvn.6
- Fix incorrect MAKDEV behaviour and dependency
* Tue Nov 30 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6629-0.lvn.4
- Fixed creation of /dev/nvidia* on FC2
* Sat Nov 27 2004 Dams <anvil[AT]livna.org> - 0:1.0.6629-0.lvn.3
- Dont try to print kvariant in description when it's not defined.
* Sun Nov 21 2004 Thorsten Leemhuis <fedora at leemhuis dot info> - 0:1.0.6629-0.lvn.2
- resulting kernel-module package now depends again on /root/vmlinuz-<kernelver>
- Use rpmbuildtags driverp and kernelp
* Sat Nov 06 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6629-0.lvn.1
- New upstream version, 1.0-6629
- Build without kernel-module-devel by default
* Fri Oct 29 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6111-0.lvn.6
- Make n-c-display handle misc problems in a better way
- Fixed wrong icon file name in .desktop file
- Re-added the mysteriously vanished sleep line in the init script
when kernel module wasn't present
* Fri Oct 22 2004 Thorsten Leemhuis <fedora at leemhuis dot info> - 0:1.0.6111-0.lvn.5
- Use fedora-kmodhelper in the way ntfs or ati-fglrx use it
- Allow rpm to strip the kernel module. Does not safe that much space ATM but
might be a good idea
- Allow to build driver and kernel-module packages independent of each other
- Some minor spec-file changes
* Thu Oct 21 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6111-0.lvn.4
- udev fixes
- Incorporated fix for missing include line in ld.so.conf from ati-fglrx spec (T Leemhuis)
* Sun Sep 19 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6111-0.lvn.3
- Remove FC1/kernel 2.4 compability
- Rename srpm to nvidia-glx
- Build with kernel-module-devel
* Sun Aug 15 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6111-0.lvn.2
- Restore ldsoconfd macro
- Disable autoamtic removal of scripted installation for now; needs testing
* Sat Aug 14 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6111-0.lvn.1
- Upstream release 6111
- Fixed init script (again)
* Tue Aug 3 2004 Dams <anvil[AT]livna.org> 0:1.0.6106-0.lvn.4
- ld.so.conf.d directory detected by spec file
- Using nvidialibdir in nvidia-glx-devel files section
- Got rid of yarrow and tettnang macros
- libGL.so.1 symlink in tls directory always present
* Mon Jul 19 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.3
- Fixed script bug that would empty prelink.conf
- Added symlink to non-tls libGL.so.1 on FC1
* Tue Jul 13 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.2.3
- Updated init script to reflect name change -xfree86 -> -display
* Mon Jul 12 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.2.2
- Fixed backup file naming
* Sun Jul 11 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.2.1
- Restore working macros
- Always package the gui tool
* Sun Jul 11 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.2
- Renamed nvidia-config-xfree86 to nvidia-config-display
- Fixed symlinks
- Use ld.so.conf.d on FC2
- Remove script installation in pre
- Use system-config-display icon for nvidia-settings
- 2 second delay in init script when kernel module not found
- Make nvidia-config-display fail more gracefully
- Add blacklist entry to prelink.conf on FC1
* Mon Jul 05 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.6106-0.lvn.1
- New upstream release
- First attempt to support FC2
- Dropped dependency on XFree86
* Mon Feb 09 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.5336-0.lvn.3
- Use pkg0
* Sun Feb 08 2004 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.5336-0.lvn.2
- New Makefile variable SYSSRC to point to kernel sources.
- kmodhelper fixes.
* Fri Jan 30 2004 Keith G. Robertson-Turner <nvidia-devel[AT]genesis-x.nildram.co.uk> 0:1.0.5336-0.lvn.1
- New upstream release
- Removed (now obsolete) kernel-2.6 patch
- Install target changed upstream, from "nvidia.o" to "module"
- Linked nv/Makefile.kbuild to (now missing) nv/Makefile
* Sun Jan 25 2004 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.18
- Updated nvidia-config-display
- Now requiring pyxf86config
* Mon Jan 19 2004 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.17
- Added nvidiasettings macro to enable/disable gui packaging
* Mon Jan 19 2004 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.16
- Updated minion.de patches
- Added some explicit requires
- Test nvidia-config-xfree86 presence in kernel-module package
scriptlets
* Mon Jan 12 2004 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.15
- Updated Readme.fedora
- nvidia-glx-devel package
* Sat Jan 3 2004 Dams <anvil[AT]livna.org> 0:1.0.5328-0.lvn.14
- Hopefully fixed kernel variant thingy
* Fri Jan 2 2004 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.13
- Support for other kernel variants (bigmem, etc..)
- Changed URL in Source0
* Tue Dec 30 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.13
- Dropped nvidia pkgX information in release tag.
* Tue Dec 30 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.12.pkg0
- Renamed kernel module package in a kernel-module-nvidia-`uname -r` way
- Using fedora.us kmodhelper for kernel macro
- Using nvidia pkg0 archive
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.11.pkg1
- kernel-module-nvidia package provides kernel-module
- We wont own devices anymore. And we wont re-create them if they are
already present
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.10.pkg1
- Yet another initscript update. Really.
- Scriptlets updated too
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.9.pkg1
- Fixed alias in modprobe.conf for 2.6
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.8.pkg1
- Another initscript update
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.7.pkg1
- kernel module requires kernel same kversion
- initscript updated again
- Dont conflict, nor obsolete XFree86-Mesa-libGL. Using ld.so.conf to
make libGL from nvidia first found. Hope Mike Harris will appreciate.
* Sun Dec 21 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.6.pkg1
- kernel-module-nvidia requires kernel same version-release
* Sat Dec 20 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.6.pkg1
- Updated initscript
* Fri Dec 19 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.lvn.5.pkg1
- lvn repository tag
* Fri Dec 19 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.fdr.5.pkg1
- Added initscript to toggle nvidia driver according to running kernel
and installed kernel-module-nvidia packages
- Updated scriptlets
* Thu Dec 18 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.fdr.4.pkg1
- Arch detection
- Url in patch0
* Tue Dec 16 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.fdr.3.pkg1
- Desktop entry for nvidia-settings
- s/kernel-module-{name}/kernel-module-nvidia
- nvidia-glx doesnt requires kernel-module-nvidia-driver anymore
- Using modprobe.conf for 2.6 kernel
- Hopefully fixed symlinks
* Mon Dec 15 2003 Dams <anvil[AT]livna.org> 0:1.0.4620-0.fdr.2.pkg1
- Building kernel module for defined kernel
- kernel module for 2.6 is nvidia.ko
- Patch not to install kernel module on make install
- Updated patch for 2.6
- depmod in scriptlet for defined kernel
- nvidia-glx conflicting XFree86-Mesa-libGL because we 0wn all its
symlink now
- Dont override libGL.so symlink because it belongs to XFree86-devel
- Added nvidia 'pkgfoo' info to packages release
- Spec file cleanup
* Fri Dec 12 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4620-0.fdr.2
- Fixed repairing of a link in post-uninstall
- Obsolete Mesa instead of Conflict with it, enables automatic removal.
* Mon Dec 08 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4620-0.fdr.1
- Added support for 2.6 kernels
- Cleaned up build section, removed the need for patching Makefiles.
- Added missing BuildReq gcc32
- Don't package libs twice, only in /usr/lib/tls/nvidia
- Made config cript executable and put it into /usr/sbin
- Moved kernel module to kernel/drivers/video/nvidia/
- Fixed libGL.so and libGLcore.so.1 links to allow linking against OpenGL libraries
* Mon Dec 08 2003 Keith G. Robertson-Turner <nvidia-devel at genesis-x.nildram.co.uk> - 0:1.0.4620-0.fdr.0
- New beta 4620 driver
- New GUI control panel
- Some minor fixes
* Thu Nov 20 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.10.1
- Finally fixed SMP builds.
* Wed Nov 19 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.9
- Don't make nvidia-glx depend on kernel-smp
* Tue Nov 18 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.8
- Some build fixes
* Tue Nov 11 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.7
- Added CC=gcc32
- Fixed upgrading issue
- Added driver switching capabilities to config script.
* Fri Nov 07 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.4
- Added conflict with XFree86-Mesa-libGL.
- Disabled showing of the README.Fedora after installation.
* Sun Oct 12 2003 Peter Backlund <peter dot backlund at home dot se> - 0:1.0.4496-0.fdr.3
- Added NVidia configuration script written in Python.
- Some cleanup of files section
- For more info, see https://bugzilla.fedora.us/show_bug.cgi?id=402
* Tue Jul 08 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> - 0:1.0.4363-0.fdr.2
- renamed /sbin/makedevices.sh /sbin/nvidia-makedevices.sh ( noticed by
Panu Matilainen )
- Fixed name problem
* Sun Jun 22 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> - 0:1.0.4363-0.fdr.1
- Initial RPM release, still some ugly stuff in there but should work...
--- NEW FILE nvidia-kmodtool-excludekernel-filterfile ---
xen$
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 3 Oct 2008 12:02:38 -0000 1.1
+++ .cvsignore 30 Oct 2008 13:44:36 -0000 1.2
@@ -0,0 +1 @@
+nvidia-kmod-data-96.43.09.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 3 Oct 2008 12:02:38 -0000 1.1
+++ sources 30 Oct 2008 13:44:36 -0000 1.2
@@ -0,0 +1 @@
+6e504ae8261030606bad412c67136a5a nvidia-kmod-data-96.43.09.tar.bz2
16 years
rpms/xorg-x11-drv-nvidia-96xx/devel 60-nvidia.nodes, NONE, 1.1 NVIDIA-Linux-x86-96.43.09-pkg0.run, NONE, 1.1 NVIDIA-Linux-x86_64-96.43.09-pkg0.run, NONE, 1.1 filter-requires.sh, NONE, 1.1 nvidia-96xx-README.Fedora, NONE, 1.1 nvidia-96xx-config-display, NONE, 1.1 nvidia-96xx-init, NONE, 1.1 nvidia-96xx.csh, NONE, 1.1 nvidia-96xx.opts, NONE, 1.1 nvidia-96xx.sh, NONE, 1.1 nvidia-settings.desktop, NONE, 1.1 xorg-x11-drv-nvidia-96xx.spec, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3519/devel
Added Files:
60-nvidia.nodes NVIDIA-Linux-x86-96.43.09-pkg0.run
NVIDIA-Linux-x86_64-96.43.09-pkg0.run filter-requires.sh
nvidia-96xx-README.Fedora nvidia-96xx-config-display
nvidia-96xx-init nvidia-96xx.csh nvidia-96xx.opts
nvidia-96xx.sh nvidia-settings.desktop
xorg-x11-drv-nvidia-96xx.spec
Log Message:
Preliminary import for devel
--- NEW FILE 60-nvidia.nodes ---
nvidia0
nvidia1
nvidia2
nvidia3
nvidiactl
--- NEW FILE NVIDIA-Linux-x86-96.43.09-pkg0.run ---
#! /bin/sh
skip=867
CRCsum=2176899584
MD5=f6593c1ecd72014f1a41194eb35f47c1
label="NVIDIA Accelerated Graphics Driver for Linux-x86 96.43.09"
version_string=96.43.09
pkg_version=0
script=./nvidia-installer
targetdir=NVIDIA-Linux-x86-96.43.09-pkg0
scriptargs=""
keep=n
add_this_kernel=n
apply_patch=n
TMPROOT=${TMPDIR:=/tmp}
TARGET_OS="Linux"
TARGET_ARCH="x86"
#
# NVIDIA Accelerated Graphics Driver for Linux-x86 96.43.09
# Generated by Makeself 1.6.0-nv
# Do not edit by hand.
# NVIDIA Driver Installation .run file
#
# If you were trying to download this file through a web browser, and
# instead are seeing this, please click your browser's back button,
# left click on the link, and select "Save as..." (or do whatever is
# appropriate for your web browser to download a file, rather than view
# it).
# print usage information
if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then
echo ""
echo "$0 [options]"
echo ""
echo "This program will install the NVIDIA Accelerated Graphics Driver for"
echo "Linux-x86 96.43.09 by unpacking the embedded tarball and executing"
echo "the ./nvidia-installer installation utility."
echo ""
echo "Below are the most common options; for a complete list use"
echo "'--advanced-options'."
echo ""
echo "--info"
echo " Print embedded info (title, default target directory) and exit."
echo ""
echo "--check"
echo " Check integrity of the archive and exit."
echo ""
echo "-x, --extract-only"
echo " Extract the contents of $0, but do not"
echo " run 'nvidia-installer'."
echo ""
echo ""
echo "The following arguments will be passed on to the ./nvidia-installer"
echo "utility:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " 'LICENSE' (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ' and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
echo ""
echo ""
exit 0;
fi
if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then
echo ""
echo "$0 [options]"
echo ""
echo "This program will install the NVIDIA Accelerated Graphics Driver for"
echo "Linux-x86 96.43.09 by unpacking the embedded tarball and executing"
echo "the ./nvidia-installer installation utility."
echo ""
echo "--info"
echo " Print embedded info (title, default target directory) and exit."
echo ""
echo "--lsm"
echo " Print embedded lsm entry (or no LSM) and exit."
echo ""
echo "--pkg-history"
echo " Print the package history of this file and exit."
echo ""
echo "--list"
echo " Print the list of files in the archive and exit."
echo ""
echo "--check"
echo " Check integrity of the archive and exit."
echo ""
echo "-x, --extract-only"
echo " Extract the contents of $0, but do not"
echo " run 'nvidia-installer'."
echo ""
echo "--add-this-kernel"
echo " Build a precompiled kernel interface for the currently running"
echo " kernel and repackage the .run file to include this newly built"
echo " precompiled kernel interface. The new .run file will be placed"
echo " in the current directory and the string \"-custom\" appended"
echo " to its name, unless already present, to distinguish it from the"
echo " original .run file."
echo ""
echo "--apply-patch [Patch]"
echo " Apply the patch 'Patch' to the kernel interface files included"
echo " in the .run file, remove any precompiled kernel interfaces"
echo " and then repackage the .run file. The new .run file will be"
echo " placed in the current directory and the string \"-custom\""
echo " appended to its name, unless already present, to distinguish it"
echo " from the original .run file."
echo ""
echo "--keep"
echo " Do not delete target directory when done."
echo ""
echo "--target [NewDirectory]"
echo " Extract contents in 'NewDirectory'"
echo ""
echo ""
echo "The following arguments will be passed on to the ./nvidia-installer"
echo "utility:"
echo ""
echo "COMMON OPTIONS:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " 'LICENSE' (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ' and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
echo ""
echo ""
echo "ADVANCED OPTIONS:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " 'LICENSE' (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ' and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
[...25578 lines suppressed...]
Ì$ÆUaæ·±E«¡³W÷¡èߢ[Âýð<ÜÀ*Ò!ÉÎYŸ^Ã-*°ÒoÂ°Ú G¶CæK¢2_N*Oz
16 years
rpms/smplayer/devel .cvsignore, 1.4, 1.5 smplayer.spec, 1.5, 1.6 sources, 1.4, 1.5
by Sebastian Vahl
Author: svahl
Update of /cvs/free/rpms/smplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10585
Modified Files:
.cvsignore smplayer.spec sources
Log Message:
update to new upstream version: 0.6.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 3 Oct 2008 12:07:49 -0000 1.4
+++ .cvsignore 29 Oct 2008 18:34:05 -0000 1.5
@@ -1 +1 @@
-smplayer-0.6.3.tar.bz2
+smplayer-0.6.4.tar.bz2
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- smplayer.spec 3 Oct 2008 12:07:49 -0000 1.5
+++ smplayer.spec 29 Oct 2008 18:34:05 -0000 1.6
@@ -8,7 +8,7 @@
%endif
Name: smplayer
-Version: 0.6.3
+Version: 0.6.4
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
@@ -121,6 +121,9 @@
%endif
%changelog
+* Wed Oct 29 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.6.4-1
+- new upstream version: 0.6.4
+
* Mon Sep 29 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.6.3-1
- new upstream version: 0.6.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 3 Oct 2008 12:07:49 -0000 1.4
+++ sources 29 Oct 2008 18:34:05 -0000 1.5
@@ -1 +1 @@
-dc1d482557cfda6d59534e9623a9fb16 smplayer-0.6.3.tar.bz2
+9bcc69f81912e9a5d6b1628134b95c8a smplayer-0.6.4.tar.bz2
16 years
rpms/vlc/F-8 vlc.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7904
Modified Files:
vlc.spec
Log Message:
- Fix PPCisms
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/vlc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vlc.spec 29 Oct 2008 17:06:59 -0000 1.9
+++ vlc.spec 29 Oct 2008 17:42:56 -0000 1.10
@@ -20,7 +20,7 @@
Name: vlc
Version: 0.8.7
%define _version 0.8.6i
-Release: 0.5%{?dist}
+Release: 0.6%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org/
@@ -590,7 +590,9 @@
%{_libdir}/vlc/gui/libwxwidgets_plugin.so
%{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/access/libscreen_plugin.so
+%ifarch %{ix86} x86_64
%{_libdir}/vlc/codec/libfluidsynth_plugin.so
+%endif
%{_libdir}/vlc/misc/libsvg_plugin.so
%{_libdir}/vlc/misc/libnotify_plugin.so
%{_libdir}/vlc/video_output/libaa_plugin.so
@@ -616,7 +618,9 @@
%exclude %{_datadir}/vlc/skins2
%exclude %{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%exclude %{_libdir}/vlc/access/libscreen_plugin.so
+%ifarch %{ix86} x86_64
%exclude %{_libdir}/vlc/codec/libfluidsynth_plugin.so
+%endif
%exclude %{_libdir}/vlc/misc/libsvg_plugin.so
%exclude %{_libdir}/vlc/misc/libnotify_plugin.so
%exclude %{_libdir}/vlc/video_output/libaa_plugin.so
@@ -666,6 +670,9 @@
%changelog
+* Wed Oct 29 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.6
+- Fix PPCisms
+
* Wed Oct 29 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.5
- More security fixes
- Few others move from core to main
16 years
rpms/vlc/F-8 .cvsignore,1.3,1.4 sources,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5946
Modified Files:
.cvsignore sources
Log Message:
Fix vlvc sources
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 29 Oct 2008 17:06:59 -0000 1.3
+++ .cvsignore 29 Oct 2008 17:09:26 -0000 1.4
@@ -1,2 +1,3 @@
vlc-0.8.6i.tar.bz2
vlc-0.8.7-git_head-20081029.patch.tar.bz2
+vlvc_source-0.8.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 29 Oct 2008 17:06:59 -0000 1.4
+++ sources 29 Oct 2008 17:09:26 -0000 1.5
@@ -1,2 +1,3 @@
3c90520c9f22a68d287458d5a8af989e vlc-0.8.6i.tar.bz2
76275f549e40c37f8a45cb3569c478f4 vlc-0.8.7-git_head-20081029.patch.tar.bz2
+64521246371c2706eb8375cc38e5233b vlvc_source-0.8.tgz
16 years
rpms/vlc/F-8 .cvsignore,1.2,1.3 sources,1.3,1.4 vlc.spec,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5820
Modified Files:
.cvsignore sources vlc.spec
Log Message:
-Update with security bugfixes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Aug 2008 18:35:59 -0000 1.2
+++ .cvsignore 29 Oct 2008 17:06:59 -0000 1.3
@@ -1,2 +1,2 @@
-vlc-0.8.6h.tar.bz2
-vlvc_source-0.8.tgz
+vlc-0.8.6i.tar.bz2
+vlc-0.8.7-git_head-20081029.patch.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Sep 2008 16:16:21 -0000 1.3
+++ sources 29 Oct 2008 17:06:59 -0000 1.4
@@ -1,3 +1,2 @@
3c90520c9f22a68d287458d5a8af989e vlc-0.8.6i.tar.bz2
-64521246371c2706eb8375cc38e5233b vlvc_source-0.8.tgz
-952d793a977eefe9de3cdad97d7dfd60 vlc-0.8.7-git_head-20080908.patch.tar.bz2
+76275f549e40c37f8a45cb3569c478f4 vlc-0.8.7-git_head-20081029.patch.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/vlc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vlc.spec 23 Sep 2008 13:37:50 -0000 1.8
+++ vlc.spec 29 Oct 2008 17:06:59 -0000 1.9
@@ -20,7 +20,7 @@
Name: vlc
Version: 0.8.7
%define _version 0.8.6i
-Release: 0.4%{?dist}
+Release: 0.5%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org/
@@ -52,8 +52,7 @@
Patch91: vlc-0.8.6-vlvcfix.patch
# git-diff tags/vlc-0.8.6i HEAD > vlc-0.8.7-git_head-$(date +%Y%m%d ).patch
# tar cjvf vlc-0.8.7-git_head-$(date +%Y%m%d ).patch.tar.bz2
-Patch99: vlc-0.8.7-git_head-20080908.patch.tar.bz2
-Patch100: vlc-0.8.7-rpmfusion2_head.patch
+Patch99: vlc-0.8.7-git_head-20081029.patch.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -120,9 +119,7 @@
BuildRequires: libupnp-devel
BuildRequires: libvorbis-devel
BuildRequires: libxml2-devel
-# (BR: on lirc-libs works around some mock funkiness on f8)
-# https://bugzilla.redhat.com/show_bug.cgi?id=462435
-BuildRequires: lirc-devel, lirc-libs
+BuildRequires: lirc-devel
%if %with_internal_live555
BuildConflicts: live-devel
BuildConflicts: live555-devel
@@ -328,8 +325,8 @@
%patch90 -p1 -b .vlvc
%patch91 -p1 -b .vlvcfix
%endif
-%patch99 -p1 -b .vlc87_1
-%patch100 -p1 -b .vlc87_2
+%patch99 -p1 -b .vlc87
+
%{?_with_clinkcc:
#hack for clinkcc support - optional feature - under testing.
@@ -593,6 +590,7 @@
%{_libdir}/vlc/gui/libwxwidgets_plugin.so
%{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/access/libscreen_plugin.so
+%{_libdir}/vlc/codec/libfluidsynth_plugin.so
%{_libdir}/vlc/misc/libsvg_plugin.so
%{_libdir}/vlc/misc/libnotify_plugin.so
%{_libdir}/vlc/video_output/libaa_plugin.so
@@ -618,6 +616,7 @@
%exclude %{_datadir}/vlc/skins2
%exclude %{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%exclude %{_libdir}/vlc/access/libscreen_plugin.so
+%exclude %{_libdir}/vlc/codec/libfluidsynth_plugin.so
%exclude %{_libdir}/vlc/misc/libsvg_plugin.so
%exclude %{_libdir}/vlc/misc/libnotify_plugin.so
%exclude %{_libdir}/vlc/video_output/libaa_plugin.so
@@ -667,6 +666,10 @@
%changelog
+* Wed Oct 29 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.5
+- More security fixes
+- Few others move from core to main
+
* Tue Sep 23 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.4
- libaccess is no more in -core
- More HEAD bugfixes (live555)
16 years