rpms/gxmms2/F-9 gxmms2.desktop, NONE, 1.1 gxmms2.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Dec 24 22:58:18 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/gxmms2/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22576/F-9

Modified Files:
	sources 
Added Files:
	gxmms2.desktop gxmms2.spec 
Log Message:
initial branching


--- NEW FILE gxmms2.desktop ---

[Desktop Entry]
Version=1.0
Name=GXMMS2
GenericName=Audio Player
Comment=Play and organize your audio collection
Exec=xmms2-client-launcher.sh gxmms2
Icon=gxmms2
StartupNotify=false
Terminal=false
Type=Application
Categories=GNOME;Audio;Music;Player;AudioVideo;
X-Desktop-File-Install-Version=0.15


--- NEW FILE gxmms2.spec ---
Name:		gxmms2
Summary: 	A graphical audio player
Version:	0.7.0
Release:	2%{?dist}
License:	GPLv2
Group:		Applications/Multimedia
Source0:	http://wejp.k.vu/projects/xmms2/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
URL:		http://wejp.k.vu/projects/xmms2/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	xmms2-devel, gtk2-devel, pango-devel, atk-devel
BuildRequires:	desktop-file-utils

%description
gxmms2 is a GTK2 based XMMS2 client, written in C. Its main window is small 
and simple. It includes a playlist editor and a file details dialog.

%package -n gkrellxmms2
Summary:	Gkrellm2 plugin client for XMMS2 
BuildRequires:	gkrellm-devel
Requires:	gkrellm
Group:		Applications/Multimedia

%description -n gkrellxmms2
gkrellxmms2 is a gkrellm2 plugin for XMMS2. It has a title scroller with a 
position marker and five buttons for playback control. The position marker 
can be moved with the mouse to seek in the current track. The M button 
opens a menu with two items for opening a trackinfo dialog and the media 
library window.

%prep
%setup -q
sed -i 's|/lib/|/%{_lib}/|g' Makefile

%build
make %{?_smp_mflags} CC="gcc %{optflags}"

%install
rm -rf %{buildroot}
make PREFIX=%{buildroot}%{_prefix} KRELLPREFIX=%{buildroot}%{_prefix} install

mkdir -p %{buildroot}/%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/gxmms2/gxmms2_mini.xpm %{buildroot}/%{_datadir}/pixmaps/gxmms2.xpm
# Don't need anything else in these dirs
rm -rf %{buildroot}%{_datadir}/gxmms2 %{buildroot}%{_datadir}/gkrellxmms2

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README
%{_bindir}/%{name}*
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/*.desktop

%files -n gkrellxmms2
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README
%{_libdir}/gkrellm2/plugins/gkrellxmms2.so

%changelog
* Wed Dec 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.7.0-2
- fix license tag

* Thu Dec  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.7.0-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gxmms2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Dec 2008 16:26:58 -0000	1.1
+++ sources	24 Dec 2008 22:57:48 -0000	1.2
@@ -0,0 +1 @@
+5419a977d75e33f201fa63f5c5d196a6  gxmms2-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list