summaryrefslogtreecommitdiff
path: root/mplayer
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2009-12-30 15:53:08 +0100
committerThomas Penteker <tek@serverop.de>2009-12-30 15:53:08 +0100
commit0ea7524014a4a6d7d3bfc59eb498909a4dc05da3 (patch)
tree97ca56d389662f2833118b63b54facaf83cf77eb /mplayer
parentf2200efaa5e6cda1862cf10d82f82b4fa0c89668 (diff)
downloadopt-0ea7524014a4a6d7d3bfc59eb498909a4dc05da3.tar.gz
opt-0ea7524014a4a6d7d3bfc59eb498909a4dc05da3.tar.xz
mplayer: 2009-09-19 -> 2009-12-26
Diffstat (limited to 'mplayer')
-rw-r--r--mplayer/.footprint8
-rw-r--r--mplayer/.md5sum2
-rw-r--r--mplayer/Pkgfile12
3 files changed, 12 insertions, 10 deletions
diff --git a/mplayer/.footprint b/mplayer/.footprint
index f55fb99a2..b60db6361 100644
--- a/mplayer/.footprint
+++ b/mplayer/.footprint
@@ -1,11 +1,11 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/mplayer/
+-rw-r--r-- root/root etc/mplayer/input.conf
+-rw-r--r-- root/root etc/mplayer/mplayer.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mencoder
-rwxr-xr-x root/root usr/bin/mplayer
-drwxr-xr-x root/root usr/etc/
-drwxr-xr-x root/root usr/etc/mplayer/
--rw-r--r-- root/root usr/etc/mplayer/input.conf
--rw-r--r-- root/root usr/etc/mplayer/mplayer.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/mencoder.1.gz -> mplayer.1.gz
diff --git a/mplayer/.md5sum b/mplayer/.md5sum
index efb6d5f84..88a79258e 100644
--- a/mplayer/.md5sum
+++ b/mplayer/.md5sum
@@ -1,3 +1,3 @@
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
-9a8e2d1c9999c3be9e2e8c7eceb969b1 mplayer-export-2009-09-19.tar.bz2
+0721f8667e36731a062c683c4c054f44 mplayer-export-2009-12-26.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf
diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile
index 84c7f6781..7caac8ca8 100644
--- a/mplayer/Pkgfile
+++ b/mplayer/Pkgfile
@@ -6,8 +6,8 @@
# Nice to have: libsdl, libjpeg, libpng, lame, zlib, libogg, libvorbis, cdparanoia, win32-essential-codecs, faac, x264, libdvdnav, libdca
name=mplayer
-version=export-2009-09-19
-release=2
+version=export-2009-12-26
+release=1
source=(http://crux.nu/~lucas/files/$name-$version.tar.bz2
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
mplayer.conf)
@@ -20,7 +20,8 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--codecsdir=/usr/lib/win32 \
- --enable-largefiles
+ --enable-largefiles \
+ --confdir=/etc
make
make DESTDIR=$PKG install
@@ -33,8 +34,9 @@ build() {
ln -s font-arial-14-iso-8859-1 $PKG/usr/share/mplayer/font
# config
- install -m 644 $SRC/mplayer.conf $PKG/usr/etc/mplayer/
- install -m 644 etc/input.conf $PKG/usr/etc/mplayer/
+ mkdir -p $PKG/etc/mplayer
+ install -m 644 $SRC/mplayer.conf $PKG/etc/mplayer/
+ install -m 644 etc/input.conf $PKG/etc/mplayer/
# finish up
rmdir $PKG/usr/lib

Generated by cgit