diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-27 20:42:55 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-27 20:42:55 +0000 |
commit | bf0304b40889ea378957580ed8c14d63fa06f749 (patch) | |
tree | e997939b4ffc5b83ef3c5d03383313c605fd3be3 /multimedia/vlc/files/patch-configure | |
parent | Update to 1.17 (diff) |
- Add support for win32 codecs (i386 only)
- Update to 0.8.4
- Update to 0.8.4
- Add support for avahi (disabled for now because of API changes in avahi)
- Remove OPTIONS, it caused too many problems because there are too many
options and things that should be auto-detected aren't and things broke.
- Add support for win32 codecs (i386 only)
Release notes: http://developers.videolan.org/vlc/NEWS
Notes
Notes:
svn path=/head/; revision=149689
Diffstat (limited to '')
-rw-r--r-- | multimedia/vlc/files/patch-configure | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/multimedia/vlc/files/patch-configure b/multimedia/vlc/files/patch-configure new file mode 100644 index 000000000000..f2f6b5d38f40 --- /dev/null +++ b/multimedia/vlc/files/patch-configure @@ -0,0 +1,34 @@ +--- configure.orig Sun Nov 27 13:45:02 2005 ++++ configure Sun Nov 27 13:46:20 2005 +@@ -41006,12 +41006,12 @@ + pkg_cv_BONJOUR_CFLAGS="$BONJOUR_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"avahi-client >= 0.3\"") >&5 +- ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.3") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"avahi-client >= 0.3\"" avahi-client < 0.6) >&5 ++ ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.3 avahi-client < 0.6") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_BONJOUR_CFLAGS=`$PKG_CONFIG --cflags "avahi-client >= 0.3" 2>/dev/null` ++ pkg_cv_BONJOUR_CFLAGS=`$PKG_CONFIG --cflags "avahi-client >= 0.3 avahi-client < 0.6" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -41024,12 +41024,12 @@ + pkg_cv_BONJOUR_LIBS="$BONJOUR_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"avahi-client >= 0.3\"") >&5 +- ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.3") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"avahi-client >= 0.3 avahi-client < 0.6\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.3 avahi-client < 0.6") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_BONJOUR_LIBS=`$PKG_CONFIG --libs "avahi-client >= 0.3" 2>/dev/null` ++ pkg_cv_BONJOUR_LIBS=`$PKG_CONFIG --libs "avahi-client >= 0.3 avahi-client < 0.6" 2>/dev/null` + else + pkg_failed=yes + fi |