OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jan-2005 19:49:56
Branch: HEAD Handle: 2005012018495500
Modified files:
openpkg-src/mplayer mplayer.spec
Log:
strip unwanted header and library locations from buildconf
(/usr/local/lib for example)
Summary:
Revision Changes Path
1.102 +8 -1 openpkg-src/mplayer/mplayer.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mplayer/mplayer.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 mplayer.spec
--- openpkg-src/mplayer/mplayer.spec 14 Jan 2005 08:41:59 -0000 1.101
+++ openpkg-src/mplayer/mplayer.spec 20 Jan 2005 18:49:55 -0000 1.102
@@ -39,7 +39,7 @@
Group: Video
License: GPL and others
Version: %{V_mplayer}
-Release: 20050114
+Release: 20050120
# build options
%option with_gui no
@@ -98,6 +98,13 @@
%setup -q -n MPlayer-%{V_mplayer} -T -D -a 5
%patch -p0
%{l_shtool} subst \
+ -e 's; *-I/usr/local/include/*[a-zA-Z0-9{},/ ]*;;g' \
+ -e 's; */usr/local/include/*[a-zA-Z0-9{},/ ]*;;g' \
+ -e 's; *-L/usr/local/lib/*[a-zA-Z0-9{},/ ]*;;g' \
+ -e 's; */usr/local/lib/*[a-zA-Z0-9{},/ ]*;;g' \
+ -e 's; */usr/local/*[a-zA-Z0-9{},/ ]*;;g' \
+ configure
+ %{l_shtool} subst \
-e 's;u_int\([0-9]*\)_t;uint\1_t;g' \
drivers/radeon/radeonfb.c \
loader/module.c \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]