Compare commits

...
Sign in to create a new pull request.

19 commits

Author SHA1 Message Date
Xavier Bachelot
3172389a0c Moved to RPM Fusion together with xine-lib 1.2+ 2013-10-24 09:59:48 +02:00
Dennis Gilmore
26d090bbe0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:19:05 -05:00
Dennis Gilmore
a81b53f7e9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:45:15 -06:00
Dennis Gilmore
fc023d6e05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:35:29 -05:00
Dennis Gilmore
38b9f68271 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:58:18 -06:00
Dennis Gilmore
ea59b102bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:15:29 -06:00
Fedora Release Engineering
b94912a9e5 dist-git conversion 2010-07-29 15:53:11 +00:00
Bill Nottingham
1f71c1f15d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:59 +00:00
Jesse Keating
40f9bffcb0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:05:47 +00:00
Jesse Keating
7f4ae2a9ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:41:31 +00:00
Martin Sourada
91cbbd30f5 Update to 1.0.2. 2008-12-11 00:06:20 +00:00
Martin Sourada
7339e641a7 Sync devel with F9 to fix EVR problem. 2008-07-22 21:40:17 +00:00
Martin Sourada
0532539f00 Require mozilla-filesystem instead of xulrunner on >= F9 2008-06-01 12:22:07 +00:00
Martin Sourada
9ce9d72d95 And bump the release... 2008-04-22 22:34:00 +00:00
Martin Sourada
12dcb9a02f Fix build issue (remove unused patch from specfile). 2008-04-22 22:30:23 +00:00
Martin Sourada
e734087ba6 Update to new version. 2008-04-22 21:35:37 +00:00
Martin Sourada
cc2f68f1d4 Rebuid for GCC 4.3.
Add patch to support xine-lib 1.1.10.1.
2008-02-09 12:59:03 +00:00
Martin Sourada
6ec1851451 Rebuild. 2007-08-21 17:12:31 +00:00
Martin Sourada
d8910d0832 Update License: field 2007-08-09 09:42:30 +00:00
5 changed files with 1 additions and 91 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xine-plugin
# $Id$
NAME := xine-plugin
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
05498789ac11990d5ddd05269671ad0d xine-plugin-1.0.tar.bz2

View file

@ -1,68 +0,0 @@
Name: xine-plugin
Version: 1.0
Release: 3%{?dist}
Summary: Media plugin for mozilla compatible browsers using libxine backend
Group: Applications/Multimedia
License: GPL
URL: http://xinehq.de/
Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.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
* 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