mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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 \
|
--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
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user