diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-19 19:50:50 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:20:49 -0600 |
commit | 349d7ace77abcd95d245febcc3aca061193e506f (patch) | |
tree | 161a1ab0d432fee60c7fb766caf9793abdcb9b9b /audio/Pd-extended/Pd-extended_libquicktime122.patch | |
parent | ea7d73bcdd47a18ea2abc9c07f23be504b29a208 (diff) | |
download | slackbuilds-349d7ace77abcd95d245febcc3aca061193e506f.tar.gz |
audio/Pd-extended: Updated for version 0.43.4.
Lot of stuff changed
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/Pd-extended/Pd-extended_libquicktime122.patch')
-rw-r--r-- | audio/Pd-extended/Pd-extended_libquicktime122.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/Pd-extended/Pd-extended_libquicktime122.patch b/audio/Pd-extended/Pd-extended_libquicktime122.patch deleted file mode 100644 index e12d38ebdc..0000000000 --- a/audio/Pd-extended/Pd-extended_libquicktime122.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Pd-0.42.5-extended/externals/pidip/configure.ac 2010-08-14 21:02:57.000000000 -0300 -+++ Pd-0.42.5-extended_patched/externals/pidip/configure.ac 2011-04-04 01:59:43.000000000 -0300 -@@ -148,8 +148,8 @@ - AC_CHECK_LIB(theora, theora_encode_init, , AC_MSG_ERROR(theora library needed! sorry...), -lm) - AC_CHECK_LIB(quicktime, lqt_decode_video, , AC_MSG_ERROR(libquicktime not found) ) - --qt_minor_version="`lqt-config --version | cut -f3 -d'.'`" --qt_major_version="`lqt-config --version | cut -f1 -d'.'`" -+qt_minor_version="`pkg-config --modversion libquicktime | cut -f3 -d'.'`" -+qt_major_version="`pkg-config --modversion libquicktime | cut -f1 -d'.'`" - echo "qt version minor : ${qt_minor_version} major : ${qt_major_version}" - if test ${qt_minor_version} == "8"; - then |