From 87dc6a2be603f2965b8b527dc3ef831d1bc483d2 Mon Sep 17 00:00:00 2001 From: Raffael Mancini Date: Fri, 26 Sep 2014 17:20:02 +0200 Subject: Added Freewheeling a live looping instrument for jack with MIDI support revision r100 from subversion --- .../audio/freewheeling/am_path_sdl.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pkgs/applications/audio/freewheeling/am_path_sdl.patch (limited to 'pkgs/applications/audio/freewheeling/am_path_sdl.patch') diff --git a/pkgs/applications/audio/freewheeling/am_path_sdl.patch b/pkgs/applications/audio/freewheeling/am_path_sdl.patch new file mode 100644 index 000000000000..2bc3b4f45ac2 --- /dev/null +++ b/pkgs/applications/audio/freewheeling/am_path_sdl.patch @@ -0,0 +1,40 @@ +--- code-r100/configure.ac 2014-09-25 23:44:41.059174904 +0200 ++++ code-r100.new/configure.ac 2014-09-26 01:37:18.507017390 +0200 +@@ -44,6 +44,8 @@ + [AC_MSG_ERROR(CONFIG: You need libxml2-dev installed. + http://www.xmlsoft.org/)]) + ++PKG_CHECK_MODULES([libxml], [libxml-2.0]) ++ + AC_CHECK_LIB([m], [sqrt], , [AC_MSG_ERROR(CORE: You need libm installed)]) + AC_CHECK_LIB([pthread], [pthread_self], , [AC_MSG_ERROR(CORE: You need libpthread installed)]) + +@@ -79,12 +81,12 @@ + echo "--- Enabling USB LCD display --"; + fi + +-#SDL_VERSION=1.2.4 +-#AM_PATH_SDL($SDL_VERSION, +-# :, +-# AC_MSG_ERROR([VIDEO: *** SDL version $SDL_VERSION not found! +-# http://www.libsdl.org/]) +-#) ++SDL_VERSION=1.2.4 ++AM_PATH_SDL($SDL_VERSION, ++ :, ++ AC_MSG_ERROR([VIDEO: *** SDL version $SDL_VERSION not found! ++ http://www.libsdl.org/]) ++) + + AC_CHECK_LIB([vorbis], [main], , + [AC_MSG_ERROR(AUDIO: You need libvorbis-dev installed. +@@ -95,6 +97,9 @@ + AC_CHECK_LIB([vorbisenc], [main], , + [AC_MSG_ERROR(AUDIO: You need libvorbis-dev installed. + http://www.xiph.org/ogg/vorbis/)]) ++AC_CHECK_LIB([ogg], [main], , ++ [AC_MSG_ERROR(AUDIO: You need libogg-dev installed. ++ http://www.xiph.org/ogg/)]) + + AC_CHECK_LIB([sndfile], [main], , + [AC_MSG_ERROR(AUDIO: you need libsndfile installed. -- cgit 1.4.1