rpms/audacity-freeworld/F-12 .cvsignore, 1.5, 1.6 audacity-freeworld.spec, 1.11, 1.12 sources, 1.5, 1.6 audacity-1.3.6-flac-import.patch, 1.1, NONE audacity-1.3.7-audiodevdefaults.patch, 1.1, NONE audacity-1.3.7-portaudio-non-mmap-alsa.patch, 1.1, NONE audacity-1.3.7-repeat.patch, 1.1, NONE audacity-1.3.7-vamp-1.3.patch, 1.1, NONE
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14733
Modified Files:
.cvsignore audacity-freeworld.spec sources
Removed Files:
audacity-1.3.6-flac-import.patch
audacity-1.3.7-audiodevdefaults.patch
audacity-1.3.7-portaudio-non-mmap-alsa.patch
audacity-1.3.7-repeat.patch audacity-1.3.7-vamp-1.3.patch
Log Message:
- drop vamp-plugin path patch to suit updated vamp-plugin-sdk-2.1
- mods to ease diffs between builds for fedora and full
- really package new icons found in icons/hicolor
- mod tartopdir to use package version macro
- fix icons glob to use realname
- add more supported mimetypes and categories to the desktop file
- upgrade to 1.3.12-beta
- package new icons found in icons/hicolor
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 26 May 2009 13:38:58 -0000 1.5
+++ .cvsignore 18 Jul 2010 22:13:29 -0000 1.6
@@ -1 +1 @@
-audacity-minsrc-1.3.7.tar.bz2
+audacity-minsrc-1.3.12-beta.tar.bz2
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-12/audacity-freeworld.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- audacity-freeworld.spec 23 Oct 2009 06:29:58 -0000 1.11
+++ audacity-freeworld.spec 18 Jul 2010 22:13:29 -0000 1.12
@@ -1,31 +1,27 @@
-%define realname audacity
-Conflicts: %{realname}
-
Name: audacity-freeworld
-Version: 1.3.7
-Release: 0.6.2.beta%{?dist}
+
+Version: 1.3.12
+Release: 0.6.beta%{?dist}
Summary: Multitrack audio editor
-Group: Applications/Multimedia
+Group: Applications/Multimedia
License: GPLv2
-URL: http://audacity.sourceforge.net
+URL: http://audacity.sourceforge.net
+
+%define tartopdir audacity-src-%{version}-beta
+%define realname audacity
+Conflicts: %{realname}
-Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-1.3.7.tar.bz2
+Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-b...
Source1: audacity.png
Source2: audacity.desktop
Patch1: audacity-1.3.7-libmp3lame-default.patch
-Patch2: audacity-1.3.7-libdir.patch
-Patch3: audacity-1.3.6-flac-import.patch
-Patch4: audacity-1.3.7-portaudio-non-mmap-alsa.patch
-Patch5: audacity-1.3.7-repeat.patch
-Patch6: audacity-1.3.7-vamp-1.3.patch
-Patch7: audacity-1.3.7-audiodevdefaults.patch
-
-#Patch1: audacity-1.3.4-libdir.patch
-#Patch2: audacity-1.3.5-gcc43.patch
-#Patch3: audacity-1.3.4-libmp3lame-default.patch
-#Patch4: audacity-1.3.6-ffmpeg-lib-search-path.patch
-#Patch5: audacity-1.3.6-portaudio-pulseaudio-rev4-pathfix.patch
+Patch2: audacity-1.3.9-libdir.patch
+# add audio/x-flac
+# remove audio/mpeg, audio/x-mp3
+# enable startup notification
+# add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
+Patch3: audacity-1.3.10-desktop.patch
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -34,14 +30,12 @@
BuildRequires: alsa-lib-devel
BuildRequires: desktop-file-utils
BuildRequires: expat-devel
-BuildRequires: ffmpeg-devel
BuildRequires: flac-devel
BuildRequires: gettext
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: ladspa-devel
-BuildRequires: lame-devel
BuildRequires: libid3tag-devel
-BuildRequires: libmad-devel
+BuildRequires: taglib-devel
BuildRequires: libogg-devel
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
@@ -55,38 +49,34 @@
BuildRequires: zip
BuildRequires: zlib-devel
BuildRequires: wxGTK-devel
+BuildRequires: libmad-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: lame-devel
%description
Audacity is a cross-platform multitrack audio editor. It allows you to
record sounds directly or to import files in various formats. It features
- a few simple effects, all of the editing features you should need, and
+a few simple effects, all of the editing features you should need, and
unlimited undo. The GUI was built with wxWidgets and the audio I/O
-supports PulseAudio, OSS and ALSA under Linux.
-This build has support for mp3 and ffmpeg import/export.
+supports PulseAudio, OSS and ALSA under Linux.
+This build has support for mp3 and ffmpeg import/export.
%prep
-%setup -q -n audacity-src-%{version}
+%setup -q -n %{tartopdir}
# Substitute hardcoded library paths.
%patch1 -p1
%patch2 -p1
for i in src/effects/ladspa/LoadLadspa.cpp src/AudacityApp.cpp src/export/ExportMP3.cpp
-#lib-src/libvamp/vamp-hostsdk/PluginHostAdapter.cpp
do
sed -i -e 's!__RPM_LIBDIR__!%{_libdir}!g' $i
sed -i -e 's!__RPM_LIB__!%{_lib}!g' $i
done
grep -q -s __RPM_LIB * -R && exit 1
-%patch3 -p1 -b .dumb-flac-import
-%patch4 -p1 -b .pa-non-mmap-alsa
-%patch5 -p1 -b .repeat
-%if 0%{?fedora} < 11
-%patch6 -p1 -b .vamp-1.3
-%endif
-%patch7 -p1 -b .audiodevdefaults
+%patch3 -p1 -b .old-desktop-file
# Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
for i in locale/*.po src/export/ExportMP3.cpp
@@ -94,12 +84,6 @@
sed -i -e 's!libmp3lame.so\([^.]\)!libmp3lame.so.0\1!g' $i
done
-# clear executable permissions on src files that go to -debuginfo
-#chmod a-x lib-src/FileDialog/FileDialog.*
-#chmod a-x lib-src/FileDialog/gtk/FileDialogPrivate.*
-#chmod a-x src/FileIO.* src/UploadDialog.*
-#chmod a-x src/widgets/HtmlWindow.cpp src/widgets/ProgressDialog.*
-
%build
%configure \
@@ -114,7 +98,7 @@
--with-expat=system \
--with-soundtouch=system \
--with-ffmpeg=system \
- --with-libmad=system \
+ --with-libmad=system
# _smp_mflags cause problems
make
@@ -127,13 +111,17 @@
make DESTDIR=${RPM_BUILD_ROOT} install
+# Audacity 1.3.8-beta complains if the help/manual directories
+# don't exist.
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/help/manual
+
%{find_lang} %{realname}
-rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
desktop-file-install \
--vendor fedora \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
- %{SOURCE2}
+ --delete-original \
+ $RPM_BUILD_ROOT%{_datadir}/applications/audacity.desktop
%clean
@@ -159,11 +147,44 @@
%{_mandir}/man*/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/%{realname}.*
%{_datadir}/mime/packages/*
%doc %{_datadir}/doc/*
%changelog
+* Thu Jul 15 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.6.beta
+- drop vamp-plugin path patch to suit updated vamp-plugin-sdk-2.1
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.4.beta
+- mods to ease diffs between builds for fedora and full
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.3.beta
+- really package new icons found in icons/hicolor
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.2.beta
+- mod tartopdir to use package version macro
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.1.3.beta
+- fix icons glob to use realname
+- add more supported mimetypes and categories to the desktop file
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.1.2.beta
+- upgrade to 1.3.12-beta
+- package new icons found in icons/hicolor
+
+* Sat Dec 5 2009 David Timms <iinet.net.au@dtimms> - 1.3.10-0.1.1.beta
+- upgrade to 1.3.10-beta
+- re-base spec to fedora devel and patches by mschwendt
+
+* Thu Dec 3 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.2.beta
+- continue with upgrade to f12 version
+
+* Mon Nov 16 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.1.beta
+- upgrade to 1.3.9-beta to match Fedora version.
+- resync to include new and updated patches from mschwendt
+- add conditional freeworld to allow minimal change from Fedora version
+
* Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 1.3.7-0.6.2.beta
- Update desktop file according to F-12 FedoraStudio feature
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 26 May 2009 13:38:58 -0000 1.5
+++ sources 18 Jul 2010 22:13:29 -0000 1.6
@@ -1 +1 @@
-7dcbcd8ed417413fd824d446001058d9 audacity-minsrc-1.3.7.tar.bz2
+76996fec67181ca82ba191e012518b57 audacity-minsrc-1.3.12-beta.tar.bz2
--- audacity-1.3.6-flac-import.patch DELETED ---
--- audacity-1.3.7-audiodevdefaults.patch DELETED ---
--- audacity-1.3.7-portaudio-non-mmap-alsa.patch DELETED ---
--- audacity-1.3.7-repeat.patch DELETED ---
--- audacity-1.3.7-vamp-1.3.patch DELETED ---
14 years, 5 months
rpms/audacity-freeworld/F-13 audacity-1.3.10-desktop.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 audacity-freeworld.spec, 1.12, 1.13 sources, 1.6, 1.7 audacity-1.3.7-vamp-1.3.patch, 1.1, NONE audacity-1.3.9-getmaxpeak.patch, 1.1, NONE
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7887
Modified Files:
.cvsignore audacity-freeworld.spec sources
Added Files:
audacity-1.3.10-desktop.patch
Removed Files:
audacity-1.3.7-vamp-1.3.patch audacity-1.3.9-getmaxpeak.patch
Log Message:
- drop vamp-plugin path patch to suit updated vamp-plugin-sdk-2.1
- mods to ease diffs between builds for fedora and full
- really package new icons found in icons/hicolor
- mod tartopdir to use package version macro
- fix icons glob to use realname
- add more supported mimetypes and categories to the desktop file
- upgrade to 1.3.12-beta
- package new icons found in icons/hicolor
audacity-1.3.10-desktop.patch:
audacity.desktop | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--- NEW FILE audacity-1.3.10-desktop.patch ---
diff -Nur audacity-src-1.3.10-orig/src/audacity.desktop audacity-src-1.3.10/src/audacity.desktop
--- audacity-src-1.3.10-orig/src/audacity.desktop 2009-12-01 20:32:08.000000000 +0100
+++ audacity-src-1.3.10/src/audacity.desktop 2010-01-21 10:29:58.667825990 +0100
@@ -12,9 +12,10 @@
Icon=audacity
Type=Application
-Categories=AudioVideo;Audio;AudioVideoEditing;
+Categories=AudioVideo;Audio;AudioVideoEditing;Sequencer;X-Jack;
Exec=audacity
-StartupNotify=false
+StartupNotify=true
+StartupWMClass=Audacity
Terminal=false
-MimeType=application/ogg;audio/basic;audio/mpeg;audio/x-aiff;audio/x-mp3;audio/x-wav;application/x-audacity-project;
+MimeType=application/ogg;audio/basic;audio/x-aiff;audio/x-wav;application/x-audacity-project;audio/x-flac;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 6 Dec 2009 01:35:41 -0000 1.6
+++ .cvsignore 18 Jul 2010 13:07:37 -0000 1.7
@@ -1 +1 @@
-audacity-minsrc-1.3.10.tar.bz2
+audacity-minsrc-1.3.12-beta.tar.bz2
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-13/audacity-freeworld.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- audacity-freeworld.spec 6 Dec 2009 01:35:41 -0000 1.12
+++ audacity-freeworld.spec 18 Jul 2010 13:07:37 -0000 1.13
@@ -1,25 +1,27 @@
-%define tartopdir audacity-src-1.3.10
-
Name: audacity-freeworld
-%define realname audacity
-Conflicts: %{realname}
-
-Version: 1.3.10
-Release: 0.1.1.beta%{?dist}
+Version: 1.3.12
+Release: 0.6.beta%{?dist}
Summary: Multitrack audio editor
-Group: Applications/Multimedia
+Group: Applications/Multimedia
License: GPLv2
-URL: http://audacity.sourceforge.net
+URL: http://audacity.sourceforge.net
-Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}.t...
+%define tartopdir audacity-src-%{version}-beta
+%define realname audacity
+Conflicts: %{realname}
+
+Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-b...
Source1: audacity.png
Source2: audacity.desktop
Patch1: audacity-1.3.7-libmp3lame-default.patch
Patch2: audacity-1.3.9-libdir.patch
-Patch6: audacity-1.3.7-vamp-1.3.patch
-Patch7: audacity-1.3.9-getmaxpeak.patch
+# add audio/x-flac
+# remove audio/mpeg, audio/x-mp3
+# enable startup notification
+# add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
+Patch3: audacity-1.3.10-desktop.patch
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -74,10 +76,7 @@
done
grep -q -s __RPM_LIB * -R && exit 1
-%if 0%{?fedora} < 11
-%patch6 -p1 -b .vamp-1.3
-%endif
-%patch7 -p1 -b .getmaxpeak
+%patch3 -p1 -b .old-desktop-file
# Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
for i in locale/*.po src/export/ExportMP3.cpp
@@ -118,12 +117,11 @@
%{find_lang} %{realname}
-
-rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
desktop-file-install \
--vendor fedora \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
- %{SOURCE2}
+ --delete-original \
+ $RPM_BUILD_ROOT%{_datadir}/applications/audacity.desktop
%clean
@@ -149,11 +147,32 @@
%{_mandir}/man*/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/%{realname}.*
%{_datadir}/mime/packages/*
%doc %{_datadir}/doc/*
%changelog
+* Thu Jul 15 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.6.beta
+- drop vamp-plugin path patch to suit updated vamp-plugin-sdk-2.1
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.4.beta
+- mods to ease diffs between builds for fedora and full
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.3.beta
+- really package new icons found in icons/hicolor
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.2.beta
+- mod tartopdir to use package version macro
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.1.3.beta
+- fix icons glob to use realname
+- add more supported mimetypes and categories to the desktop file
+
+* Mon Jun 28 2010 David Timms <iinet.net.au@dtimms> - 1.3.12-0.1.2.beta
+- upgrade to 1.3.12-beta
+- package new icons found in icons/hicolor
+
* Sat Dec 5 2009 David Timms <iinet.net.au@dtimms> - 1.3.10-0.1.1.beta
- upgrade to 1.3.10-beta
- re-base spec to fedora devel and patches by mschwendt
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 6 Dec 2009 01:35:41 -0000 1.6
+++ sources 18 Jul 2010 13:07:37 -0000 1.7
@@ -1 +1 @@
-ffa698188e2e8f48c499268a478c579c audacity-minsrc-1.3.10.tar.bz2
+76996fec67181ca82ba191e012518b57 audacity-minsrc-1.3.12-beta.tar.bz2
--- audacity-1.3.7-vamp-1.3.patch DELETED ---
--- audacity-1.3.9-getmaxpeak.patch DELETED ---
14 years, 5 months
rpms/gstreamer-plugins-ugly/devel gstreamer-plugins-ugly.spec, 1.25, 1.26
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26601
Modified Files:
gstreamer-plugins-ugly.spec
Log Message:
* Sat Jul 17 2010 Hans de Goede <j.w.r.degoede(a)gmail.com> 0.10.15-2
- Rebuild for new x264
- Make devel-docs subpackage noarch (rf#1310)
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/gstreamer-plugins-ugly.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gstreamer-plugins-ugly.spec 14 Jun 2010 11:20:45 -0000 1.25
+++ gstreamer-plugins-ugly.spec 16 Jul 2010 21:48:55 -0000 1.26
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.15
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -34,7 +34,7 @@
BuildRequires: liboil-devel
BuildRequires: libcdio-devel >= 0.82
BuildRequires: twolame-devel
-BuildRequires: x264-devel >= 0.0.0-0.27
+BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
BuildRequires: PyXML
@@ -60,6 +60,7 @@
Summary: Development documentation for the GStreamer "ugly" plug-ins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
%description devel-docs
GStreamer is a streaming media framework, based on graphs of elements which
@@ -130,6 +131,10 @@
%changelog
+* Sat Jul 17 2010 Hans de Goede <j.w.r.degoede(a)gmail.com> 0.10.15-2
+- Rebuild for new x264
+- Make devel-docs subpackage noarch (rf#1310)
+
* Sun Jun 13 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.15-1
- New upstream release 0.10.15
14 years, 5 months
rpms/gstreamer-ffmpeg/devel .cvsignore, 1.9, 1.10 gstreamer-ffmpeg.spec, 1.15, 1.16 sources, 1.9, 1.10
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26518
Modified Files:
.cvsignore gstreamer-ffmpeg.spec sources
Log Message:
* Sat Jul 17 2010 Hans de Goede <j.w.r.degoede(a)gmail.com> 0.10.11-1
- New upstream release 0.10.11
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 14 Mar 2010 14:37:31 -0000 1.9
+++ .cvsignore 16 Jul 2010 21:48:51 -0000 1.10
@@ -1 +1 @@
-gst-ffmpeg-0.10.10.tar.bz2
+gst-ffmpeg-0.10.11.tar.bz2
Index: gstreamer-ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/devel/gstreamer-ffmpeg.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gstreamer-ffmpeg.spec 22 Jun 2010 11:51:37 -0000 1.15
+++ gstreamer-ffmpeg.spec 16 Jul 2010 21:48:51 -0000 1.16
@@ -1,6 +1,6 @@
Name: gstreamer-ffmpeg
-Version: 0.10.10
-Release: 2%{?dist}
+Version: 0.10.11
+Release: 1%{?dist}
Summary: GStreamer FFmpeg-based plug-ins
Group: Applications/Multimedia
# the ffmpeg plugin is LGPL, the postproc plugin is GPL
@@ -54,6 +54,9 @@
%changelog
+* Sat Jul 17 2010 Hans de Goede <j.w.r.degoede(a)gmail.com> 0.10.11-1
+- New upstream release 0.10.11
+
* Tue Jun 22 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-2
- Rebuild to get the proper magic gstreamer provides for packagekit (rf1267)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 14 Mar 2010 14:37:31 -0000 1.9
+++ sources 16 Jul 2010 21:48:51 -0000 1.10
@@ -1 +1 @@
-447292deff5f3748444e6a5fba41da29 gst-ffmpeg-0.10.10.tar.bz2
+0d23197ba7ac06ea34fa66d38469ebe5 gst-ffmpeg-0.10.11.tar.bz2
14 years, 5 months
rpms/r5u87x-firmware/F-12 r5u87x-firmware-path.patch, NONE, 1.1 r5u87x-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/r5u87x-firmware/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15157
Modified Files:
.cvsignore sources
Added Files:
r5u87x-firmware-path.patch r5u87x-firmware.spec
Log Message:
* Fri Jun 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-3.a9b2171d762b
- Rebase to latest upstream
- This fixes the udev rules to work with recent udev releases
r5u87x-firmware-path.patch:
Makefile | 10 +++++-----
config.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
--- NEW FILE r5u87x-firmware-path.patch ---
diff -up r5u87x/Makefile.firmware_path r5u87x/Makefile
--- r5u87x/Makefile.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/Makefile 2010-01-27 10:25:58.000000000 +0100
@@ -12,15 +12,15 @@ FIRMWARE=`ls ucode | xargs`
# Install names
LOADER_INSTALL=r5u87x-loader
-UDEV_INSTALL=/etc/udev/rules.d/
+UDEV_INSTALL=/lib/udev/rules.d/
# Directories
PREFIX=/usr
-INSTALL_PATH=$(DESTDIR)$(PREFIX)
+INSTALL_PATH=$(DESTDIR)
sbindir=/sbin
libdir=/lib
-firmdir=$(libdir)/r5u87x/ucode
-UCODE_PATH=$(PREFIX)$(firmdir)/$(FIRMWARE_NAMESPEC)
+firmdir=$(libdir)/firmware
+UCODE_PATH=$(firmdir)/$(FIRMWARE_NAMESPEC)
# For rules and make targets -------------------------------------------------|
RULESFILE=contrib/90-r5u87x-loader.rules
@@ -73,7 +73,7 @@ $(RULESFILE):
# process template for each firmware file
# loader is part of regexp REPL_LOADER has escaped slashes (to work for simple paths)
for sedline in `ls ucode | sed 's/^r5u87x-\([0-9a-zA-Z]\+\)-\([0-9a-zA-Z]\+\)\.fw$$/s\/#VENDORID#\/\1\/g;s\/#PRODUCTID#\/\2\/g/p;d'`; do \
- REPL_LOADER=$$(echo "$(PREFIX)$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
+ REPL_LOADER=$$(echo "$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
cat $(RULESFILE).in | \
awk 'BEGIN{P=0;}/^###BEGINTEMPLATE###/{P=1;}/^###ENDTEMPLATE###/{P=0;} {if (P) print;}' | \
grep -v '^###' | \
diff -up r5u87x/config.h.firmware_path r5u87x/config.h
--- r5u87x/config.h.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/config.h 2010-01-27 10:26:36.000000000 +0100
@@ -4,7 +4,7 @@
#define VERSION "0.2"
// By default, defined in Makefile
-//#define UCODE_PATH "/usr/lib/r5u87x/ucode/r5u87x-%vid%-%pid%.fw"
+//#define UCODE_PATH "/lib/firmware/r5u87x-%vid%-%pid%.fw"
// Provide support for --reload argument in application
// so that we can reload the uvcvideo kernel module
--- NEW FILE r5u87x-firmware.spec ---
%define snapshot a9b2171d762b
Name: r5u87x-firmware
# This is a snapshot of 0.2.0 + some fixes
Version: 0.2.0
Release: 3.%{snapshot}%{?dist}
Summary: R5U87x firmware and loader
Group: System Environment/Kernel
# Source is GPL, firmware files are distributable
License: GPLv2+ and Distributable
Url: http://bitbucket.org/ahixon/r5u87x/wiki/Home
Source0: http://bitbucket.org/ahixon/r5u87x/get/%{snapshot}.bz2
# Distro specific firmware path adjustments
Patch0: r5u87x-firmware-path.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel libusb-devel
# For /lib/udev/rules.d dir ownership
Requires: udev
%description
This package contains firmware needed to make cameras based on Ricoh R5U87x
chipsets work with the uvcvideo driver. And a firmware load tool and udev
rules to load the firmware.
%prep
%setup -q -n r5u87x
%patch0 -p1 -z .firmware_path
chmod 644 README COPYING
chmod 644 docs/*.txt
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
make %{?_smp_mflags} PREFIX=
make %{?_smp_mflags} PREFIX= rules
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc docs/*.txt README COPYING
/sbin/r5u87x-loader
/lib/udev/rules.d/90-r5u87x-loader.rules
/lib/firmware/*.fw
%changelog
* Fri Jun 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-3.a9b2171d762b
- Rebase to latest upstream
- This fixes the udev rules to work with recent udev releases
* Wed Jan 27 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-2.32495328d1c6
- Rebase to latest upstream (includes vflip patch, drop)
- Rename to r5u87x-firmware (rf794)
* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-1.32a27008b8b9
- First version of the RPM Fusion package
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Jul 2010 21:47:46 -0000 1.1
+++ .cvsignore 16 Jul 2010 19:11:51 -0000 1.2
@@ -0,0 +1 @@
+a9b2171d762b.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Jul 2010 21:47:46 -0000 1.1
+++ sources 16 Jul 2010 19:11:51 -0000 1.2
@@ -0,0 +1 @@
+cb9c654314fb55956a6bc017bc8508ac a9b2171d762b.bz2
14 years, 5 months
rpms/r5u87x-firmware/F-13 r5u87x-firmware-path.patch, NONE, 1.1 r5u87x-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/r5u87x-firmware/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15052
Modified Files:
.cvsignore sources
Added Files:
r5u87x-firmware-path.patch r5u87x-firmware.spec
Log Message:
* Fri Jun 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-3.a9b2171d762b
- Rebase to latest upstream
- This fixes the udev rules to work with recent udev releases
r5u87x-firmware-path.patch:
Makefile | 10 +++++-----
config.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
--- NEW FILE r5u87x-firmware-path.patch ---
diff -up r5u87x/Makefile.firmware_path r5u87x/Makefile
--- r5u87x/Makefile.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/Makefile 2010-01-27 10:25:58.000000000 +0100
@@ -12,15 +12,15 @@ FIRMWARE=`ls ucode | xargs`
# Install names
LOADER_INSTALL=r5u87x-loader
-UDEV_INSTALL=/etc/udev/rules.d/
+UDEV_INSTALL=/lib/udev/rules.d/
# Directories
PREFIX=/usr
-INSTALL_PATH=$(DESTDIR)$(PREFIX)
+INSTALL_PATH=$(DESTDIR)
sbindir=/sbin
libdir=/lib
-firmdir=$(libdir)/r5u87x/ucode
-UCODE_PATH=$(PREFIX)$(firmdir)/$(FIRMWARE_NAMESPEC)
+firmdir=$(libdir)/firmware
+UCODE_PATH=$(firmdir)/$(FIRMWARE_NAMESPEC)
# For rules and make targets -------------------------------------------------|
RULESFILE=contrib/90-r5u87x-loader.rules
@@ -73,7 +73,7 @@ $(RULESFILE):
# process template for each firmware file
# loader is part of regexp REPL_LOADER has escaped slashes (to work for simple paths)
for sedline in `ls ucode | sed 's/^r5u87x-\([0-9a-zA-Z]\+\)-\([0-9a-zA-Z]\+\)\.fw$$/s\/#VENDORID#\/\1\/g;s\/#PRODUCTID#\/\2\/g/p;d'`; do \
- REPL_LOADER=$$(echo "$(PREFIX)$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
+ REPL_LOADER=$$(echo "$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
cat $(RULESFILE).in | \
awk 'BEGIN{P=0;}/^###BEGINTEMPLATE###/{P=1;}/^###ENDTEMPLATE###/{P=0;} {if (P) print;}' | \
grep -v '^###' | \
diff -up r5u87x/config.h.firmware_path r5u87x/config.h
--- r5u87x/config.h.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/config.h 2010-01-27 10:26:36.000000000 +0100
@@ -4,7 +4,7 @@
#define VERSION "0.2"
// By default, defined in Makefile
-//#define UCODE_PATH "/usr/lib/r5u87x/ucode/r5u87x-%vid%-%pid%.fw"
+//#define UCODE_PATH "/lib/firmware/r5u87x-%vid%-%pid%.fw"
// Provide support for --reload argument in application
// so that we can reload the uvcvideo kernel module
--- NEW FILE r5u87x-firmware.spec ---
%define snapshot a9b2171d762b
Name: r5u87x-firmware
# This is a snapshot of 0.2.0 + some fixes
Version: 0.2.0
Release: 3.%{snapshot}%{?dist}
Summary: R5U87x firmware and loader
Group: System Environment/Kernel
# Source is GPL, firmware files are distributable
License: GPLv2+ and Distributable
Url: http://bitbucket.org/ahixon/r5u87x/wiki/Home
Source0: http://bitbucket.org/ahixon/r5u87x/get/%{snapshot}.bz2
# Distro specific firmware path adjustments
Patch0: r5u87x-firmware-path.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel libusb-devel
# For /lib/udev/rules.d dir ownership
Requires: udev
%description
This package contains firmware needed to make cameras based on Ricoh R5U87x
chipsets work with the uvcvideo driver. And a firmware load tool and udev
rules to load the firmware.
%prep
%setup -q -n r5u87x
%patch0 -p1 -z .firmware_path
chmod 644 README COPYING
chmod 644 docs/*.txt
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
make %{?_smp_mflags} PREFIX=
make %{?_smp_mflags} PREFIX= rules
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc docs/*.txt README COPYING
/sbin/r5u87x-loader
/lib/udev/rules.d/90-r5u87x-loader.rules
/lib/firmware/*.fw
%changelog
* Fri Jun 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-3.a9b2171d762b
- Rebase to latest upstream
- This fixes the udev rules to work with recent udev releases
* Wed Jan 27 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-2.32495328d1c6
- Rebase to latest upstream (includes vflip patch, drop)
- Rename to r5u87x-firmware (rf794)
* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-1.32a27008b8b9
- First version of the RPM Fusion package
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Jul 2010 21:47:46 -0000 1.1
+++ .cvsignore 16 Jul 2010 19:10:48 -0000 1.2
@@ -0,0 +1 @@
+a9b2171d762b.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Jul 2010 21:47:46 -0000 1.1
+++ sources 16 Jul 2010 19:10:48 -0000 1.2
@@ -0,0 +1 @@
+cb9c654314fb55956a6bc017bc8508ac a9b2171d762b.bz2
14 years, 5 months
rpms/r5u87x-firmware/devel r5u87x-firmware-path.patch, NONE, 1.1 r5u87x-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/r5u87x-firmware/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14858/devel
Modified Files:
.cvsignore sources
Added Files:
r5u87x-firmware-path.patch r5u87x-firmware.spec
Log Message:
initial r5u87x-firmware import
r5u87x-firmware-path.patch:
Makefile | 10 +++++-----
config.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
--- NEW FILE r5u87x-firmware-path.patch ---
diff -up r5u87x/Makefile.firmware_path r5u87x/Makefile
--- r5u87x/Makefile.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/Makefile 2010-01-27 10:25:58.000000000 +0100
@@ -12,15 +12,15 @@ FIRMWARE=`ls ucode | xargs`
# Install names
LOADER_INSTALL=r5u87x-loader
-UDEV_INSTALL=/etc/udev/rules.d/
+UDEV_INSTALL=/lib/udev/rules.d/
# Directories
PREFIX=/usr
-INSTALL_PATH=$(DESTDIR)$(PREFIX)
+INSTALL_PATH=$(DESTDIR)
sbindir=/sbin
libdir=/lib
-firmdir=$(libdir)/r5u87x/ucode
-UCODE_PATH=$(PREFIX)$(firmdir)/$(FIRMWARE_NAMESPEC)
+firmdir=$(libdir)/firmware
+UCODE_PATH=$(firmdir)/$(FIRMWARE_NAMESPEC)
# For rules and make targets -------------------------------------------------|
RULESFILE=contrib/90-r5u87x-loader.rules
@@ -73,7 +73,7 @@ $(RULESFILE):
# process template for each firmware file
# loader is part of regexp REPL_LOADER has escaped slashes (to work for simple paths)
for sedline in `ls ucode | sed 's/^r5u87x-\([0-9a-zA-Z]\+\)-\([0-9a-zA-Z]\+\)\.fw$$/s\/#VENDORID#\/\1\/g;s\/#PRODUCTID#\/\2\/g/p;d'`; do \
- REPL_LOADER=$$(echo "$(PREFIX)$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
+ REPL_LOADER=$$(echo "$(sbindir)/$(LOADER_INSTALL)" | sed 's/\//\\\//g'); \
cat $(RULESFILE).in | \
awk 'BEGIN{P=0;}/^###BEGINTEMPLATE###/{P=1;}/^###ENDTEMPLATE###/{P=0;} {if (P) print;}' | \
grep -v '^###' | \
diff -up r5u87x/config.h.firmware_path r5u87x/config.h
--- r5u87x/config.h.firmware_path 2009-12-31 16:00:34.000000000 +0100
+++ r5u87x/config.h 2010-01-27 10:26:36.000000000 +0100
@@ -4,7 +4,7 @@
#define VERSION "0.2"
// By default, defined in Makefile
-//#define UCODE_PATH "/usr/lib/r5u87x/ucode/r5u87x-%vid%-%pid%.fw"
+//#define UCODE_PATH "/lib/firmware/r5u87x-%vid%-%pid%.fw"
// Provide support for --reload argument in application
// so that we can reload the uvcvideo kernel module
--- NEW FILE r5u87x-firmware.spec ---
%define snapshot a9b2171d762b
Name: r5u87x-firmware
# This is a snapshot of 0.2.0 + some fixes
Version: 0.2.0
Release: 3.%{snapshot}%{?dist}
Summary: R5U87x firmware and loader
Group: System Environment/Kernel
# Source is GPL, firmware files are distributable
License: GPLv2+ and Distributable
Url: http://bitbucket.org/ahixon/r5u87x/wiki/Home
Source0: http://bitbucket.org/ahixon/r5u87x/get/%{snapshot}.bz2
# Distro specific firmware path adjustments
Patch0: r5u87x-firmware-path.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel libusb-devel
# For /lib/udev/rules.d dir ownership
Requires: udev
%description
This package contains firmware needed to make cameras based on Ricoh R5U87x
chipsets work with the uvcvideo driver. And a firmware load tool and udev
rules to load the firmware.
%prep
%setup -q -n r5u87x
%patch0 -p1 -z .firmware_path
chmod 644 README COPYING
chmod 644 docs/*.txt
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
make %{?_smp_mflags} PREFIX=
make %{?_smp_mflags} PREFIX= rules
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc docs/*.txt README COPYING
/sbin/r5u87x-loader
/lib/udev/rules.d/90-r5u87x-loader.rules
/lib/firmware/*.fw
%changelog
* Fri Jun 18 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-3.a9b2171d762b
- Rebase to latest upstream
- This fixes the udev rules to work with recent udev releases
* Wed Jan 27 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-2.32495328d1c6
- Rebase to latest upstream (includes vflip patch, drop)
- Rename to r5u87x-firmware (rf794)
* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.2.0-1.32a27008b8b9
- First version of the RPM Fusion package
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Jul 2010 21:47:46 -0000 1.1
+++ .cvsignore 16 Jul 2010 19:09:08 -0000 1.2
@@ -0,0 +1 @@
+a9b2171d762b.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/r5u87x-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Jul 2010 21:47:46 -0000 1.1
+++ sources 16 Jul 2010 19:09:08 -0000 1.2
@@ -0,0 +1 @@
+cb9c654314fb55956a6bc017bc8508ac a9b2171d762b.bz2
14 years, 5 months
rpms/xorg-x11-drv-psb/F-13 01_disable_lid_timer.patch, NONE, 1.1 poulsbo-modprobe.conf, NONE, 1.1 psb-config-display, NONE, 1.1 psb-init, NONE, 1.1 xorg-x11-drv-psb-0.31.0-ignoreacpi.patch, NONE, 1.1 xorg-x11-drv-psb-0.31.0-libdrm.patch, NONE, 1.1 xorg-x11-drv-psb-0.31.0-stubs.patch, NONE, 1.1 xorg-x11-drv-psb-0.31.0-xserver17.patch, NONE, 1.1 xorg-x11-drv-psb-0.32.0-exa_header.patch, NONE, 1.1 xorg-x11-drv-psb-0.32.0-mixed.patch, NONE, 1.1 xorg-x11-drv-psb-0.32.0-xv.patch, NONE, 1.1 xorg-x11-drv-psb.spec,
by Adam Williamson
Author: adamwill
Update of /cvs/nonfree/rpms/xorg-x11-drv-psb/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3704/F-13
Modified Files:
.cvsignore sources
Added Files:
01_disable_lid_timer.patch poulsbo-modprobe.conf
psb-config-display psb-init
xorg-x11-drv-psb-0.31.0-ignoreacpi.patch
xorg-x11-drv-psb-0.31.0-libdrm.patch
xorg-x11-drv-psb-0.31.0-stubs.patch
xorg-x11-drv-psb-0.31.0-xserver17.patch
xorg-x11-drv-psb-0.32.0-exa_header.patch
xorg-x11-drv-psb-0.32.0-mixed.patch
xorg-x11-drv-psb-0.32.0-xv.patch xorg-x11-drv-psb.spec
xserver-xorg-video-psb-0.31.0-assert.patch
xserver-xorg-video-psb-0.31.0-comment_unused.patch
xserver-xorg-video-psb-0.31.0-loader.patch
Log Message:
- initial import to F-13 branch (only 2D working for now)
01_disable_lid_timer.patch:
psb_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE 01_disable_lid_timer.patch ---
diff -Nurp xserver-xorg-video-psb-0.30.0+repack.orig/src/psb_driver.c xserver-xorg-video-psb-0.30.0+repack/src/psb_driver.c
--- xserver-xorg-video-psb-0.30.0+repack.orig/src/psb_driver.c 2009-04-17 00:00:46.000000000 +0200
+++ xserver-xorg-video-psb-0.30.0+repack/src/psb_driver.c 2009-08-06 18:13:43.000000000 +0200
@@ -753,7 +753,7 @@ psbInitOutputs(ScrnInfoPtr pScrn)
xf86GetOptValBool(pPsb->options, OPTION_NOPANEL, &pPsb->noPanel);
- pPsb->lidTimer = TRUE;
+ pPsb->lidTimer = FALSE;
xf86GetOptValBool(pPsb->options, OPTION_LIDTIMER, &pPsb->lidTimer);
xf86GetOptValBool(pPsb->options, OPTION_NOFITTING, &pPsb->noFitting);
--- NEW FILE poulsbo-modprobe.conf ---
alias pci:v00008086d00008108sv*sd*bc*sc*i* psb
alias pci:v00008086d00008109sv*sd*bc*sc*i* psb
--- NEW FILE psb-config-display ---
#!/usr/bin/python -tt
# -*- coding: UTF-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 only
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Copyright 2003, 2004 Peter Backlund
# Copyright 2004 Thorsten Leemhuis
# Copyright 2006 Van Assche Alphonse
# Copyright 2006, 2007 Stewart Adam
import string
import os
import sys
from livnaConfigDisplay.const import *
from livnaConfigDisplay.const import _
import livnaConfigDisplay.ConfigDisplay
from livnaConfigDisplay.GlxConfig import *
from livnaConfigDisplay import Utils
from livnaConfigDisplay.ConfigFile import ConfigFile
class psbConfigDisplay(GlxConfig):
def __init__(self):
GlxConfig.__init__(self)
self.majorVendor = 'psb'
self.ldconf = LD_CONF_FILE % (self.majorVendor)
try:
self.doAllBackups()
except livnaConfigDisplayError, (bkupErrMsg):
print bkupErrMsg
sys.exit(1)
self.xconfig, self.xconfigpath = self.loadXconfig()
self.config = ConfigFile(STATUS_FILE)
self.TOP_MOD_DIR = self.getModTopDir()
# finally, run arg checks.
self.run()
def enable(self, isAutoConfigure = True):
# Backup the file before make any change.
currentDriver = self.getDriver()
# Already enabled?
if currentDriver == self.majorVendor:
print _('Driver already enabled.')
return
# 'remembering' magic's in here.
self.config.setOldDriver(currentDriver)
#currentDriver = self.config.getOldDriver()
self.toggleDriver(currentDriver, self.majorVendor)
# Improves speed and reliability
self.addOption(self.majorVendor,"MigrationHeuristic", "greedy")
Utils.writeXorgConf(self.xconfig, self.xconfigpath)
# We have to read saved status file to restore the Xorg configuration.
self.restoreconf()
def disable(self, isAutoConfigure = True):
# Check if it's already disabled
if self.getDriver() != self.majorVendor:
print _('Driver already disabled.')
return
# Backup the file before make any change.
prevDriver = self.config.getOldDriver()
if prevDriver == self.majorVendor:
print _('Will not allow reverting from driver \'%s\' to \'%s\'.') % (self.majorVendor, self.majorVendor)
print _('Using the \'vesa\' driver instead.')
prevDriver = "vesa"
self.config.setOldDriver("vesa")
self.removeOption(self.majorVendor,"MigrationHeuristic")
self.toggleDriver(self.majorVendor, prevDriver)
Utils.writeXorgConf(self.xconfig, self.xconfigpath)
# We have to save the status file so it can be restored later
self.storeconf()
# And return to the Fedora default.
self.enableAiglx()
def printUsage(self):
print _("Usage: ") + self.majorVendor + _("-config-display [ enable|disable ]")
def run(self):
# Check number of arguments
# arg = action
if len(sys.argv) == 2:
arg = sys.argv[1]
else:
print _('Wrong number of arguments')
self.printUsage()
sys.exit(1)
# Check value of argument
if arg.lower() != "enable" and arg.lower() != "disable":
print _('Invalid command: %s') % arg.lower()
self.printUsage()
sys.exit(1)
try:
if arg == "enable":
if self.getActive():
self.enable()
else:
print _('livna-config-display\'s `active\' state is False - Exiting')
elif arg == "disable":
if self.getActive():
self.disable()
except:
raise # Uncomment me to show the real error
print MSG_CONF_APPLY_ERROR
try:
self.doAllRestores()
sys.exit(1)
except livnaConfigDisplayError, (bkupErrMsg):
#raise # Uncomment me to show the real error
print MSG_CONF_RESTORE_ERROR + '\n' + MSG_TRACEBACK % (str(errMsg)) + '\n\n' + str(bkupErrMsg)
sys.exit(1)
app = psbConfigDisplay()
--- NEW FILE psb-init ---
#!/bin/sh
#
# chkconfig: 2345 8 92
# description: This script will check if a psb kernel module is present for\
# the running kernel and modify the xorg.conf to the appropriate\
# configuration.
# Source function library.
. /etc/rc.d/init.d/functions
name='psb'
exec="/usr/sbin/$name-config-display"
prog="`basename $exec`"
lockfile="/var/lock/subsys/$name"
RETVAL=0
modname="psb.ko"
modpath="/lib/modules/$(uname -r)"
# Default to no module
module="noneWithSomeCrazyNameSoItsNeverFound"
# If one exists, then use it.
if test -e "${modpath}/extra/${modname}";then
module="${modpath}/extra/${modname}"
elif test -e "${modpath}/extra/psb/${modname}";then
module="${modpath}/extra/psb/${modname}"
elif test -e "${modpath}/kernel/drivers/video/psb/${modname}";then
module="${modpath}/kernel/drivers/video/psb/${modname}"
fi
# Try to modify the below the least possible. If you need to change something, try
# using the variables above first, as most of the program control is based on
# the variables above. If something really needs to be changed, try to make
# the change in all the drivers for the sake of consistency.
# We shouldn't use lock files anymore because the lock file
# doesn't mean a driver is disabled or enabled. For example, we start()
# at boot and enable the driver. start() makes a lock file. We stop() on
# shutdown, which removes the lock file. But what if the user ran *config-display
# manually? Or if we don't `*config-display disable` in stop()?
start() {
if action $"Checking for module $modname:" test -f $module;then
action $"Enabling the $name driver:" $exec enable
RETVAL=$?
else
echo -en $"$modname for kernel $(uname -r) was not found." && echo_warning;echo -en '\n'
echo -en $"The $name driver will not be enabled until one is found." && echo_warning;echo -en '\n'
$exec disable
RETVAL=1
fi
if [ "$RETVAL" -eq "0" ];then
#touch $lockfile
# this is a nothing assignment so that bash doesn't complain.
RETVAL=0
else
# Let them read the errors or warnings
sleep 3
fi
return
}
stop() {
#action $"Disabling the $name driver:" $exec disable
#RETVAL=$?
RETVAL=0
#if [ "$RETVAL" -eq 0 ];then
# rm -f $lockfile
#fi
return
}
restart() {
stop
start
}
reload() {
restart
}
status() {
#if [ -e $lockfile ];then
if [ -f $module ] && lsmod | grep ^${modname%%.ko} &>/dev/null ;then
echo $"$modname for kernel $(uname -r) was found."
echo $"The driver is enabled."
else
echo $"$modname for kernel $(uname -r) was not found."
echo $"The $name driver cannot be enabled until one is found."
fi
#else
# echo $"The $name driver has not been enabled."
#fi
RETVAL=0
}
fdrstatus() {
status $prog
}
case "$1" in
start|stop|restart|reload)
$1
;;
status)
fdrstatus
;;
condrestart)
restart
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
exit 1
;;
esac
exit $RETVAL
xorg-x11-drv-psb-0.31.0-ignoreacpi.patch:
psb_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xorg-x11-drv-psb-0.31.0-ignoreacpi.patch ---
--- xserver-xorg-video-psb-0.31.0/src/psb_driver.c 2009-04-17 11:22:26.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.c.new 2009-08-14 15:41:35.047596131 -0700
@@ -909,7 +909,7 @@
xf86DrvMsg(pScrn->scrnIndex, from, "Use %s cursor.\n",
pPsb->sWCursor ? "software" : "hardware");
- pPsb->ignoreACPI = FALSE;
+ pPsb->ignoreACPI = TRUE;
from =
xf86GetOptValBool(pPsb->options, OPTION_IGNORE_ACPI,
&pPsb->ignoreACPI)
xorg-x11-drv-psb-0.31.0-libdrm.patch:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xorg-x11-drv-psb-0.31.0-libdrm.patch ---
--- xserver-xorg-video-psb-0.31.0/configure.ac 2009-04-17 11:22:24.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/configure.ac.new 2009-08-11 09:26:55.384720283 -0700
@@ -99,7 +99,7 @@
AM_CONDITIONAL(DRI, test x$DRI = xyes)
if test "$DRI" = yes; then
- PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto])
+ PKG_CHECK_MODULES(DRI, [libdrm-poulsbo >= 2.0 xf86driproto])
AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
fi
xorg-x11-drv-psb-0.31.0-stubs.patch:
psb_driver.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
--- NEW FILE xorg-x11-drv-psb-0.31.0-stubs.patch ---
diff -p -up xserver-xorg-video-psb-0.31.0/src/psb_driver.c.orig xserver-xorg-video-psb-0.31.0/src/psb_driver.c
--- xserver-xorg-video-psb-0.31.0/src/psb_driver.c.orig 2010-04-30 08:58:06.798598457 +0200
+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.c 2010-04-30 09:03:04.186597975 +0200
@@ -643,6 +643,19 @@ psbPreInitDRI(ScrnInfoPtr pScrn)
return TRUE;
}
+/* removed in Xserver 1.7, add it again so that proprietary Xpsb can be loaded */
+void
+xf86AddModuleInfo(pointer info, pointer module)
+{
+}
+
+/* removed in mesa, add it again so that proprietary Xpsb can be loaded */
+typedef void (*_glapi_warning_func)(void *ctx, const char *str, ...);
+void
+_glapi_set_warning_func( _glapi_warning_func func )
+{
+}
+
static Bool
psbPreInitXpsb(ScrnInfoPtr pScrn)
{
xorg-x11-drv-psb-0.31.0-xserver17.patch:
Xpsb.h | 2 ++
i830_i2c.c | 2 ++
psb_driver.c | 4 +++-
psb_driver.h | 3 ++-
psb_video.c | 2 ++
5 files changed, 11 insertions(+), 2 deletions(-)
--- NEW FILE xorg-x11-drv-psb-0.31.0-xserver17.patch ---
--- xserver-xorg-video-psb-0.31.0/src/Xpsb.h 2009-04-17 11:22:26.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/Xpsb.h.new 2009-08-28 09:24:16.333677591 -0700
@@ -38,7 +38,9 @@
#include "xf86drm.h"
#include "xf86.h"
#include "xf86_OSproc.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
+#endif
#include "compiler.h"
#define XPSB_VOFFSET_X 0
--- xserver-xorg-video-psb-0.31.0/src/psb_driver.h 2009-04-17 11:22:25.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.h.new 2009-08-28 09:24:11.822679667 -0700
@@ -34,7 +34,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86Resources.h"
#include "compiler.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"
@@ -46,8 +45,10 @@
#include "xf86int10.h"
#include "mibank.h"
#include "dgaproc.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
#include "xf86RAC.h"
+#endif
#include "fb.h"
#include "xaa.h"
#include "xf86xv.h"
--- xserver-xorg-video-psb-0.31.0/src/i830_i2c.c 2009-04-17 11:22:24.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/i830_i2c.c.new 2009-08-28 09:33:06.789804272 -0700
@@ -31,8 +31,10 @@
#include "xf86.h"
#include "xf86_OSproc.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
#include "xf86RAC.h"
+#endif
#include "xf86cmap.h"
#include "compiler.h"
#include "mibstore.h"
--- xserver-xorg-video-psb-0.31.0/src/psb_video.c 2009-04-17 11:22:26.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/psb_video.c.new 2009-08-28 09:35:03.874805663 -0700
@@ -36,7 +36,9 @@
#include "xf86.h"
#include "xf86_OSproc.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
+#endif
#include "compiler.h"
#include "xf86xv.h"
--- xserver-xorg-video-psb-0.31.0/src/psb_driver.c 2009-04-17 11:22:26.000000000 -0700
+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.c.new 2009-08-28 10:30:32.325553685 -0700
@@ -317,7 +317,7 @@
* This data is accessed by the loader. The name must be the module name
* followed by "ModuleData".
*/
-XF86ModuleData psbModuleData = { &psbVersionRec, psbSetup, NULL };
+_X_EXPORT XF86ModuleData psbModuleData = { &psbVersionRec, psbSetup, NULL };
static pointer
psbSetup(pointer Module, pointer Options, int *ErrorMajor, int *ErrorMinor)
@@ -1023,11 +1023,13 @@
PSB_DEBUG(scrnIndex, 3, "Initializing device\n");
+#ifndef XSERVER_LIBPCIACCESS
if (xf86RegisterResources(pDevice->pEnt->index, NULL, ResExclusive)) {
xf86DrvMsg(scrnIndex, X_ERROR,
"Could not registrer device. Resource conflict.\n");
return FALSE;
}
+#endif
if (!xf86LoadSubModule(pDevice->pScrns[0], "vgahw"))
return FALSE;
xorg-x11-drv-psb-0.32.0-exa_header.patch:
psb_accel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xorg-x11-drv-psb-0.32.0-exa_header.patch ---
--- xserver-xorg-video-psb-0.32.0/src/psb_accel.h 2009-05-11 18:37:53.000000000 -0700
+++ xserver-xorg-video-psb-0.32.0/src/psb_accel.h.new 2010-07-09 12:15:36.173298815 -0700
@@ -35,7 +35,7 @@
#define _PSB_ACCEL_H_
#include <xf86.h>
-#include "../exa/exa.h"
+#include "exa.h"
#include "psb_buffers.h"
#include "Xpsb.h"
xorg-x11-drv-psb-0.32.0-mixed.patch:
psb_accel.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
--- NEW FILE xorg-x11-drv-psb-0.32.0-mixed.patch ---
--- xserver-xorg-video-psb-0.32.1/src/psb_accel.c.orig 2010-07-04 19:27:48.691227698 +0200
+++ xserver-xorg-video-psb-0.32.1/src/psb_accel.c 2010-07-04 19:27:15.338230809 +0200
@@ -308,6 +308,14 @@
}
#endif
+static void*
+psbExaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth, int usage_hint, int bpp, int* new_pitch )
+{
+ return NULL;
+}
+static void
+psbExaDestroyPixmap(ScreenPtr pScreen, void* driverPriv ){
+}
static Bool
psbExaPixmapIsOffscreen(PixmapPtr p)
{
@@ -1313,6 +1321,7 @@
pExa->pixmapOffsetAlign = 8;
pExa->pixmapPitchAlign = 32 * 4;
pExa->flags = EXA_OFFSCREEN_PIXMAPS;
+ pExa->flags |= EXA_HANDLES_PIXMAPS | EXA_MIXED_PIXMAPS;
pExa->maxX = 2047;
pExa->maxY = 2047;
pExa->WaitMarker = psbExaWaitMarker;
@@ -1328,6 +1337,9 @@
pExa->Composite = psbExaSuperComposite;
pExa->DoneComposite = psbExaDoneComposite;
pExa->PixmapIsOffscreen = psbExaPixmapIsOffscreen;
+ pExa->CreatePixmap = NULL;
+ pExa->CreatePixmap2 = psbExaCreatePixmap;
+ pExa->DestroyPixmap = psbExaDestroyPixmap;
pExa->PrepareAccess = psbExaPrepareAccess;
pExa->FinishAccess = psbExaFinishAccess;
pExa->UploadToScreen = psbExaUploadToScreen;
xorg-x11-drv-psb-0.32.0-xv.patch:
psb_video.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--- NEW FILE xorg-x11-drv-psb-0.32.0-xv.patch ---
--- xserver-xorg-video-psb-0.36.0-ref/src/psb_video.c 2010-06-07 22:17:46.302760345 +0200
+++ xserver-xorg-video-psb-0.32/src/psb_video.c 2010-06-10 17:29:23.400003434 +0200
@@ -686,8 +684,13 @@
* coordinates) to the backing pixmap.
*/
- while (!psbExaGetSuperOffset(pPixmap, &pre_add, &dstBuf))
+ if(!psbExaGetSuperOffset(pPixmap, &pre_add, &dstBuf)){
exaMoveInPixmap(pPixmap);
+ if(!psbExaGetSuperOffset(pPixmap, &pre_add, &dstBuf)){
+ return FALSE;
+ }
+ }
+
dst.buffer = mmKernelBuf(dstBuf);
dst.offset = pre_add;
--- NEW FILE xorg-x11-drv-psb.spec ---
%global tarball xserver-xorg-video-psb
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers
Summary: Intel GMA500 (Poulsbo) video driver
Name: xorg-x11-drv-psb
Version: 0.32.0
Release: 3%{?dist}
URL: http://netbook-remix.archive.canonical.com/updates/pool/public/x/xserver-...
Source0: http://netbook-remix.archive.canonical.com/updates/pool/public/x/xserver-...
# Causes psb module to be loaded when a GMA500 adapter PCI ID is found
# because the freaking module's too broken to include its own modalias
Source1: poulsbo-modprobe.conf
# Automates X.org configuration (stolen from the NVIDIA package)
Source2: psb-config-display
Source3: psb-init
# Look for the variant libdrm in the right place
Patch0: xorg-x11-drv-psb-0.31.0-libdrm.patch
# Don't do ACPI detection by default
Patch1: xorg-x11-drv-psb-0.31.0-ignoreacpi.patch
# Patch for X server 1.7
Patch2: xorg-x11-drv-psb-0.31.0-xserver17.patch
# From UNR: disable LidTimer option to suppress polling
Patch3: 01_disable_lid_timer.patch
# Further patches for X server 1.7 compatibility, all from Mandriva
Patch4: xserver-xorg-video-psb-0.31.0-loader.patch
Patch5: xserver-xorg-video-psb-0.31.0-comment_unused.patch
Patch6: xserver-xorg-video-psb-0.31.0-assert.patch
# Adapted version of xf86AddModuleInfo.patch that also adds a mesa function
# From Ubuntu community packages
Patch7: xorg-x11-drv-psb-0.31.0-stubs.patch
# Fix up an include of the internal exa.h rather than the public one
# Thanks Eric Piel
Patch8: xorg-x11-drv-psb-0.32.0-exa_header.patch
# From Yves De Muyter - fix problems with using 3D and video playback
Patch9: xorg-x11-drv-psb-0.32.0-mixed.patch
# From Yves - fix a problem with Xv
Patch10: xorg-x11-drv-psb-0.32.0-xv.patch
License: MIT
Group: User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} > 11
ExclusiveArch: i686
%else %if 0%{?fedora} > 10
ExclusiveArch: i586
%else
ExclusiveArch: i386
%endif
BuildRequires: pkgconfig
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: xorg-x11-server-sdk
BuildRequires: xorg-x11-proto-devel
BuildRequires: libdrm-poulsbo-devel
BuildRequires: mesa-libGL-devel
BuildRequires: freeglut-devel
Requires: xorg-x11-server-Xorg >= 1.1.0
Requires: kmod-psb
Requires: psb-firmware
Requires: xpsb-glx
Requires: libdrm-poulsbo
Provides: psb-kmod-common
Requires: livna-config-display
Requires(post): livna-config-display
Requires(preun): livna-config-display
Requires(post): chkconfig
Requires(preun): chkconfig
%description
Video driver for the Intel GMA500 video chipset, also known as Poulsbo.
Note this driver depends on several proprietary pieces (and an
obsolete version of libdrm) to work, and is hence inappropriate for
submission to the main Fedora repositories.
%prep
%setup -q -n %{tarball}-%{version}
%patch0 -p1 -b .libdrm
%patch1 -p1 -b .ignoreacpi
%patch2 -p1 -b .xserver17
%patch3 -p1 -b .lidtimer
%patch4 -p1 -b .loader
%patch5 -p1 -b .unused
%patch6 -p1 -b .assert
%patch7 -p1 -b .addinfo
%patch8 -p1 -b .header
%patch9 -p1 -b .mixed
%patch10 -p1 -b .xv
iconv -f iso-8859-15 -t utf-8 -o man/psb.man.utf8 man/psb.man && mv man/psb.man.utf8 man/psb.man
%build
autoreconf -i
export CFLAGS="%{optflags} -fvisibility=default"
%configure --disable-static
make
%install
rm -rf %{buildroot}
%makeinstall mandir=%{_mandir} DESTDIR=%{buildroot}
# FIXME: Remove all libtool archives (*.la) from modules directory. This
# should be fixed in upstream Makefile.am or whatever.
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/modprobe.d/poulsbo.conf
install -D -p -m 0755 %{SOURCE2} %{buildroot}%{_sbindir}/psb-config-display
install -D -p -m 0755 %{SOURCE3} %{buildroot}%{_initrddir}/psb
%clean
rm -rf %{buildroot}
%post
if [ "$1" -eq "1" ]; then
# Enable driver when installing
%{_sbindir}/psb-config-display enable &>/dev/null ||:
# Add init script and start it
/sbin/chkconfig --add psb ||:
%{_initrddir}/psb start &>/dev/null ||:
fi
%preun
if [ "$1" -eq "0" ]; then
# Disable driver on final removal
test -f %{_sbindir}/psb-config-display && %{_sbindir}/nvidia-config-display disable &>/dev/null ||:
%{_initrddir}/psb stop &> /dev/null ||:
/sbin/chkconfig --del psb ||:
fi ||:
%files
%defattr(-,root,root,-)
%{driverdir}/psb_drv.so
%{driverdir}/libmm.so
%{_sbindir}/psb-config-display
%{_initrddir}/psb
%config %{_sysconfdir}/modprobe.d/poulsbo.conf
%{_mandir}/man4/*.4*
%changelog
* Thu Jul 15 2010 Adam Williamson <adamwill AT shaw DOT ca> - 0.32.0-3
- add patches from Yves de Muyter, Ubuntu community and Eric Piel for
later X compatibility
* Fri May 21 2010 Adam Williamson <adamwill AT shaw DOT ca> - 0.32.0-2
- add several patches from Olivier Blin at Mandriva for later X compatibility
* Thu Dec 3 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.32.0-1
- newer upstream release 0.32.0 (fixes a "single SDVO jitter issue")
- add 01_disable_lid_timer.patch from UNR: disable LidTimer option
by default to suppress polling for lid status every second
* Wed Sep 30 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-15
- change my email address in changelog to correct one for Fusion
* Fri Sep 25 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-14
- switch to requiring kmod-psb not akmod-psb now we're in rpmfusion
* Fri Aug 28 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-13
- update X server 1.7 patch with a further fix (thanks ajax)
* Fri Aug 28 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-12
- try and patch for X server 1.7 (F12)
* Mon Aug 24 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-11
- correct exclusivearch for rpmfusion buildsystem
* Thu Aug 20 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-10
- exclusivearch ix86 (there's no 64-bit poulsbo hardware)
- mark config file as config
- fix nvidia reference in comments of init script
* Wed Aug 19 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-9
- add another PCI ID to the modprobe config file
* Wed Aug 19 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-8
- fix up manpage character set
* Wed Aug 19 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-7
- drop greedy.patch as it doesn't seem to work (can't work out why)
- add xorg.conf handling initscript and script based on the ones used
in NVIDIA and ATI packages, including setting migration heuristic
in xorg.conf since the patch didn't work
* Fri Aug 14 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-6
- add greedy.patch: default to greedy migration heuristic (gives
better performance for multiple testers)
- add ignoreacpi.patch: default to ignoreACPI (required to avoid X
crashing for multiple testers)
* Tue Aug 11 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-5
- patch build to find newly relocated libdrm-poulsbo
* Mon Aug 10 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-4
- add a modprobe config file to make the kernel module auto-load (in
this package as it's doing the job of psb-kmod-common)
* Mon Aug 10 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-3
- Require akmod-psb not kmod-psb so I don't have to keep rebuilding
* Mon Aug 10 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.31.0-2
- Begin changelog tracking
xserver-xorg-video-psb-0.31.0-assert.patch:
mm_drm.c | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE xserver-xorg-video-psb-0.31.0-assert.patch ---
diff -p -up xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c.assert xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c
--- xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c.assert 2010-04-26 13:40:50.000000000 +0200
+++ xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c 2010-04-26 13:48:28.000000000 +0200
@@ -30,6 +30,7 @@
#include "xf86mm.h"
#include "xf86drm.h"
#include "stdio.h"
+#include <assert.h>
/*
* This is a simple wrapper around libdrm's buffer interface to be used
xserver-xorg-video-psb-0.31.0-comment_unused.patch:
mm_drm.c | 4 +++-
mm_interface.h | 4 +++-
mm_user.c | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)
--- NEW FILE xserver-xorg-video-psb-0.31.0-comment_unused.patch ---
diff -p -up xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c.comment_unused xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c
--- xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c.comment_unused 2009-04-17 20:22:26.000000000 +0200
+++ xserver-xorg-video-psb-0.31.0/libmm/mm_drm.c 2010-04-26 13:40:50.000000000 +0200
@@ -277,6 +277,7 @@ createFence(struct _MMManager *mm,
return &dFence->mf;
}
+/*
static void
fenceDestroy(struct _MMFence *mf)
{
@@ -288,6 +289,7 @@ fenceDestroy(struct _MMFence *mf)
assert(ret == 0);
free(dFence);
}
+*/
static int
fenceEmit(struct _MMFence *mf, unsigned fence_class,
@@ -369,7 +371,7 @@ mmCreateDRM(int drmFD)
mm->fenceSignaled = fenceSignaled;
mm->fenceWait = fenceWait;
mm->fenceError = NULL;
- mm->fenceDestroy = fenceDestroy;
+ /* mm->fenceDestroy = fenceDestroy; */
mm->destroy = destroy;
return mm;
diff -p -up xserver-xorg-video-psb-0.31.0/libmm/mm_interface.h.comment_unused xserver-xorg-video-psb-0.31.0/libmm/mm_interface.h
--- xserver-xorg-video-psb-0.31.0/libmm/mm_interface.h.comment_unused 2009-04-17 20:22:26.000000000 +0200
+++ xserver-xorg-video-psb-0.31.0/libmm/mm_interface.h 2010-04-26 13:45:22.000000000 +0200
@@ -141,7 +141,7 @@ typedef struct _MMManager
int (*fenceWait) (struct _MMFence * mf, unsigned flushMask,
unsigned flags);
unsigned (*fenceError) (struct _MMFence * mf);
- void (*fenceDestroy) (struct _MMFence * mf);
+ /* void (*fenceDestroy) (struct _MMFence * mf); */
} MMManager;
/*
@@ -204,6 +204,7 @@ mmFenceEmit(struct _MMFence *mf, unsigne
return mf->man->fenceEmit(mf, class, type, flags);
}
+/*
static inline void
mmFenceUnReference(struct _MMFence **mfP)
{
@@ -214,6 +215,7 @@ mmFenceUnReference(struct _MMFence **mfP
}
*mfP = NULL;
}
+*/
static inline struct _MMFence *
mmFenceReference(struct _MMFence *mf)
diff -p -up xserver-xorg-video-psb-0.31.0/libmm/mm_user.c.comment_unused xserver-xorg-video-psb-0.31.0/libmm/mm_user.c
--- xserver-xorg-video-psb-0.31.0/libmm/mm_user.c.comment_unused 2009-04-17 20:22:26.000000000 +0200
+++ xserver-xorg-video-psb-0.31.0/libmm/mm_user.c 2010-04-26 13:05:15.000000000 +0200
@@ -77,6 +77,7 @@ typedef struct _UserSignal
UserManager *man;
} UserSignal;
+/*
void
mmFenceSignal(struct _MMSignal *signal, unsigned class,
unsigned type, unsigned sequence, unsigned error,
@@ -148,6 +149,7 @@ mmFenceSignal(struct _MMSignal *signal,
type |= fence->signalPrevious;
}
}
+*/
static int
fenceEmit(struct _MMFence *mf, unsigned class, unsigned type, unsigned flags)
xserver-xorg-video-psb-0.31.0-loader.patch:
psb_dri.c | 2 --
psb_driver.c | 13 -------------
2 files changed, 15 deletions(-)
--- NEW FILE xserver-xorg-video-psb-0.31.0-loader.patch ---
diff -p -up xserver-xorg-video-psb-0.31.0/src/psb_dri.c.loader xserver-xorg-video-psb-0.31.0/src/psb_dri.c
--- xserver-xorg-video-psb-0.31.0/src/psb_dri.c.loader 2009-04-17 20:22:24.000000000 +0200
+++ xserver-xorg-video-psb-0.31.0/src/psb_dri.c 2010-03-12 15:03:33.000000000 +0100
@@ -548,8 +548,6 @@ psbDRIScreenInit(ScreenPtr pScreen)
PSB_DEBUG(pScrn->scrnIndex, 3, "psbDRIScreenInit\n");
- xf86LoaderReqSymLists(driReqSymbols, NULL);
-
pPsb->pDRIInfo = NULL;
/*
diff -p -up xserver-xorg-video-psb-0.31.0/src/psb_driver.c.loader xserver-xorg-video-psb-0.31.0/src/psb_driver.c
--- xserver-xorg-video-psb-0.31.0/src/psb_driver.c.loader 2010-03-12 13:48:52.000000000 +0100
+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.c 2010-03-12 15:03:26.000000000 +0100
@@ -329,12 +329,6 @@ psbSetup(pointer Module, pointer Options
if (!Initialised) {
Initialised = TRUE;
xf86AddDriver(&psb, Module, 0);
- LoaderRefSymLists(fbSymbols, ddcSymbols, shadowSymbols,
- psbvgahwSymbols,
-#ifdef XF86DRI
- psbDRMSymbols, psbDRISymbols,
-#endif
- NULL);
return (pointer) TRUE;
}
@@ -639,7 +633,6 @@ psbPreInitDRI(ScrnInfoPtr pScrn)
if (!xf86LoadSubModule(pScrn, "dri"))
return FALSE;
- xf86LoaderReqSymLists(psbDRISymbols, psbDRMSymbols, NULL);
return TRUE;
}
@@ -660,7 +653,6 @@ psbPreInitXpsb(ScrnInfoPtr pScrn)
pPsb->xpsb = TRUE;
- xf86LoaderReqSymLists(psbXpsbSymbols, NULL);
return TRUE;
}
#endif
@@ -680,7 +672,6 @@ psbPreInitAccel(ScrnInfoPtr pScrn)
if (!xf86LoadSubModule(pScrn, "exa"))
return FALSE;
- xf86LoaderReqSymLists(exaSymbols, NULL);
}
xf86DrvMsg(pScrn->scrnIndex, from, "Acceleration %sabled\n",
@@ -720,7 +711,6 @@ psbPreInitShadowFB(ScrnInfoPtr pScrn)
if (!xf86LoadSubModule(pScrn, "shadow"))
return FALSE;
- xf86LoaderReqSymLists(shadowSymbols, NULL);
}
xf86DrvMsg(pScrn->scrnIndex, from, "Shadow framebuffer %sabled\n",
@@ -854,7 +844,6 @@ psbPreInit(ScrnInfoPtr pScrn, int flags)
if (!xf86LoadSubModule(pScrn, "vbe"))
return FALSE;
- xf86LoaderReqSymLists(vbeSymbols, NULL);
/*
* Parse options and load required modules here.
@@ -874,7 +863,6 @@ psbPreInit(ScrnInfoPtr pScrn, int flags)
if (!xf86LoadSubModule(pScrn, "fb"))
return (FALSE);
- xf86LoaderReqSymLists(fbSymbols, NULL);
pScrn->chipset = "Intel GMA500";
pScrn->monitor = pScrn->confScreen->monitor;
@@ -1033,7 +1021,6 @@ psbDeviceInit(PsbDevicePtr pDevice, int
if (!xf86LoadSubModule(pDevice->pScrns[0], "vgahw"))
return FALSE;
- xf86LoaderReqSymLists(psbvgahwSymbols, NULL);
if (!vgaHWGetHWRec(pDevice->pScrns[0]))
return FALSE;
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-psb/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 24 Sep 2009 15:21:18 -0000 1.1
+++ .cvsignore 15 Jul 2010 22:49:19 -0000 1.2
@@ -0,0 +1 @@
+xserver-xorg-video-psb_0.32.0.orig.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-psb/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 24 Sep 2009 15:21:18 -0000 1.1
+++ sources 15 Jul 2010 22:49:19 -0000 1.2
@@ -0,0 +1 @@
+65df9e204315705071edcc82109b477b xserver-xorg-video-psb_0.32.0.orig.tar.gz
14 years, 5 months
rpms/vlc/devel vlc.spec,1.85,1.86
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30223
Modified Files:
vlc.spec
Log Message:
Disable notify
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- vlc.spec 1 Jul 2010 22:15:44 -0000 1.85
+++ vlc.spec 15 Jul 2010 21:43:50 -0000 1.86
@@ -21,7 +21,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -295,6 +295,7 @@
--enable-xosd \
--enable-fbosd \
--enable-lirc \
+ --disable-notify \
%ifarch %{ix86}
--enable-loader \
%else
@@ -513,6 +514,9 @@
%changelog
+* Thu Jul 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-2
+- Disable notify
+
* Thu Jul 01 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-1
- Update to 1.1.0
14 years, 5 months
rpms/libdrm-poulsbo/F-11 filter-provides.sh,1.3,1.4
by Adam Williamson
Author: adamwill
Update of /cvs/nonfree/rpms/libdrm-poulsbo/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30101
Added Files:
filter-provides.sh
Log Message:
- trying to fix permissions of filter-provides.sh, step #2
Index: filter-provides.sh
===================================================================
RCS file: filter-provides.sh
diff -N filter-provides.sh
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ filter-provides.sh 15 Jul 2010 21:41:56 -0000 1.4
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ -x /usr/lib/rpm/redhat/find-provides ]; then
+ FINDPROV=/usr/lib/rpm/redhat/find-provides
+else
+ FINDPROV=/usr/lib/rpm/find-provides
+fi
+
+$FINDPROV $* | sed -e '/libdrm.so.2/d'
+
14 years, 5 months