OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 20-Jan-2004 11:56:00
Branch: HEAD Handle: 2004012010555604
Modified files:
openpkg-re/vcheck vc.mozilla-mplayer
openpkg-src/mozilla-mplayer
mozilla-mplayer.patch mozilla-mplayer.spec
openpkg-web news.txt
Log:
upgrading package: mozilla-mplayer 1.0 -> 1.1
Summary:
Revision Changes Path
1.7 +1 -1 openpkg-re/vcheck/vc.mozilla-mplayer
1.4 +9 -9 openpkg-src/mozilla-mplayer/mozilla-mplayer.patch
1.8 +10 -4 openpkg-src/mozilla-mplayer/mozilla-mplayer.spec
1.8143 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.mozilla-mplayer
============================================================================
$ cvs diff -u -r1.6 -r1.7 vc.mozilla-mplayer
--- openpkg-re/vcheck/vc.mozilla-mplayer 3 Dec 2003 10:10:32 -0000 1.6
+++ openpkg-re/vcheck/vc.mozilla-mplayer 20 Jan 2004 10:55:56 -0000 1.7
@@ -2,7 +2,7 @@
}
prog mozilla-mplayer = {
- version = 1.0
+ version = 1.1
url = http://prdownloads.sourceforge.net/mplayerplug-in/
regex = mplayerplug-in-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-mplayer/mozilla-mplayer.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 mozilla-mplayer.patch
--- openpkg-src/mozilla-mplayer/mozilla-mplayer.patch 20 Oct 2003 18:27:56 -0000
1.3
+++ openpkg-src/mozilla-mplayer/mozilla-mplayer.patch 20 Jan 2004 10:55:59 -0000
1.4
@@ -1,7 +1,7 @@
Index: Source/mplayerplug-in.c
---- Source/mplayerplug-in.c.orig 2003-10-20 19:11:32.000000000 +0200
-+++ Source/mplayerplug-in.c 2003-10-20 20:21:46.000000000 +0200
-@@ -70,7 +70,7 @@
+--- Source/mplayerplug-in.c.orig Tue Jan 20 11:08:49 2004
++++ Source/mplayerplug-in.c Tue Jan 20 11:09:38 2004
+@@ -71,7 +71,7 @@
}
if (config == NULL) {
@@ -10,7 +10,7 @@
}
if (config == NULL) {
-@@ -147,7 +147,7 @@
+@@ -148,7 +148,7 @@
}
if (customtypes == NULL) {
@@ -20,9 +20,9 @@
if (customtypes != NULL) {
Index: Source/support.c
---- Source/support.c.orig 2003-10-20 19:11:32.000000000 +0200
-+++ Source/support.c 2003-10-20 20:21:46.000000000 +0200
-@@ -113,7 +113,7 @@
+--- Source/support.c.orig Tue Jan 20 11:10:43 2004
++++ Source/support.c Tue Jan 20 11:10:51 2004
+@@ -116,7 +116,7 @@
}
if (config == NULL) {
@@ -32,8 +32,8 @@
if (config == NULL) {
Index: mplayerplug-in.types
---- mplayerplug-in.types.orig 2003-10-17 18:28:13.000000000 +0200
-+++ mplayerplug-in.types 2003-10-20 20:21:46.000000000 +0200
+--- mplayerplug-in.types.orig Tue Jan 20 11:11:49 2004
++++ mplayerplug-in.types Tue Jan 20 11:11:52 2004
@@ -32,4 +32,4 @@
audio/x-ms-wma:wma:Windows Media;
application/x-drm-v2:asx:Windows Media;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla-mplayer/mozilla-mplayer.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 mozilla-mplayer.spec
--- openpkg-src/mozilla-mplayer/mozilla-mplayer.spec 3 Dec 2003 10:10:34 -0000
1.7
+++ openpkg-src/mozilla-mplayer/mozilla-mplayer.spec 20 Jan 2004 10:56:00 -0000
1.8
@@ -24,8 +24,8 @@
##
# package version
-%define V_dist 1.0
-%define V_opkg 1.0
+%define V_dist 1.1
+%define V_opkg 1.1
# package information
Name: mozilla-mplayer
@@ -37,7 +37,7 @@
Group: Web
License: GPL
Version: %{V_opkg}
-Release: 20031203
+Release: 20040120
# list of sources
Source0:
http://osdn.dl.sourceforge.net/mplayerplug-in/mplayerplug-in-%{V_dist}.tar.gz
@@ -59,10 +59,16 @@
%prep
%setup -q -n mplayerplug-in
%patch -p0
- %{l_shtool} subst %{l_value -s l_prefix} Source/*.c
+ %{l_shtool} subst \
+ %{l_value -s l_prefix} \
+ Source/*.c
+ %{l_shtool} subst \
+ -e 's;\(.*LIBOBJS="$LIBOBJS\) lstat.$ac_objext;\1;' \
+ configure
%build
CC="%{l_cc}" \
+ CPPFLAGS="%{l_cppflags} -I`%{l_prefix}/etc/rc --query x11_incdir`" \
CFLAGS="%{l_cflags -O} %{l_cppflags} -I`%{l_prefix}/etc/rc --query x11_incdir`"
\
LIBS="%{l_ldflags} -L`%{l_prefix}/etc/rc --query x11_libdir`" \
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8142 -r1.8143 news.txt
--- openpkg-web/news.txt 20 Jan 2004 07:47:12 -0000 1.8142
+++ openpkg-web/news.txt 20 Jan 2004 10:55:57 -0000 1.8143
@@ -1,3 +1,4 @@
+20-Jan-2004: Upgraded package: P<mozilla-mplayer-1.1-20040120>
20-Jan-2004: Upgraded package: P<html2text-1.3.2a-20040120>
19-Jan-2004: Upgraded package: P<uvscan-4.32+4316-20040119>
19-Jan-2004: Upgraded package: P<perl-www-20040119-20040119>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]