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 \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--disable-static \
--enable-shared \
--disable-rpath \
--enable-cxx \ --enable-cxx \
--disable-cpp-progs \ --disable-cpp-progs \
--enable-shared \
--disable-static \
--enable-joliet \ --enable-joliet \
--disable-rpath \
--enable-rock \ --enable-rock \
--disable-cddb \ --disable-cddb \
--disable-vcd-info \ --disable-vcd-info \
--with-cd-drive \ --without-cd-drive \
--with-cd-info \ --without-cd-info \
--with-cd-paranoia \ --with-cd-paranoia \
--with-cdda_player \ --without-cdda-player \
--with-cd-read \ --without-cd-read \
--with-iso-info \ --without-iso-info \
--with-iso-read \ --without-iso-read \
--without-versioned-libs \ --with-gnu-ld
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
make -C lib make
make -C include $MAKEINSTALL
$MAKEINSTALL -C lib
$MAKEINSTALL -C include
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
cp *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig

View File

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