rpms/gnome-mplayer/F-10 .cvsignore, 1.9, 1.10 gnome-mplayer.spec, 1.13, 1.14 sources, 1.9, 1.10

Julian Sikorski belegdol at rpmfusion.org
Fri Mar 13 18:46:54 CET 2009


Author: belegdol

Update of /cvs/free/rpms/gnome-mplayer/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17390

Modified Files:
	.cvsignore gnome-mplayer.spec sources 
Log Message:
* Fri Mar 13 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.5-1
- Updated to 0.9.5
- Added nautilus-devel to BuildRequires
- Packaged nautilus extension separately
- Adjusted whitespaces
- Added keyboard shortcuts to documentation



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-10/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	4 Feb 2009 17:44:10 -0000	1.9
+++ .cvsignore	13 Mar 2009 17:46:53 -0000	1.10
@@ -1 +1 @@
-gnome-mplayer-0.9.4.tar.gz
+gnome-mplayer-0.9.5.tar.gz


Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-10/gnome-mplayer.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnome-mplayer.spec	4 Feb 2009 17:44:10 -0000	1.13
+++ gnome-mplayer.spec	13 Mar 2009 17:46:54 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           gnome-mplayer
-Version:        0.9.4
+Version:        0.9.5
 Release:        1%{?dist}
 Summary:        An MPlayer GUI, a full-featured binary
 
@@ -19,6 +19,7 @@
 BuildRequires:  libgpod-devel
 BuildRequires:  libmusicbrainz3-devel
 BuildRequires:  libnotify-devel
+BuildRequires:  nautilus-devel
 
 Requires:       gvfs-fuse
 Requires:       mencoder
@@ -33,6 +34,7 @@
 multiple instances of GNOME MPlayer from a single command.
 This package provides a full-featured binary.
 
+
 %package common
 Summary:        An MPlayer GUI, common files
 Group:          Applications/Multimedia
@@ -49,6 +51,7 @@
 multiple instances of GNOME MPlayer from a single command.
 This package provides the common files.
 
+
 %package minimal
 Summary:        An MPlayer GUI, a minimal version
 Group:          Applications/Multimedia
@@ -64,6 +67,21 @@
 who want browser plugin functionality only.
 
 
+%package nautilus
+Summary:        An MPlayer GUI, nautilus extension
+Group:          Applications/Multimedia
+Requires:       %{name} = %{version}-%{release}
+Requires:       nautilus-extensions
+
+%description nautilus
+GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
+player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
+a rich API that is exposed via DBus. Using DBus you can control a single or
+multiple instances of GNOME MPlayer from a single command.
+This package provides a nautilus extension, which shows properties of audio and
+video files in the properties dialogue.
+
+
 %prep
 %setup -qcT
 tar -xzf %{SOURCE0}
@@ -74,13 +92,13 @@
 
 %build
 pushd generic
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 popd
 
 pushd minimal
 %configure --program-suffix=-minimal --without-gio --without-libnotify \
-    --without-libgpod --without-libmusicbrainz3
+    --without-libgpod --without-libmusicbrainz3 --disable-nautilus
 make %{?_smp_mflags}
 popd
 
@@ -106,6 +124,9 @@
 #remove intrusive docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/gnome-mplayer
 
+#kill the libtool archives
+find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
+
 
 %pre common
 if [ "$1" -gt 1 ]; then
@@ -149,18 +170,35 @@
 %{_bindir}/gnome-mplayer
 %{_datadir}/applications/rpmfusion-gnome-mplayer.desktop
 
+
 %files common -f %{name}.lang
 %defattr(-,root,root,-)
-%doc generic/COPYING generic/ChangeLog generic/README generic/DOCS/tech/*
+%doc generic/COPYING generic/ChangeLog generic/README generic/DOCS/keyboard_shortcuts.txt generic/DOCS/tech/*
 %{_sysconfdir}/gconf/schemas/gnome-mplayer.schemas
 %{_datadir}/pixmaps/gnome-mplayer.png
 
+
 %files minimal
 %defattr(-,root,root,-)
 %{_bindir}/gnome-mplayer-minimal
 
 
+%files nautilus
+%defattr(-,root,root,-)
+%{_libdir}/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so*
+
+
 %changelog
+* Fri Mar 13 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.5-1
+- Updated to 0.9.5
+- Added nautilus-devel to BuildRequires
+- Packaged nautilus extension separately
+- Adjusted whitespaces
+- Added keyboard shortcuts to documentation
+
+* Sun Mar 01 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.4-2
+- Rebuilt for new libgpod
+
 * Wed Feb  4 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.4-1
 - Updated to 0.9.4
 - Dropped the upsteamed patch


Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	4 Feb 2009 17:44:10 -0000	1.9
+++ sources	13 Mar 2009 17:46:54 -0000	1.10
@@ -1 +1 @@
-42722c0361a43c16fea6261b2b2118e9  gnome-mplayer-0.9.4.tar.gz
+02d01f1cca7ff3af511c59198f3c35a7  gnome-mplayer-0.9.5.tar.gz



More information about the rpmfusion-commits mailing list