Compare commits

..

8 commits

Author SHA1 Message Date
Fedora Release Engineering
2229c690b7 dist-git conversion 2010-07-29 15:53:07 +00:00
Bill Nottingham
a529bd139f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:35 +00:00
Martin Sourada
46fad5f979 F-8 does not have xulrunner. 2008-12-11 00:18:59 +00:00
Martin Sourada
0724a4964d Update to 1.0.2. 2008-12-11 00:06:18 +00:00
Martin Sourada
2f5bb94dd7 And bump the release... 2008-04-22 22:33:28 +00:00
Martin Sourada
a598a34926 Fix build issue (remove unused patch from specfile). 2008-04-22 22:30:08 +00:00
Martin Sourada
9be5917458 Update to new version. 2008-04-22 21:35:17 +00:00
Jesse Keating
8d3286b2c9 Initialize branch F-8 for xine-plugin 2007-10-21 01:19:40 +00:00
4 changed files with 97 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xine-plugin-1.0.2.tar.bz2

View file

@ -1 +0,0 @@
Moved to RPM Fusion together with xine-lib 1.2+

1
sources Normal file
View file

@ -0,0 +1 @@
dde79a4d12270cbe0c71a0c1afa41111 xine-plugin-1.0.2.tar.bz2

95
xine-plugin.spec Normal file
View file

@ -0,0 +1,95 @@
Name: xine-plugin
Version: 1.0.2
Release: 1%{?dist}
Summary: Mozilla/Netscape compatible media plugin
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
Requires: %{_libdir}/mozilla/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
%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
* Thu Dec 11 2008 Martin Sourada <mso@fedoraproject.org> - 1.0.2-1
- new upstreame release
- should fix rhbz #473830
* Sun Jun 22 2008 Martin Stransky <stransky@redhat.com> - 1.0.1-4
- rebuild against new xulrunner
* Sun Jun 01 2008 Martin Sourada <martin.sourada@gmail.com> - 1.0.1-3
- require mozilla-filesystem instead of xulrunner on >= F9
* 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