Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f480888353 | ||
|
|
1ca22ae691 | ||
|
|
b047a3f93d | ||
|
|
74b0201bba | ||
|
|
c75d0013ad | ||
|
|
ef90322a5f | ||
|
|
2aee396f7c | ||
|
|
f4b6ba920a | ||
|
|
47350aedc4 |
5 changed files with 25 additions and 31 deletions
|
|
@ -1 +0,0 @@
|
|||
xine-plugin-1.0.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xine-plugin-1.0.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
05498789ac11990d5ddd05269671ad0d xine-plugin-1.0.tar.bz2
|
||||
dde79a4d12270cbe0c71a0c1afa41111 xine-plugin-1.0.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
Name: xine-plugin
|
||||
Version: 1.0
|
||||
Release: 6%{?dist}
|
||||
Summary: Media plugin for mozilla compatible browsers using libxine backend
|
||||
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-1.0.tar.bz2
|
||||
Patch0: xine-plugin-1.0-xine-version-check.patch
|
||||
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: xulrunner
|
||||
|
||||
Requires: mozilla-filesystem
|
||||
|
||||
%description
|
||||
This is a very simple netscape/mozilla browser plugin using the xine
|
||||
|
|
@ -35,8 +35,6 @@ Features:
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .xine-version-check
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-plugindir=%{_libdir}/mozilla/plugins
|
||||
|
|
@ -60,6 +58,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue