[media-explorer] Import

Bastien Nocera hadess at fedoraproject.org
Wed Nov 2 21:51:30 UTC 2011


commit 839dda2832f594ea3ca24495dcb09c63f63dffae
Author: Bastien Nocera <hadess at hadess.net>
Date:   Wed Nov 2 21:46:40 2011 +0000

    Import

 .gitignore          |    1 +
 media-explorer.spec |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 110 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..83a2b91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/media-explorer-0.3.2.tar.xz
diff --git a/media-explorer.spec b/media-explorer.spec
new file mode 100644
index 0000000..1e1d1d0
--- /dev/null
+++ b/media-explorer.spec
@@ -0,0 +1,108 @@
+Name:		media-explorer
+Version:	0.3.2
+Release:	1%{?dist}
+Summary:	Media center application
+
+Group:		Applications/Multimedia
+License:	LGPLv2+
+# Bugs
+# https://github.com/media-explorer/media-explorer/issues?state=open
+# Wiki
+# https://github.com/media-explorer/media-explorer/wiki/Ideas
+URL:		http://media-explorer.github.com/
+Source0:	http://media-explorer.github.com/releases/%{name}-%{version}.tar.xz
+
+BuildRequires:	intltool
+BuildRequires:	grilo-devel
+BuildRequires:	glib2-devel
+BuildRequires:	gdk-pixbuf2-devel
+BuildRequires:	libmx-devel
+BuildRequires:	rest-devel
+BuildRequires:	dbus-glib-devel
+BuildRequires:	libsoup-devel
+BuildRequires:	clutter-gst-devel
+BuildRequires:	lirc-devel
+BuildRequires:	NetworkManager-devel
+
+BuildRequires:	autoconf automake libtool
+
+# For plugins
+BuildRequires:	gupnp-devel avahi-glib-devel tracker-devel
+
+Requires:	grilo-plugins
+Requires:	gstreamer-plugins-bad-free
+Requires:	gstreamer-plugins-base
+Requires:	gstreamer-plugins-good
+
+%description
+Media explorer is a media center application for Linux, originally
+targeted towards MeeGo.
+
+%prep
+%setup -q
+
+# Needed to remove the rpaths
+autoreconf -f
+
+%build
+%configure					\
+	--enable-rebinder=no			\
+	--with-thumbnailer=internal		\
+	--with-plugins=search,queue,dbusinput,upnp,tracker,gnome-dvb,recommended	\
+	--disable-introspection
+
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+# nuke the .la file(s)
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%find_lang %{name} --with-gnome
+
+%post
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+/sbin/ldconfig
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files -f %{name}.lang
+%doc COPYING AUTHORS NEWS README
+%{_bindir}/mex-*
+%{_bindir}/media-explorer
+%{_libdir}/libmex-0.2.so*
+%{_libdir}/media-explorer/
+%{_libexecdir}/mex-thumbnailer
+%{_datadir}/applications/media-explorer.desktop
+%{_datadir}/dbus-1/services/mex-webremote.service
+%{_datadir}/icons/hicolor/*/apps/media-explorer.png
+%{_datadir}/media-explorer/
+
+%changelog
+* Mon Oct 31 2011 Bastien Nocera <bnocera at redhat.com> 0.3.2-1
+- Update to 0.3.2
+
+* Thu Oct 06 2011 Bastien Nocera <bnocera at redhat.com> 0.2.0-1
+- Update to 0.2.0
+
+* Sat Sep 17 2011 Bastien Nocera <bnocera at redhat.com> 0.1.6-2
+- Update comments about rpath removal
+
+* Mon Sep 12 2011 Bastien Nocera <bnocera at redhat.com> 0.1.6-1
+- Update to 0.1.6
+
+* Mon Aug 01 2011 Bastien Nocera <bnocera at redhat.com> 0.1.4-1
+- Update to 0.1.4
+
+* Tue Jul 05 2011 Bastien Nocera <bnocera at redhat.com> 0.1.2-1
+- First pass
+
diff --git a/sources b/sources
index e69de29..dc130d4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7e3f3508c7c4b6dbb5af929defebaa66  media-explorer-0.3.2.tar.xz


More information about the scm-commits mailing list