From 4e64b7133ccf631fe6083a5d14c9a626f1c0c456 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Jul 2009 00:24:25 +0200 Subject: [PATCH] update to libcdio-0.81 --- .../libcdio/patches/10_crosscompile.diff | 151 ------------------ packages/audio/libcdio/url | 2 +- 2 files changed, 1 insertion(+), 152 deletions(-) delete mode 100644 packages/audio/libcdio/patches/10_crosscompile.diff diff --git a/packages/audio/libcdio/patches/10_crosscompile.diff b/packages/audio/libcdio/patches/10_crosscompile.diff deleted file mode 100644 index 7a3b0e5080..0000000000 --- a/packages/audio/libcdio/patches/10_crosscompile.diff +++ /dev/null @@ -1,151 +0,0 @@ ---- libcdio-0.80/configure.orig 2008-03-30 05:23:15.000000000 +0200 -+++ libcdio-0.80/configure 2008-03-30 05:27:21.000000000 +0200 -@@ -7402,120 +7402,14 @@ - - { echo "$as_me:$LINENO: checking bitfield ordering in structs" >&5 - echo $ECHO_N "checking bitfield ordering in structs... $ECHO_C" >&6; } --if test "$cross_compiling" = yes; then -+if test "$cross_compiling" = dummy; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 - echo "$as_me: error: cannot run test program while cross compiling - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - else -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- --int -- main() { -- struct { char bit_0:1, bit_12:2, bit_345:3, bit_67:2; } --#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) -- __attribute__((packed)) --#endif -- bf = { 1,1,1,1 }; -- if (sizeof (bf) != 1) return 1; -- return *((unsigned char*) &bf) != 0x4b; } -- --_ACEOF --rm -f conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_try") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then - bf_lsbf=1 --else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --( exit $ac_status ) --if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- --int --main() { -- struct { char bit_0:1, bit_12:2, bit_345:3, bit_67:2; } --#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) -- __attribute__((packed)) --#endif -- bf = { 1,1,1,1 }; -- if (sizeof (bf) != 1) return 1; -- return *((unsigned char*) &bf) != 0xa5; } -- --_ACEOF --rm -f conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_try") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- bf_lsbf=0 --else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: unsupported bitfield ordering" >&5 --echo "$as_me: error: unsupported bitfield ordering" >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -- -- --fi --rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -23190,7 +23084,7 @@ - - { echo "$as_me:$LINENO: checking extern long timezone variable" >&5 - echo $ECHO_N "checking extern long timezone variable... $ECHO_C" >&6; } --if test "$cross_compiling" = yes; then -+if test "$cross_compiling" = dummy; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 - echo "$as_me: error: cannot run test program while cross compiling -@@ -23495,7 +23389,7 @@ - if test $ac_cv_member_struct_tm_tm_gmtoff = yes ; then - { echo "$as_me:$LINENO: checking whether time.h defines daylight and timezone variables" >&5 - echo $ECHO_N "checking whether time.h defines daylight and timezone variables... $ECHO_C" >&6; } -- if test "$cross_compiling" = yes; then -+ if test "$cross_compiling" = dummy; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 - echo "$as_me: error: cannot run test program while cross compiling -@@ -23565,7 +23459,7 @@ - echo "${ECHO_T}$has_daylight" >&6; } - { echo "$as_me:$LINENO: checking whether time.h defines tzname variable" >&5 - echo $ECHO_N "checking whether time.h defines tzname variable... $ECHO_C" >&6; } -- if test "$cross_compiling" = yes; then -+ if test "$cross_compiling" = dummy; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 - echo "$as_me: error: cannot run test program while cross compiling diff --git a/packages/audio/libcdio/url b/packages/audio/libcdio/url index d5ccf11bfa..9999b1ad58 100644 --- a/packages/audio/libcdio/url +++ b/packages/audio/libcdio/url @@ -1 +1 @@ -http://ftp.gnu.org/gnu/libcdio/libcdio-0.80.tar.gz +http://ftp.gnu.org/gnu/libcdio/libcdio-0.81.tar.gz