Merge branch '3.0' of crux:/home/crux/scm/ports/contrib into 3.0

This commit is contained in:
Bartlomiej Palmowski 2013-08-25 17:19:10 +02:00
commit 940a932955

View File

@ -6,15 +6,29 @@
name=mpv
version=0.1.3
release=1
release=2
source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
build () {
cd "$name-$version"
cd $name-$version
# custom CFLAGS LDFLAGS might break the build
unset CFLAGS LDFLAGS
./configure --prefix=/usr --mandir=/usr/man
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-lircc \
--disable-joystick \
--disable-radio \
--disable-radio-capture \
--disable-radio-v4l2 \
--disable-macosx-bundle \
--disable-rpath \
--disable-libbs2b \
--disable-direct3d \
--disable-corevideo \
--disable-cocoa \
--disable-coreaudio
make
make DESTDIR=$PKG \