SPECS: browser-plugin-xine.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Feb 5 00:23:21 CET 2007


Author: qboosh                       Date: Sun Feb  4 23:23:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   browser-plugin-xine.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/browser-plugin-xine.spec
diff -u /dev/null SPECS/browser-plugin-xine.spec:1.1
--- /dev/null	Mon Feb  5 00:23:21 2007
+++ SPECS/browser-plugin-xine.spec	Mon Feb  5 00:23:16 2007
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+Summary:	XINE browser plugin
+Summary(pl):	Wtyczka XINE dla przeglądarek WWW
+Name:		browser-plugin-xine
+Version:	1.0
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Multimedia
+Source0:	http://dl.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2
+# Source0-md5:	05498789ac11990d5ddd05269671ad0d
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.357
+BuildRequires:	xine-lib-devel >= 2:1.0.0
+BuildRequires:	xorg-lib-libX11-devel
+Requires:	browser-plugins >= 2.0
+Requires:	browser-plugins(%{_target_base_arch})
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# directory where you store the plugin
+%define		_plugindir	%{_libdir}/browser-plugins
+
+%description
+This is a very simple Netscape/Mozilla browser plugin using the XINE
+engine to display multimedia streams.
+
+Features:
+- embedded display on browser window
+- streaming playback directly from XINE engine
+- playback control using keyboard
+- relative paths supported
+- on screen display of buffering and stream information
+- playlists and references support
+- loop and repeat mode
+- multiple instances within the same page
+- JavaScript support
+
+%description -l pl
+Bardzo prosta wtyczka dla przeglądarek Netscape/Mozilla używająca
+silnika XINE do wyświetlania strumieni multimedialnych.
+
+Możliwości:
+- wyświetlanie osadzone w okienku przeglądarki
+- odtwarzanie strumieni bezpośrednio z silnika XINE
+- sterowanie odtwarzaniem przy użyciu klawiatury
+- obsługa względnych ścieżek
+- wyświetlanie na ekranie (OSD) informacji o buforowaniu i strumieniu
+- obsługa playlist i własnych ustawień
+- tryb pętli i powtarzania
+- wiele instancji na tej samej stronie
+- obsługa JavaScriptu
+
+%prep
+%setup -q -n xine-plugin-%{version}
+
+%build
+%configure \
+	--with-plugindir=%{_plugindir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_plugindir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_browser_plugins
+
+%postun
+if [ "$1" = "0" ]; then
+	%update_browser_plugins
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_plugindir}/xineplugin.so
+%{_plugindir}/xine-logo.ogg
+
+%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  2007/02/04 23:23:16  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list