rpms/gnome-mplayer/F-14 .cvsignore, 1.16, 1.17 gnome-mplayer.spec, 1.31, 1.32 sources, 1.16, 1.17 gnome-mplayer-vdpau.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20607
Modified Files:
.cvsignore gnome-mplayer.spec sources
Removed Files:
gnome-mplayer-vdpau.patch
Log Message:
* Fri Mar 04 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.2-1
- Updated to 1.0.2
- Dropped included patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-14/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 6 Nov 2010 01:16:28 -0000 1.16
+++ .cvsignore 4 Mar 2011 21:58:59 -0000 1.17
@@ -1 +1 @@
-gnome-mplayer-1.0.0.tar.gz
+gnome-mplayer-1.0.2.tar.gz
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-14/gnome-mplayer.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnome-mplayer.spec 20 Feb 2011 16:37:05 -0000 1.31
+++ gnome-mplayer.spec 4 Mar 2011 21:58:59 -0000 1.32
@@ -1,15 +1,15 @@
%bcond_without minimal
Name: gnome-mplayer
-Version: 1.0.0
-Release: 2%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}
Summary: An MPlayer GUI, a full-featured binary
Group: Applications/Multimedia
License: GPLv2+
URL: http://kdekorte.googlepages.com/gnomemplayer
Source0: http://gnome-mplayer.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: gnome-mplayer-vdpau.patch
+Patch2: gnome-mplayer-av.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
@@ -96,13 +96,13 @@
tar -xzf %{SOURCE0}
mv %{name}-%{version} generic
pushd generic
-%patch0 -p0 -b .vdpau
+%patch2 -p2 -b .av
popd
%if %{with minimal}
tar -xzf %{SOURCE0}
mv %{name}-%{version} minimal
pushd minimal
-%patch0 -p0 -b .vdpau
+%patch2 -p2 -b .av
popd
%endif
@@ -222,13 +222,19 @@
%files nautilus
%defattr(-,root,root,-)
-%{_libdir}/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so*
+%{_libdir}/nautilus/extensions-?.0/libgnome-mplayer-properties-page.so*
%changelog
+* Fri Mar 04 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.2-1
+- Updated to 1.0.2
+- Dropped included patches
+
* Sun Feb 20 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.0-2
- Fixed intrusive error popup for vdpau (RF #1633)
- Added a conditional for building without the minimal player
+- Added support for libnotify-0.7 from SVN
+- Fixed rawhide build failure
* Sat Nov 06 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.0-1
- Updated to 1.0.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-14/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 6 Nov 2010 01:16:29 -0000 1.16
+++ sources 4 Mar 2011 21:58:59 -0000 1.17
@@ -1 +1 @@
-2c8c7e679fa02e524face3fdb504b39d gnome-mplayer-1.0.0.tar.gz
+2cbba8838ecaa03a4c3a0190dcabfade gnome-mplayer-1.0.2.tar.gz
--- gnome-mplayer-vdpau.patch DELETED ---
13 years, 8 months
rpms/gnome-mplayer/devel .cvsignore, 1.16, 1.17 gnome-mplayer.spec, 1.31, 1.32 sources, 1.16, 1.17 gnome-mplayer-libnotify07.patch, 1.1, NONE gnome-mplayer-vdpau.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20499
Modified Files:
.cvsignore gnome-mplayer.spec sources
Removed Files:
gnome-mplayer-libnotify07.patch gnome-mplayer-vdpau.patch
Log Message:
* Fri Mar 04 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.2-1
- Updated to 1.0.2
- Dropped included patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 6 Nov 2010 01:16:20 -0000 1.16
+++ .cvsignore 4 Mar 2011 21:58:52 -0000 1.17
@@ -1 +1 @@
-gnome-mplayer-1.0.0.tar.gz
+gnome-mplayer-1.0.2.tar.gz
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/gnome-mplayer.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnome-mplayer.spec 20 Feb 2011 16:45:14 -0000 1.31
+++ gnome-mplayer.spec 4 Mar 2011 21:58:52 -0000 1.32
@@ -1,16 +1,14 @@
%bcond_without minimal
Name: gnome-mplayer
-Version: 1.0.0
-Release: 2%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}
Summary: An MPlayer GUI, a full-featured binary
Group: Applications/Multimedia
License: GPLv2+
URL: http://kdekorte.googlepages.com/gnomemplayer
Source0: http://gnome-mplayer.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: gnome-mplayer-vdpau.patch
-Patch1: gnome-mplayer-libnotify07.patch
Patch2: gnome-mplayer-av.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -98,16 +96,12 @@
tar -xzf %{SOURCE0}
mv %{name}-%{version} generic
pushd generic
-%patch0 -p0 -b .vdpau
-%patch1 -p0 -b .libnotify07
%patch2 -p2 -b .av
popd
%if %{with minimal}
tar -xzf %{SOURCE0}
mv %{name}-%{version} minimal
pushd minimal
-%patch0 -p0 -b .vdpau
-%patch1 -p0 -b .libnotify07
%patch2 -p2 -b .av
popd
%endif
@@ -232,6 +226,10 @@
%changelog
+* Fri Mar 04 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.2-1
+- Updated to 1.0.2
+- Dropped included patches
+
* Sun Feb 20 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.0-2
- Fixed intrusive error popup for vdpau (RF #1633)
- Added a conditional for building without the minimal player
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 6 Nov 2010 01:16:20 -0000 1.16
+++ sources 4 Mar 2011 21:58:52 -0000 1.17
@@ -1 +1 @@
-2c8c7e679fa02e524face3fdb504b39d gnome-mplayer-1.0.0.tar.gz
+2cbba8838ecaa03a4c3a0190dcabfade gnome-mplayer-1.0.2.tar.gz
--- gnome-mplayer-libnotify07.patch DELETED ---
--- gnome-mplayer-vdpau.patch DELETED ---
13 years, 8 months
rpms/cairo-dock/devel cairo-dock.spec,1.56,1.57
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8780
Modified Files:
cairo-dock.spec
Log Message:
* Sat Mar 5 2011 Mamoru Tasaka <mtasaka(a)fedoraproject.org> - 2.3.0-0.2.0rc1
- Add BR: lm_sensors-devel for Sensors support
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- cairo-dock.spec 3 Mar 2011 22:57:34 -0000 1.56
+++ cairo-dock.spec 4 Mar 2011 16:41:22 -0000 1.57
@@ -24,7 +24,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 1
+%global fedora_main_rel 2
%global fedora_rel %{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -94,8 +94,8 @@
BuildRequires: libXxf86vm-devel
BuildRequires: vte-devel
# Not shown in .pc files
-# Check if buildroot is actually using new libetpan
-BuildRequires: libetpan-devel >= 1.0
+BuildRequires: libetpan-devel
+BuildRequires: lm_sensors-devel
# For plug-ins-xfce
%if %{build_xfce} > 0
BuildRequires: Thunar-devel
@@ -564,6 +564,9 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Sat Mar 5 2011 Mamoru Tasaka <mtasaka(a)fedoraproject.org> - 2.3.0-0.2.0rc1
+- Add BR: lm_sensors-devel for Sensors support
+
* Fri Mar 4 2011 Mamoru Tasaka <mtasaka(a)fedoraproject.org> - 2.3.0-0.1.0rc1
- 2.3.0 0rc1
- Dbus interface: enable python, disable python, disable vala for now
13 years, 8 months
rpms/vdpau-video-freeworld/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdpau-video-freeworld.spec, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2975/devel
Modified Files:
.cvsignore sources vdpau-video-freeworld.spec
Log Message:
Update to lastest version
Switch to libva
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 18 Jan 2011 13:05:52 -0000 1.2
+++ .cvsignore 4 Mar 2011 11:51:54 -0000 1.3
@@ -1 +1 @@
-vdpau-video-0.7.3.pre4.tar.gz
+vdpau-video-0.7.3.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 18 Jan 2011 13:05:52 -0000 1.2
+++ sources 4 Mar 2011 11:51:55 -0000 1.3
@@ -1 +1 @@
-704421ffd5b2ba33b1e1260fb7af9d4a vdpau-video-0.7.3.pre4.tar.gz
+18870e007ecdc50a528861fa55556364 vdpau-video-0.7.3.tar.gz
Index: vdpau-video-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/vdpau-video-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdpau-video-freeworld.spec 18 Jan 2011 13:05:52 -0000 1.1
+++ vdpau-video-freeworld.spec 4 Mar 2011 11:51:55 -0000 1.2
@@ -1,8 +1,8 @@
-%global preversion .pre4
+#global preversion .pre6
Name: vdpau-video-freeworld
Version: 0.7.3
-Release: 0.2%{?preversion}%{?dist}
+Release: 1%{?preversion}%{?dist}
Summary: VDPAU backend for Video Acceleration (VA) API
Group: System Environment/Libraries
License: GPLv2+
@@ -10,7 +10,7 @@
Source0: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
-BuildRequires: libva-freeworld-devel
+BuildRequires: libva-devel >= 1.0.10
BuildRequires: libvdpau-devel
BuildRequires: mesa-libGL-devel
@@ -25,11 +25,13 @@
%build
%configure --enable-glx
+
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
%clean
rm -rf %{buildroot}
@@ -37,9 +39,15 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
-%{_libdir}/va/drivers
+%{_libdir}/dri/*.so
%changelog
+* Fri Mar 04 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-1
+- Update to 0.7.3
+
+* Mon Feb 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.3.pre6
+- Update to 0.7.3-pre6
+
* Sun Jan 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.2.pre4
- Update to 0.7.3 pre4
13 years, 8 months
rpms/cairo-dock/devel .cvsignore, 1.40, 1.41 cairo-dock.spec, 1.55, 1.56 sources, 1.42, 1.43
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19448
Modified Files:
.cvsignore cairo-dock.spec sources
Log Message:
* Fri Mar 4 2011 Mamoru Tasaka <mtasaka(a)fedoraproject.org> - 2.3.0-0.1.0rc1
- 2.3.0 0rc1
- Dbus interface: enable python, disable python, disable vala for now
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore 8 Dec 2010 22:36:15 -0000 1.40
+++ .cvsignore 3 Mar 2011 22:57:34 -0000 1.41
@@ -1,2 +1,2 @@
-cairo-dock-2.2.0-4.tar.gz
-cairo-dock-plugins-2.2.0-4.tar.gz
+cairo-dock-2.3.0~0rc1.tar.gz
+cairo-dock-plugins-2.3.0~0rc1.tar.gz
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- cairo-dock.spec 8 Dec 2010 22:36:15 -0000 1.55
+++ cairo-dock.spec 3 Mar 2011 22:57:34 -0000 1.56
@@ -12,14 +12,14 @@
# http://bazaar.launchpad.net/~cairo-dock-team/cairo-dock-plug-ins/2.1.x/
%global released 1
-%undefine pre_release
+%define pre_release 1
# Set the below to 1 when building unstable plug-ins
%global build_other 1
-%global urlver 2.2
-%global mainver 2.2.0
-%undefine betaver
-%global postver 4
+%global urlver 2.3
+%global mainver 2.3.0
+%define betaver 0rc1
+%undefine postver
%global build_webkit 1
%global build_xfce 1
@@ -33,6 +33,19 @@
%global build_other 0
%endif
+# Bindings
+%global build_python 1
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+%global build_ruby 0
+%global rubyabi 1.8
+%global ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
+# FIXME
+# I don't know well about vala !!
+%global build_vala 0
+
+# For debugging
+%global skip_main_build 0
Name: cairo-dock
Version: %{mainver}%{?postver:.%postver}
@@ -45,8 +58,8 @@
%if 0%{?released} < 1
Source0: %{name}-sources-%{betaver}.tar.bz2
%else
-Source0: http://launchpad.net/cairo-dock-core/%{urlver}/%{mainver}/+download/cairo...
-Source2: http://launchpad.net/cairo-dock-plug-ins/%{urlver}/%{mainver}/+download/c...
+Source0: http://launchpad.net/cairo-dock-core/%{urlver}/%{mainver}%{?betaver:-%bet...
+Source2: http://launchpad.net/cairo-dock-plug-ins/%{urlver}/%{mainver}%{?betaver:-...
%endif
BuildRequires: cmake
@@ -93,6 +106,20 @@
BuildRequires: WebKit-gtk-devel
%endif
+# Bindings
+%if %{build_python}
+BuildRequires: python2-devel
+%endif
+%if %{build_ruby}
+BuildRequires: ruby(abi) = %{rubyabi}
+BuildRequires: ruby
+BuildRequires: ruby-devel
+%endif
+%if %{build_vala}
+#?????
+# BuildRequires: vala
+%endif
+
# This is a meta package to install cairo-dock-core and
# cairo-dock-plug-ins
Requires: %{name}-core = %{version}-%{release}
@@ -165,6 +192,38 @@
This package contains plug-ins files for %{name} related
to webkit.
+%package python
+Summary: Python binding for %{name}
+Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
+Requires: pygobject2
+Requires: dbus-python
+
+%description python
+This package contains Python binding files for %{name}
+
+%package ruby
+Summary: Ruby binding for %{name}
+Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
+Requires: ruby(abi) = %{rubyabi}
+Requires: rubygems
+# The following is not in Fedora yet
+Requires: rubygem(dbus)
+
+%description ruby
+This package contains Ruby binding files for %{name}
+
+%package vala
+Summary: Vala binding for %{name}
+Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
+# ???
+Requires: vala
+
+%description vala
+This package contains Vala binding files for %{name}
+
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
@@ -177,14 +236,15 @@
%prep
%setup -q -c -a 2
-ln -s -f cairo-dock-%{mainver}%{?postver:-%postver}%{?betaver:-%betaver} cairo-dock
-ln -s -f cairo-dock-plugins-%{mainver}%{?postver:-%postver}%{?betaver:-%betaver} plug-ins
+ln -s -f cairo-dock-%{mainver}* cairo-dock
+ln -s -f cairo-dock-plugins-%{mainver}* plug-ins
%if 0
find . -type d -name \.svn | sort -r | xargs rm -rf
find . -type d -name \*CVS\* | sort -r | xargs rm -rf
%endif
+TOPDIR=$(pwd)
pushd .
# A. main
@@ -235,9 +295,22 @@
po/CMakeLists.txt
## source code fix
-
-# template: upstream says this is not needed
-#rm -rf template/
+## Bindings
+# Ruby
+sed -i.site \
+ -e "s|CONFIG\['rubylibdir'\]|CONFIG['sitearchdir']|" \
+ CMakeLists.txt
+# Python
+## FIXME
+sed -i.buildroot \
+ -e "s|--prefix=\\\${CMAKE_INSTALL_PREFIX}|--prefix=$TOPDIR/TMPINSTDIR/\\\${CMAKE_INSTALL_PREFIX}|" \
+ Dbus/interfaces/python/PythonInstall.cmake.in \
+ Dbus/interfaces/bash/BashInstall.cmake.in
+# Vala
+## FIXME
+sed -i.vala \
+ -e '/with_vala /s|yes|no|' \
+ CMakeLists.txt
popd # from opt/cairo-dock/trunk/cairo-dock
@@ -251,6 +324,8 @@
# A. main
pushd cairo-dock
+%if %{skip_main_build} < 1
+
## rpath issue needs investigating
%cmake -DCMAKE_SKIP_RPATH:BOOL=ON .
%{__make} %{?_smp_mflags} || status=$((status+1))
@@ -262,6 +337,8 @@
INSTALL="install -p" \
|| status=$((status+1))
+%endif
+
export CFLAGS="%optflags -I$TOPDIR/TMPINSTDIR%{_includedir}/cairo-dock"
export CFLAGS="$CFLAGS -I$TOPDIR/TMPINSTDIR%{_includedir}/cairo-dock/cairo-dock"
export CFLAGS="$CFLAGS -I$TOPDIR/TMPINSTDIR%{_includedir}/cairo-dock/icon-factory"
@@ -276,7 +353,20 @@
# C plug-ins
cd ../plug-ins
-%cmake .
+# Create pseudo executable files
+test -d TMPBINDIR || mkdir TMPBINDIR
+export PATH=$(pwd)/TMPBINDIR:$PATH
+
+cd TMPBINDIR
+# Ruby: not ready
+%if %{build_ruby} < 1
+ln -sf /bin/false ruby
+%endif
+cd ..
+
+rm -f CMakeCache.txt
+%cmake \
+ .
## Parallel make fails some times, but it is gerenally fast
## so do parallel make anyway first
@@ -408,6 +498,7 @@
#%%{_datadir}/%{name}/emblems/
%{_datadir}/%{name}/explosion/
%{_datadir}/%{name}/gauges/
+%{_datadir}/%{name}/icons/
%dir %{_datadir}/%{name}/themes/
%dir %{_datadir}/%{name}/plug-ins/
%{_datadir}/%{name}/themes/_default_/
@@ -452,6 +543,20 @@
%{_datadir}/%{name}/plug-ins/*weblet*
%endif
+%if %{build_python} > 0
+%files python
+%defattr(-,root,root,-)
+%{python_sitelib}/CDApplet.py*
+%{python_sitelib}/CDBashApplet.py*
+%{python_sitelib}/*.egg-info
+%endif
+
+%if %{build_ruby} > 0
+%files ruby
+%defattr(-,root,root,-)
+%{ruby_sitearch}/CDApplet.rb
+%endif
+
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}/
@@ -459,6 +564,10 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Fri Mar 4 2011 Mamoru Tasaka <mtasaka(a)fedoraproject.org> - 2.3.0-0.1.0rc1
+- 2.3.0 0rc1
+- Dbus interface: enable python, disable python, disable vala for now
+
* Thu Dec 9 2010 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.2.0.4-1
- 2.2.0-4
Index: sources
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources 8 Dec 2010 22:36:15 -0000 1.42
+++ sources 3 Mar 2011 22:57:34 -0000 1.43
@@ -1,2 +1,2 @@
-5905fed8aaee9b6056a8e2f83a8c4f3f cairo-dock-2.2.0-4.tar.gz
-7585bf608773f3b8cc633c835ca2704f cairo-dock-plugins-2.2.0-4.tar.gz
+b5bf351e7087990a0df9c926f8a9b750 cairo-dock-2.3.0~0rc1.tar.gz
+1e56165ce19852c977f13fe95d26c32c cairo-dock-plugins-2.3.0~0rc1.tar.gz
13 years, 8 months
rpms/nvidia-kmod/devel .cvsignore, 1.27, 1.28 nvidia-kmod.spec, 1.72, 1.73 sources, 1.27, 1.28
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16590/devel
Modified Files:
.cvsignore nvidia-kmod.spec sources
Log Message:
Update to 270.30
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 23 Jan 2011 21:09:48 -0000 1.27
+++ .cvsignore 3 Mar 2011 20:39:33 -0000 1.28
@@ -1 +1 @@
-nvidia-kmod-data-270.18.tar.bz2
+nvidia-kmod-data-270.30.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- nvidia-kmod.spec 23 Jan 2011 21:32:46 -0000 1.72
+++ nvidia-kmod.spec 3 Mar 2011 20:39:33 -0000 1.73
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 270.18
+Version: 270.30
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -86,6 +86,12 @@
%changelog
+* Thu Mar 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.30-1
+- Update to 270.30
+
+* Tue Mar 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.29-1
+- Update to 270.29
+
* Sun Jan 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.18-1
- Update to 270.18 beta
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 23 Jan 2011 21:09:48 -0000 1.27
+++ sources 3 Mar 2011 20:39:33 -0000 1.28
@@ -1 +1 @@
-e45d724a7574a7b009c3b6b4252a2599 nvidia-kmod-data-270.18.tar.bz2
+c0cc5429376a739f14b16e515cf712f7 nvidia-kmod-data-270.30.tar.bz2
13 years, 8 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.57,1.58
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15355
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Disable ignoreABI
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- xorg-x11-drv-nvidia.spec 3 Mar 2011 20:34:04 -0000 1.57
+++ xorg-x11-drv-nvidia.spec 3 Mar 2011 20:35:22 -0000 1.58
@@ -1,5 +1,5 @@
%global nvidialibdir %{_libdir}/nvidia
-%global ignoreabi 1
+%global ignoreabi 0
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} >= 7
13 years, 8 months
rpms/xorg-x11-drv-nvidia/devel .cvsignore, 1.27, 1.28 sources, 1.27, 1.28 xorg-x11-drv-nvidia.spec, 1.56, 1.57
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15009
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
Update to 270.30
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 23 Jan 2011 20:57:01 -0000 1.27
+++ .cvsignore 3 Mar 2011 20:34:04 -0000 1.28
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-270.18.run
-NVIDIA-Linux-x86_64-270.18.run
+NVIDIA-Linux-x86-270.30.run
+NVIDIA-Linux-x86_64-270.30.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 23 Jan 2011 20:57:01 -0000 1.27
+++ sources 3 Mar 2011 20:34:04 -0000 1.28
@@ -1,2 +1,2 @@
-248a26d0730183982d4772a66787f242 NVIDIA-Linux-x86-270.18.run
-e5a8637a5b366851ebe37b6ee3f9ae66 NVIDIA-Linux-x86_64-270.18.run
+ff319212b9ac52d645df31027c31ee45 NVIDIA-Linux-x86-270.30.run
+944741d132c16e69f1123d525ec49854 NVIDIA-Linux-x86_64-270.30.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- xorg-x11-drv-nvidia.spec 23 Jan 2011 21:29:43 -0000 1.56
+++ xorg-x11-drv-nvidia.spec 3 Mar 2011 20:34:04 -0000 1.57
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 270.18
+Version: 270.30
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -350,6 +350,15 @@
%changelog
+* Thu Mar 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.30-1
+- Update to 270.30
+
+* Tue Mar 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.29-1
+- Update to 270.29
+
+* Tue Feb 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.26-1
+- Update to 270.26
+
* Sun Jan 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.18-1
- Update to 270.18 beta
- Add support for IgnoreABI xorg option
13 years, 8 months
rpms/mythtv/devel sources,1.49,1.50
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27187
Modified Files:
sources
Log Message:
...and I forgot there were pre-release tarballs spec'd in sources
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources 2 Sep 2010 01:47:34 -0000 1.49
+++ sources 3 Mar 2011 13:48:12 -0000 1.50
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-45d6fab1235e11c589ce3ba36e4dbbfc mythplugins-0.24.tar.bz2
-6b100ed81a70b3bacda112b083ee4ec1 mythtv-0.24.tar.bz2
+2bcb195a82475648040910d7afd054d1 mythplugins-0.24.tar.bz2
+1abe1d3cc72fdbde6daa4247dedbf29a mythtv-0.24.tar.bz2
13 years, 8 months
rpms/terminatorX/F-14 terminatorX-linking.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 terminatorX.spec, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/terminatorX/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16301
Modified Files:
.cvsignore sources terminatorX.spec
Added Files:
terminatorX-linking.patch
Log Message:
* Tue Mar 01 2011 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.83-1
- Update to 3.83
terminatorX-linking.patch:
Makefile.am | 1 +
Makefile.in | 1 +
2 files changed, 2 insertions(+)
--- NEW FILE terminatorX-linking.patch ---
diff -rupN terminatorX-3.83.old/src/Makefile.am terminatorX-3.83/src/Makefile.am
--- terminatorX-3.83.old/src/Makefile.am 2004-10-29 16:37:11.000000000 -0400
+++ terminatorX-3.83/src/Makefile.am 2011-03-01 21:34:21.000000000 -0500
@@ -5,6 +5,7 @@ SUBDIRS = icons
EXTRA_CFLAGS=-D_REENTRANT @DEPRECATED_FLAGS@
AM_CFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
AM_CXXFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
+AM_LDFLAGS=-ldl
license.c: $(top_srcdir)/COPYING
@AWK@ -f $(srcdir)/licmak.awk < $(top_srcdir)/COPYING > $(srcdir)/license.c
diff -rupN terminatorX-3.83.old/src/Makefile.in terminatorX-3.83/src/Makefile.in
--- terminatorX-3.83.old/src/Makefile.in 2011-02-08 17:20:09.000000000 -0500
+++ terminatorX-3.83/src/Makefile.in 2011-03-01 21:34:50.000000000 -0500
@@ -237,6 +237,7 @@ SUBDIRS = icons
EXTRA_CFLAGS = -D_REENTRANT @DEPRECATED_FLAGS@
AM_CFLAGS = @CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
AM_CXXFLAGS = @CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
+AM_LDFLAGS = -ldl
BUILT_SOURCES = license.c
terminatorX_DEPENDENCIES = license.c
terminatorX_SOURCES = tX_endian.c tX_dialog.cc tX_widget.c wav_write.c \
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Apr 2009 17:29:59 -0000 1.2
+++ .cvsignore 3 Mar 2011 04:09:31 -0000 1.3
@@ -1 +1 @@
-terminatorX-3.82.tar.gz
+terminatorX-3.83.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Apr 2009 17:29:59 -0000 1.2
+++ sources 3 Mar 2011 04:09:31 -0000 1.3
@@ -1 +1 @@
-6faa4598f55d8727175576ce09bd1fac terminatorX-3.82.tar.gz
+06c5de0dfe4eb4a67488d93f577a9437 terminatorX-3.83.tar.gz
Index: terminatorX.spec
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/terminatorX.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- terminatorX.spec 23 Oct 2009 08:12:54 -0000 1.5
+++ terminatorX.spec 3 Mar 2011 04:09:31 -0000 1.6
@@ -1,7 +1,7 @@
-Summary: Realtime Audio Synthesizer
+Summary: Real-time Audio Synthesizer
Name: terminatorX
-Version: 3.82
-Release: 4%{?dist}
+Version: 3.83
+Release: 1%{?dist}
Group: Applications/Multimedia
License: GPLv2+ and GFDL
URL: http://terminatorx.org/
@@ -9,6 +9,8 @@
Patch0: %{name}-gcc44.patch
# To make the package buildable on ppc/ppc64:
Patch1: %{name}-endian_h.patch
+# Fix DSO linking
+Patch2: %{name}-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
@@ -37,16 +39,17 @@
Requires(postun): scrollkeeper
%description
-terminatorX is a realtime audio synthesizer that allows you to "scratch" on
+terminatorX is a real-time audio synthesizer that allows you to "scratch" on
digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way
-hiphop-DJs scratch on vinyl records. It features multiple turntables, realtime
-effects (buit-in as well as LADSPA plugin effects), a sequencer and an
+hiphop-DJs scratch on vinyl records. It features multiple turntables, real-time
+effects (buit-in as well as LADSPA plug-in effects), a sequencer and an
easy-to-use gtk+ GUI.
%prep
%setup -q
%patch0 -p1 -b .gcc44
%patch1 -p1 -b .endian
+%patch2 -p1 -b .linking
# To match the freedesktop standards
sed -i 's|\.png||' gnome-support/%{name}.desktop
@@ -122,6 +125,9 @@
%changelog
+* Tue Mar 01 2011 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.83-1
+- Update to 3.83
+
* Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.82-4
- Update desktop file according to F-12 FedoraStudio feature
13 years, 8 months