Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3172389a0c | ||
|
|
26d090bbe0 | ||
|
|
a81b53f7e9 | ||
|
|
fc023d6e05 | ||
|
|
38b9f68271 | ||
|
|
ea59b102bd | ||
|
|
b94912a9e5 | ||
|
|
1f71c1f15d | ||
|
|
40f9bffcb0 | ||
|
|
7f4ae2a9ac | ||
|
|
91cbbd30f5 | ||
|
|
7339e641a7 | ||
|
|
0532539f00 | ||
|
|
9ce9d72d95 | ||
|
|
12dcb9a02f | ||
|
|
e734087ba6 | ||
|
|
cc2f68f1d4 | ||
|
|
6ec1851451 | ||
|
|
d8910d0832 |
4 changed files with 1 additions and 98 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
xine-plugin-1.0.1.tar.bz2
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Moved to RPM Fusion together with xine-lib 1.2+
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
56f826f5ca85543df114d25591147970 xine-plugin-1.0.1.tar.bz2
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
%if 0%{?fedora} > 8
|
||||
%define use_xulrunner 1
|
||||
%else
|
||||
%define use_xulrunner 0
|
||||
%endif
|
||||
|
||||
Name: xine-plugin
|
||||
Version: 1.0.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Media plugin for mozilla compatible browsers using libxine backend
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: GPLv2+
|
||||
URL: http://xinehq.de/
|
||||
Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xine-lib-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
|
||||
%if 0%{?use_xulrunner}
|
||||
Requires: xulrunner
|
||||
%else
|
||||
Requires: %{_libdir}/mozilla/plugins
|
||||
%endif
|
||||
|
||||
|
||||
%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
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-plugindir=%{_libdir}/mozilla/plugins
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/*.la
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/mozilla/plugins/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 23 2008 Martin Sourada <martin.sourada@gmail.com> - 1.0.1-2
|
||||
- remove the dropped patch from spec file completely
|
||||
|
||||
* Tue Apr 22 2008 Martin Sourada <martin.sourada@gmail.com> - 1.0.1-1
|
||||
- new upstream release
|
||||
- drop the xine-lib version patch - fixed in upstream
|
||||
|
||||
* Sat Feb 09 2008 Martin Sourada <martin.sourada@gmail.com> - 1.0-6
|
||||
- rebuild for gcc 4.3
|
||||
- add patch for x.y.z.w format xine-lib version string
|
||||
|
||||
* Tue Aug 21 2007 Martin Sourada <martin.sourada@seznam.cz> - 1.0-5
|
||||
- rebuild
|
||||
|
||||
* Thu Aug 09 2007 Martin Sourada <martin.sourada@seznam.cz> - 1.0-4
|
||||
- update License: field to GPLv2+
|
||||
|
||||
* Wed Mar 14 2007 Martin Sourada <martin.sourada@seznam.cz> - 1.0-3
|
||||
- fix rpmlint warning
|
||||
|
||||
* Tue Mar 13 2007 Martin Sourada <martin.sourada@seznam.cz> - 1.0-2
|
||||
- add BR: xorg-x11-proto-devel, libX11-devel
|
||||
|
||||
* Sun Feb 04 2007 Martin Sourada <martin.sourada@seznam.cz> - 1.0-1
|
||||
- Initial package
|
||||
Loading…
Add table
Add a link
Reference in a new issue