SPECS: matchbox-desktop-xine.spec (NEW) - new

qboosh qboosh at pld-linux.org
Wed Dec 27 17:34:53 CET 2006


Author: qboosh                       Date: Wed Dec 27 16:34:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   matchbox-desktop-xine.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/matchbox-desktop-xine.spec
diff -u /dev/null SPECS/matchbox-desktop-xine.spec:1.1
--- /dev/null	Wed Dec 27 17:34:53 2006
+++ SPECS/matchbox-desktop-xine.spec	Wed Dec 27 17:34:48 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	Movie and music player for Matchbox desktop
+Summary(pl):	Odtwarzacz filmów i muzyki dla środowiska Matchbox
+Name:		matchbox-desktop-xine
+Version:	0.4
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://projects.o-hand.com/matchbox/sources/mb-desktop-xine/%{version}/mb-desktop-xine-%{version}.tar.bz2
+# Source0-md5:	3805f463cbd1817c75fed5f9c4cd2f8b
+URL:		http://projects.o-hand.com/matchbox/
+BuildRequires:	libmatchbox-devel >= 1.1
+BuildRequires:	matchbox-desktop-devel >= 0.8
+BuildRequires:	pkgconfig
+BuildRequires:	xine-lib-devel >= 1:1.0.0
+Requires:	libmatchbox >= 1.1
+Requires:	matchbox-desktop >= 0.8
+Requires:	xine-lib >= 1:1.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a matchbox-desktop plugin that allows you to browse and play
+movies and music.
+
+%description -l pl
+Wtyczka matchbox-desktop pozwalająca na przeglądanie i odtwarzanie
+filmów i muzyki.
+
+%prep
+%setup -q -n mb-desktop-xine-%{version}
+
+%build
+%configure \
+	--disable-static
+%{__make} \
+	libdir=%{_libdir}/matchbox/desktop
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	libdir=%{_libdir}/matchbox/desktop
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/matchbox/desktop/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_libdir}/matchbox/desktop/xinebrowser.so
+%{_pixmapsdir}/*.png
+%dir %{_datadir}/themes/mbmediabox
+%{_datadir}/themes/mbmediabox/matchbox
+
+%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/12/27 16:34:48  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list