diff options
author | 2004-08-25 19:25:53 +0000 | |
---|---|---|
committer | 2004-08-25 19:25:53 +0000 | |
commit | 39ff85e7717f7cc4f62b43fe39f2cb430e0557c9 (patch) | |
tree | d7e7b5aa09e5219c9d450cebb9e530696bf44cc6 /media-video/mkvtoolnix/files | |
parent | New version, supports KDE_MALLOC and KDE_IS_PRELINKED (see bug #60771) (diff) | |
download | historical-39ff85e7717f7cc4f62b43fe39f2cb430e0557c9.tar.gz historical-39ff85e7717f7cc4f62b43fe39f2cb430e0557c9.tar.bz2 historical-39ff85e7717f7cc4f62b43fe39f2cb430e0557c9.zip |
Version bumped. Closes 58284.
Diffstat (limited to 'media-video/mkvtoolnix/files')
-rw-r--r-- | media-video/mkvtoolnix/files/configure-wx_config.patch | 37 | ||||
-rw-r--r-- | media-video/mkvtoolnix/files/digest-mkvtoolnix-0.9.4 | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/media-video/mkvtoolnix/files/configure-wx_config.patch b/media-video/mkvtoolnix/files/configure-wx_config.patch new file mode 100644 index 000000000000..86a6660a7f02 --- /dev/null +++ b/media-video/mkvtoolnix/files/configure-wx_config.patch @@ -0,0 +1,37 @@ +--- /var/tmp/portage/mkvtoolnix-0.9.4/work/mkvtoolnix-0.9.4/configure 2004-07-25 03:48:01.000000000 -0700 ++++ /tmp/configure 2004-08-11 09:42:34.595046336 -0700 +@@ -6037,8 +6037,8 @@ + + echo "$as_me:$LINENO: checking for wxWindows" >&5 + echo $ECHO_N "checking for wxWindows... $ECHO_C" >&6 +- if wx-config --cxxflags > /dev/null 2>&1; then +- wxwversion=`wx-config --version` ++ if $WX_CONFIG --cxxflags > /dev/null 2>&1; then ++ wxwversion=`$WX_CONFIG --version` + wxw_ver_req_major=2 + wxw_ver_req_minor=4 + wxw_ver_req_micro=0 +@@ -6062,9 +6062,9 @@ + fi + + if test "$wxwver_ok" = "1" ; then +- WXWINDOWS_CFLAGS=`wx-config --cxxflags` +- WXWINDOWS_LDFLAGS=`wx-config --ldflags` +- WXWINDOWS_LIBS=`wx-config --libs` ++ WXWINDOWS_CFLAGS=`$WX_CONFIG --cxxflags` ++ WXWINDOWS_LDFLAGS=`$WX_CONFIG --ldflags` ++ WXWINDOWS_LIBS=`$WX_CONFIG --libs` + + cat >>confdefs.h <<\_ACEOF + #define HAVE_WXWINDOWS 1 +@@ -6080,8 +6080,8 @@ + echo "${ECHO_T}no: version $wxwversion is too old" >&6 + fi + else +- echo "$as_me:$LINENO: result: no: wx-config was not found" >&5 +-echo "${ECHO_T}no: wx-config was not found" >&6 ++ echo "$as_me:$LINENO: result: no: $WX_CONFIG was not found" >&5 ++echo "${ECHO_T}no: $WX_CONFIG was not found" >&6 + fi + + diff --git a/media-video/mkvtoolnix/files/digest-mkvtoolnix-0.9.4 b/media-video/mkvtoolnix/files/digest-mkvtoolnix-0.9.4 new file mode 100644 index 000000000000..93f5f24b709d --- /dev/null +++ b/media-video/mkvtoolnix/files/digest-mkvtoolnix-0.9.4 @@ -0,0 +1 @@ +MD5 9b2194fa0d78670d18e6aff0359b7dc1 mkvtoolnix-0.9.4.tar.bz2 499321 |