mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Merge all changes from trunk
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE="http://www.gnu.org/software/libcdio"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
DEPEND="dev-libs/libiconv >= 1.12"
|
||||
CHECKSUM_MD5="1c29b18e01ab2b966162bc727bf3c360"
|
||||
BUILD {
|
||||
cd libcdio-0.82
|
||||
|
||||
25
dev-libs/libcdio/libcdio-0.83.bep
Normal file
25
dev-libs/libcdio/libcdio-0.83.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="A library to encapsulate CD-ROM reading and control"
|
||||
HOMEPAGE="http://www.gnu.org/software/libcdio"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/libcdio/libcdio-0.83.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/libiconv >= 1.12"
|
||||
CHECKSUM_MD5="b9e0f1bccb142e697cd834fe56b6e6fb"
|
||||
BUILD {
|
||||
cd libcdio-0.83
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libcdio-0.83
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2003-2011 Rocky Bernstein
|
||||
1996-1998 Gerd Knorr and Heiko Eißfeldt"
|
||||
26
dev-libs/libcdio/libcdio-0.90.bep
Normal file
26
dev-libs/libcdio/libcdio-0.90.bep
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION="A library to encapsulate CD-ROM reading and control"
|
||||
HOMEPAGE="http://www.gnu.org/software/libcdio"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/libcdio/libcdio-0.90.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/libiconv >= 1.12
|
||||
dev-util/pkgconfig"
|
||||
CHECKSUM_MD5="1b245b023fb03a58d030fd2800db3247"
|
||||
BUILD {
|
||||
cd libcdio-0.90
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libcdio-0.90
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2003-2011 Rocky Bernstein
|
||||
1996-1998 Gerd Knorr and Heiko Eißfeldt"
|
||||
20
dev-libs/libcdio/patches/libcdio-0.83.patch
Normal file
20
dev-libs/libcdio/patches/libcdio-0.83.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
diff -urN libcdio-0.83/configure.ac libcdio-0.83-haiku/configure.ac
|
||||
--- libcdio-0.83/configure.ac 2009-10-27 11:26:32.055574528 +0000
|
||||
+++ libcdio-0.83-haiku/configure.ac 2010-10-05 11:54:28.000000000 +0000
|
||||
@@ -246,7 +246,7 @@
|
||||
dnl empty_array_size
|
||||
AC_MSG_CHECKING([how to create empty arrays])
|
||||
|
||||
-empty_array_size="xxxx"
|
||||
+empty_array_size="xxx"
|
||||
AC_TRY_COMPILE([],[struct { int foo; int bar[]; } doo;], empty_array_size="")
|
||||
|
||||
if test "x$empty_array_size" = "xxxx";then
|
||||
@@ -572,6 +572,7 @@
|
||||
[AC_MSG_WARN([new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net])
|
||||
HAVE_CDDB=no])
|
||||
AC_CHECK_LIB(socket, connect)
|
||||
+ AC_CHECK_LIB(network, connect)
|
||||
AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname))
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user