Use the libdvdread source package from handbrake instead.

This commit is contained in:
Scott McCreary
2011-01-31 19:25:47 +00:00
parent e9a11920ac
commit 00ac15f7a6

View File

@@ -1,18 +1,21 @@
DESCRIPTION="libdvdread is a library for DVD navigation tools" DESCRIPTION="libdvdread is a library for DVD navigation tools"
HOMEPAGE="http://mplayerhq.hu" HOMEPAGE="http://mplayerhq.hu"
SRC_URI="svn://svn.mplayer.hu/dvdnav/trunk/libdvdread#1168" SRC_URI="http://download.m0k.org/handbrake/contrib/libdvdread-svn1168.tar.gz"
#CHECKSUM_MD5="" CHECKSUM_MD5="39cb0b27cc6b05e4f5c849dececf1f7a"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd libdvdread-svn1168 cd libdvdread
libtoolize --force --copy --install
aclocal
autoconf
./autogen.sh ./autogen.sh
./configure --prefix=/boot/common ./configure --prefix=/boot/common
make make
} }
INSTALL { INSTALL {
cd libdvdread-svn1168 cd libdvdread
make install make install
} }