SPECS: qxmp.spec (NEW) - new
charles
charles at pld-linux.org
Sun Apr 16 19:38:03 CEST 2006
Author: charles Date: Sun Apr 16 17:38:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
qxmp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qxmp.spec
diff -u /dev/null SPECS/qxmp.spec:1.1
--- /dev/null Sun Apr 16 19:38:03 2006
+++ SPECS/qxmp.spec Sun Apr 16 19:37:58 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary: Qxmp - light media player (based on MPlayer) for Linux workstations
+Name: qxmp
+Version: 1.0
+Release: 0.1
+License: GPL v2
+Group: X11/Applications/Multimedia
+Source0: http://www.xm1math.net/qxmp/%{name}-%{version}.tar.bz2
+# Source0-md5: 9eb52b5b6c1dda6ff96790acb9915da8
+URL: http://www.xm1math.net/qxmp/
+BuildRequires: QtGui-devel >= 4.1.1
+BuildRequires: QtXml-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+Requires: mplayer
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qxmp is a light media player (based on MPlayer) for Linux and Unix
+workstations. With Qxmp you can easily play a wide variety of video
+and audio files and streams using a simple and clean interface. Qxmp
+is not a complex media manager - it provides a simple and compact
+frontend to MPlayer, allowing you to just enjoy your media.
+
+%prep
+%setup -q
+
+%build
+qt4-qmake \
+ PREFIX=%{_prefix}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+
+%{__make} install \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/Qxmp.desktop \
+ $RPM_BUILD_ROOT%{_desktopdir}
+mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/Qxmp.{png,svg} \
+ $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc utilities/AUTHORS
+%attr(755,root,root) %{_bindir}/qxmp
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/04/16 17:37:58 charles
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list