diff options
author | seb <seb@pkgsrc.org> | 2005-08-30 06:44:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-08-30 06:44:37 +0000 |
commit | f625f7fe5649a2541854809205186e3ffbde2b31 (patch) | |
tree | fba7d7c193fb0c5543deb2f5e62daa233c811763 /audio/amarok/patches | |
parent | e199dccb5a086a5cd605a9090f6b5705d86ff70a (diff) | |
download | pkgsrc-f625f7fe5649a2541854809205186e3ffbde2b31.tar.gz |
Update to version 1.3 'Airborne'.
Too many changes, bugfixes and features since last packaged version (1.2.4) to
list here. Please see amaroK's homepage or the ChangeLog file enclosed in the
source tarball.
Diffstat (limited to 'audio/amarok/patches')
-rw-r--r-- | audio/amarok/patches/patch-aa | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/audio/amarok/patches/patch-aa b/audio/amarok/patches/patch-aa new file mode 100644 index 00000000000..99fd34da5c7 --- /dev/null +++ b/audio/amarok/patches/patch-aa @@ -0,0 +1,46 @@ +$NetBSD: patch-aa,v 1.6 2005/08/30 06:44:37 seb Exp $ + +--- configure.orig 2005-08-14 22:53:36.000000000 +0000 ++++ configure +@@ -33581,24 +33581,24 @@ else + + fi; + +-echo "$as_me:$LINENO: checking for RealPlayer or HelixPlayer" >&5 +-echo $ECHO_N "checking for RealPlayer or HelixPlayer... $ECHO_C" >&6 ++#echo "$as_me:$LINENO: checking for RealPlayer or HelixPlayer" >&5 ++#echo $ECHO_N "checking for RealPlayer or HelixPlayer... $ECHO_C" >&6 + +-HXPLAY=`type -p hxplay` +-RPLAY=`type -p realplay` +-if test "$RPLAY" != "" -a -x "$RPLAY"; then +- HELIX_LIBS=`grep 'HELIX_LIBS=/' $RPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1` +- if test -e "$HELIX_LIBS/common/clntcore.so"; then +- echo "found RealPlayer" +- build_helix=yes +- fi +-elif test "$HXPLAY" != "" -a -x "$HXPLAY"; then +- HELIX_LIBS=`grep 'HELIX_LIBS=/' $HXPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1` +- if test -e "$HELIX_LIBS/common/clntcore.so"; then +- echo "found HelixPlayer" +- build_helix=yes +- fi +-fi ++#HXPLAY=`type -p hxplay` ++#RPLAY=`type -p realplay` ++#if test "$RPLAY" != "" -a -x "$RPLAY"; then ++# HELIX_LIBS=`grep 'HELIX_LIBS=/' $RPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1` ++# if test -e "$HELIX_LIBS/common/clntcore.so"; then ++# echo "found RealPlayer" ++# build_helix=yes ++# fi ++#elif test "$HXPLAY" != "" -a -x "$HXPLAY"; then ++# HELIX_LIBS=`grep 'HELIX_LIBS=/' $HXPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1` ++# if test -e "$HELIX_LIBS/common/clntcore.so"; then ++# echo "found HelixPlayer" ++# build_helix=yes ++# fi ++#fi + + + if test "$build_helix" != "no"; then |