mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libcdio: update to libcdio-0.83
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5a5b607596
commit
60a7910e79
@ -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
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libcdio"
|
||||
PKG_VERSION="0.82"
|
||||
PKG_VERSION="0.83"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user