libcdio: update to libcdio-0.83

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-30 10:43:16 +01:00
parent 5a5b607596
commit 60a7910e79
2 changed files with 13 additions and 20 deletions

View File

@ -27,30 +27,23 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--disable-rpath \
--enable-cxx \
--disable-cpp-progs \
--enable-shared \
--disable-static \
--enable-joliet \
--disable-rpath \
--enable-rock \
--disable-cddb \
--disable-vcd-info \
--with-cd-drive \
--with-cd-info \
--without-cd-drive \
--without-cd-info \
--with-cd-paranoia \
--with-cdda_player \
--with-cd-read \
--with-iso-info \
--with-iso-read \
--without-versioned-libs \
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
--without-cdda-player \
--without-cd-read \
--without-iso-info \
--without-iso-read \
--with-gnu-ld
make -C lib
make -C include
$MAKEINSTALL -C lib
$MAKEINSTALL -C include
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
cp *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
make
$MAKEINSTALL

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libcdio"
PKG_VERSION="0.82"
PKG_VERSION="0.83"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"