Package Details: freewheeling-svn 100-1

Package Base: freewheeling-svn
Description: Freewheeling is a new way to be In The Muse-ical Moment. It's a live looping instrument that returns us to the joy of making music spontaneously. svn version
Upstream URL: http://freewheeling.sourceforge.net
Category: multimedia
Licenses: GPL
Submitter: Nareto
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2011-06-29 09:13
Last Updated: 2011-08-11 07:25

Required by (0)

Sources

Latest Comments

Comment by Nareto

2013-05-07 09:26

disowned package

Comment by svictor

2012-04-25 00:46

I could eventually build freewheeling on Arch, after applying this patch to configure.ac
It was provided on freewheeling's user list, and was devised apparently by Ubuntu's package maintainer.

Index: configure.ac
===================================================================
--- configure.ac (révision 100)
+++ configure.ac (copie de travail)
@@ -36,6 +36,9 @@
AC_CHECK_LIB([SDL_ttf], [main], ,
[AC_MSG_ERROR(VIDEO: You need libsdl-ttf2.0-dev installed.
http://www.libsdl.org/projects/SDL_ttf/)])
+AC_CHECK_LIB([SDL], [main], ,
+ [AC_MSG_ERROR(AUDIO: You need SDL 1.2 installed.
+ http://www.libsdl.org/)])

AC_CHECK_LIB([lo], [main], , [AC_MSG_ERROR(CONFIG: You need liblo-dev installed.
http://http://liblo.sourceforge.net/)])
@@ -86,6 +89,9 @@
# http://www.libsdl.org/])
#)

+AC_CHECK_LIB([ogg], [main], ,
+ [AC_MSG_ERROR(AUDIO: You need libogg-dev installed.
+ http://www.xiph.org/ogg/)])
AC_CHECK_LIB([vorbis], [main], ,
[AC_MSG_ERROR(AUDIO: You need libvorbis-dev installed.
http://www.xiph.org/ogg/vorbis/)])

Comment by svictor

2012-03-18 09:14

I get the same error as consumer on x86_64.I have libogg 1.3.0-1 installed from "extra".

Anonymous comment

2012-02-28 11:21

I'm getting the same error as BluntObjectNo4 and I'm trying to build on i686. It may have been broken by a recent update.

The full text of the error:

/usr/bin/ld: fweelin_block.o: undefined reference to symbol 'ogg_stream_flush'
/usr/bin/ld: note: 'ogg_stream_flush' is defined in DSO /usr/lib/libogg.so.0 so try adding it to the linker command line
/usr/lib/libogg.so.0: could not read symbols: Invalid operation

Thanks

Comment by Nareto

2012-02-19 09:10

sorry BluntObjectNo4, I don't have a 64 bit system and can't help. Maybe try asking on the freewheeling-user list? Or on linux-audio-user - you'll sure get a faster reply there.

Anonymous comment

2012-02-17 22:05

I had to install liblo to pass the 'configure' stage. Unfortunately, compiling stops with error:

/usr/lib/libogg.so.0: could not read symbols: Invalid operation

From similar error messages on the web it might seem like a problem with 64bit systems (yes, I gots x86_64)?

Thanks for any help

Comment by Nareto

2011-08-11 07:26

fixed

Comment by caemir

2011-08-10 21:44

arch=('x86_64' 'i686')