Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bd4bb0536 | ||
|
|
916290f096 | ||
|
|
dfd087025b | ||
|
|
7c105d5980 |
5 changed files with 9 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
xine-plugin-1.0.1.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 @@
|
|||
56f826f5ca85543df114d25591147970 xine-plugin-1.0.1.tar.bz2
|
||||
dde79a4d12270cbe0c71a0c1afa41111 xine-plugin-1.0.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,13 +1,7 @@
|
|||
%if 0%{?fedora} > 8
|
||||
%define use_xulrunner 1
|
||||
%else
|
||||
%define use_xulrunner 0
|
||||
%endif
|
||||
|
||||
Name: xine-plugin
|
||||
Version: 1.0.1
|
||||
Release: 4%{?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+
|
||||
|
|
@ -20,12 +14,7 @@ BuildRequires: pkgconfig
|
|||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
|
||||
%if 0%{?use_xulrunner}
|
||||
Requires: mozilla-filesystem
|
||||
%else
|
||||
Requires: %{_libdir}/mozilla/plugins
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
This is a very simple netscape/mozilla browser plugin using the xine
|
||||
|
|
@ -69,6 +58,10 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue