mplayer: 2009-09-19 -> 2009-12-26
This commit is contained in:
parent
f2200efaa5
commit
0ea7524014
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user