Hey,
I made a little more progress with the Fink gmerlin-decoder1 package,
mostly with the pathc and the dependencies. Its not building though,
but the patch is applying (the patch fixes that tcp.c error). The fink
files are attached and here's the build log:
http://pastebin.com/m1beaf552
August, I gave you root access to 128.238.56.149 with your key, so you
can run the fink build, if that machine is on. Its not always on. This
command should be all you need:
fink -m --build-as-nobody rebuild gmerlin-avdecoder1
All I ask is that you be careful since its root :).
.hc
--
Hans-Christoph Steiner
hans(a)at.or.at
On Fri, 01 May 2009 17:29 -0700, "Luke Iannini" <lukexipd(a)gmail.com>
wrote:
> Ooo, gettin there...
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I../include -I../include -I/usr/local/include
> -DLOCALE_DIR=\"/usr/local/share/locale\" -march=nocona -mtune=nocona
> -O3 -funroll-all-loops -ffast-math -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -I/usr/local/include -Wall
> -Wmissing-declarations -Wdeclaration-after-statement -MT tcp.lo -MD
> -MP -MF .deps/tcp.Tpo -c -o tcp.lo tcp.c
> gcc -DHAVE_CONFIG_H -I. -I../include -I../include
> -I/usr/local/include -DLOCALE_DIR=\"/usr/local/share/locale\"
> -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math
> -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/local/include -Wall
> -Wmissing-declarations -Wdeclaration-after-statement -MT tcp.lo -MD
> -MP -MF .deps/tcp.Tpo -c tcp.c -fno-common -DPIC -o .libs/tcp.o
> tcp.c: In function ‘bgav_hostbyname’:
> tcp.c:122: error: ‘AI_NUMERICSERV’ undeclared (first use in this
> function)
> tcp.c:122: error: (Each undeclared identifier is reported only once
> tcp.c:122: error: for each function it appears in.)
> make[2]: *** [tcp.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
>
> (I'm at my machine for a while now and in #dataflow)
> Best
> Luke
>
> On Fri, May 1, 2009 at 3:26 PM, august <august(a)alien.mur.at> wrote:
> >> in_rtsp.c: In function ?init_stream_generic?:
> >> in_rtsp.c:597: error: ?sp? undeclared (first use in this function)
> >> in_rtsp.c:597: error: syntax error before ?)? token
> >> in_rtsp.c: In function ?handle_rtpinfo?:
> >> in_rtsp.c:669: error: ?sp? undeclared (first use in this function)
> >> in_rtsp.c:670: warning: ISO C90 forbids mixed declarations and code
> >> make[2]: *** [in_rtsp.lo] Error 1
> >> make[1]: *** [all-recursive] Error 1
> >> make: *** [all-recursive] Error 1
> >>
> >> August, sure, I could make you a temp account on my machine if you want?
> >> Best
> >> Luke
> >
> >
> > luke,  just add  #include <pthread.h> to the top of include/rtp.h
> >
> >
> > it should compile like a champ after that.
> >
> >
> >
Bugs item #2764566, was opened at 2009-04-15 03:30
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.40.2
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd leaks file-handles with alsa
Initial Comment:
Pd-0.40 on linux with ALSA severly leaks file-handles when starting/stopping the DSP.
whenever you restart the DSP the /dev/snd/control* devices are opened anew, but none are closed.
this eventually leads to a "too many open files" error, which will keep you from saving your patches (and restarting the DSP)
this appears with Pd-0.40-2
it has been fixed in Pd-0.41 and above
i am just reporting the bug for the sake of completeness.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-05-02 01:00
Message:
DOesn't happen on Ubuntu/Jaunty/i386 using Pd version
0.41.4-extended-20090501 so I am closing this.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-04-21 03:34
Message:
i don't know as i haven't tested it (no time for beta-testing PdX; i just
happened to come across a running installation of PdX-0.40 and i thought i
check whether the bug is present)
since the bug has been fixed in Pd-0.41, chances are high that it will
also be fixed in PdX-0.41 (but of course you never know)
checking is easy:
[metro 1000] -> [0, 1( -> [; pd dsp $1(
then run periodically "lsof -p <pidofpd> | grep -c snd"
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-19 19:14
Message:
I don't quite understand, is this bug present in Pd-extended 0.41.4?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-04-19 04:35
Message:
i found that this bug is also present in Pd-extended-0.40-3
since this is the currently the most recent release of Pd-extended i
re-open this bug;
i would suggest releasing PdX-0.41 asap and close the bug again :-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&group_…
Bugs item #2372244, was opened at 2008-12-01 12:06
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2372244&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
>Group: v0.41
>Status: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: mouse-help.pd crashes pd-extended 0.40.3
Initial Comment:
mouse-help.pd crashes pd-extended 0.40.3 on opening.
on ubuntu hardy using the debs from puredata.info.
ewanuno@ewanuno-laptop:~$ pd -d 9
set pd_whichapi 0
set pd_whichmidiapi 2
pdtk_pd_startup {Pd version 0.40-3extended
} { {OSS 2} {ALSA 1} {jack 5} } { {default-MIDI 2} {ALSA-MIDI 1} } {Bitstream Vera Sans Mono} normal
set pd_whichmidiapi 2
set pd_whichapi 0
tk scaling is 1.33794238683
pdtk_post {libdir loader $Revision: 1.8 $}
pdtk_post {
written by Hans-Christoph Steiner <hans(a)at.or.at>}
pdtk_post {
compiled on Jul 29 2008 at 08:20:12 }
pdtk_post {
compiled against Pd version 0.40.3.extended}
<init> : Avifile RELEASE-0.7.47-080115-14:47-4.2.3
<init> : Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 xtpr
<init> : 800.00 MHz Intel(R) Atom(TM) CPU N270 @ 1.60GHz processor detected
pdtk_post {
GEM: Graphics Environment for Multimedia}
pdtk_post {
GEM: ver: 0.91.1 'tigital'}
pdtk_post {
GEM: compiled: Jul 29 2008}
pdtk_post {
GEM: maintained by IOhannes m zmoelnig}
pdtk_post {
GEM: Authors : Mark Danks (original version)}
pdtk_post {
GEM: Chris Clepper}
pdtk_post {
GEM: James Tittle}
pdtk_post {
GEM: IOhannes m zmoelnig}
pdtk_post {
GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.}
pdtk_post {
GEM: found a bug? miss a feature? please report it:}
pdtk_post {
GEM: homepage http://gem.iem.at/}
pdtk_post {
GEM: bug-tracker http://sourceforge.net/projects/pd-gem/}
pdtk_post {
GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/}
pdtk_post {
GEM: compiled for SIMD architecture: }
pdtk_post {MMX }
pdtk_post {}
pdtk_post {
GEM: using }
pdtk_post {MMX}
pdtk_post { optimization}
pdtk_post {
libdir_loader: added 'cyclone' to the global objectclass path}
pdtk_post {
libdir_loader: added 'zexy' to the global objectclass path}
pdtk_post {
libdir_loader: added 'creb' to the global objectclass path}
pdtk_post {
libdir_loader: added 'cxc' to the global objectclass path}
pdtk_post {
libdir_loader: added 'iemlib' to the global objectclass path}
pdtk_post {
libdir_loader: added 'list-abs' to the global objectclass path}
pdtk_post {
libdir_loader: added 'mapping' to the global objectclass path}
pdtk_post {
libdir_loader: added 'markex' to the global objectclass path}
pdtk_post {
libdir_loader: added 'maxlib' to the global objectclass path}
pdtk_post {
libdir_loader: added 'memento' to the global objectclass path}
pdtk_post {
libdir_loader: added 'mjlib' to the global objectclass path}
pdtk_post {
libdir_loader: added 'motex' to the global objectclass path}
pdtk_post {
libdir_loader: added 'oscx' to the global objectclass path}
pdtk_post {
libdir_loader: added 'pddp' to the global objectclass path}
pdtk_post {
libdir_loader: added 'pdogg' to the global objectclass path}
pdtk_post {
libdir_loader: added 'pixeltango' to the global objectclass path}
pdtk_post {
libdir_loader: added 'pmpd' to the global objectclass path}
pdtk_post {
libdir_loader: added 'rradical' to the global objectclass path}
pdtk_post {
libdir_loader: added 'sigpack' to the global objectclass path}
pdtk_post {
libdir_loader: added 'smlib' to the global objectclass path}
pdtk_post {
libdir_loader: added 'toxy' to the global objectclass path}
pdtk_post {
libdir_loader: added 'unauthorized' to the global objectclass path}
pdtk_post {
libdir_loader: added 'pan' to the global objectclass path}
pdtk_post {
libdir_loader: added 'freeverb' to the global objectclass path}
pdtk_post {
libdir_loader: added 'hcs' to the global objectclass path}
pdtk_post {
libdir_loader: added 'jmmmp' to the global objectclass path}
pdtk_post {
libdir_loader: added 'ext13' to the global objectclass path}
pdtk_post {
libdir_loader: added 'ggee' to the global objectclass path}
pdtk_post {
libdir_loader: added 'flib' to the global objectclass path}
pdtk_post {
libdir_loader: added 'ekext' to the global objectclass path}
pdtk_post {
libdir_loader: added 'flatspace' to the global objectclass path}
pdtk_post {
PDP: pure data packet version 0.12.5-darcs}
pdtk_post {
PiDiP : additional video processing objects for PDP
version 0.12.22 ( ydegoyon(a)free.fr )}
proc pdp_colorgrid_apply {id} {
set vid [string trimleft $id .]
set var_graph_pdp_colorgrid [concat graph_pdp_colorgrid_$vid]
global $var_graph_pdp_colorgrid
set var_graph_xlines [concat graph_xlines_$vid]
global $var_graph_xlines
set var_graph_ylines [concat graph_ylines_$vid]
global $var_graph_ylines
set cmd [concat $id dialog [eval concat $$var_graph_xlines] [eval concat $$var_graph_ylines] [eval concat $$var_graph_pdp_colorgrid] \;]
pd $cmd
}
proc pdp_colorgrid_cancel {id} {
set cmd [concat $id cancel \;]
pd $cmd
}
proc pdp_colorgrid_ok {id} {
pdp_colorgrid_apply $id
pdp_colorgrid_cancel $id
}
proc pdtk_pdp_colorgrid_dialog {id xlines ylines pdp_colorgrid} {
set vid [string trimleft $id .]
set var_graph_pdp_colorgrid [concat graph_pdp_colorgrid_$vid]
global $var_graph_pdp_colorgrid
set var_graph_xlines [concat graph_xlines_$vid]
global $var_graph_xlines
set var_graph_ylines [concat graph_ylines_$vid]
global $var_graph_ylines
set $var_graph_pdp_colorgrid $pdp_colorgrid
set $var_graph_xlines $xlines
set $var_graph_ylines $ylines
toplevel $id
wm title $id {pdp_colorgrid}
wm protocol $id WM_DELETE_WINDOW [concat pdp_colorgrid_cancel $id]
label $id.label -text {COLORGRID PROPERTIES}
pack $id.label -side top
frame $id.buttonframe
pack $id.buttonframe -side bottom -fill x -pady 2m
button $id.buttonframe.cancel -text {Cancel} -command "pdp_colorgrid_cancel $id"
button $id.buttonframe.apply -text {Apply} -command "pdp_colorgrid_apply $id"
button $id.buttonframe.ok -text {OK} -command "pdp_colorgrid_ok $id"
pack $id.buttonframe.cancel -side left -expand 1
pack $id.buttonframe.apply -side left -expand 1
pack $id.buttonframe.ok -side left -expand 1
frame $id.42rangef
pack $id.42rangef -side top
label $id.42rangef.lxlines -text "X sections :"
entry $id.42rangef.xlines -textvariable $var_graph_xlines -width 7
pack $id.42rangef.lxlines $id.42rangef.xlines -side left
frame $id.72rangef
pack $id.72rangef -side top
label $id.72rangef.lylines -text "Y sections :"
entry $id.72rangef.ylines -textvariable $var_graph_ylines -width 7
pack $id.72rangef.lylines $id.72rangef.ylines -side left
checkbutton $id.showpdp_colorgrid -text {Show Grid} -variable $var_graph_pdp_colorgrid -anchor w
pack $id.showpdp_colorgrid -side top
bind $id.42rangef.xlines <KeyPress-Return> [concat pdp_colorgrid_ok $id]
bind $id.72rangef.ylines <KeyPress-Return> [concat pdp_colorgrid_ok $id]
focus $id.42rangef.xlines
}
pdtk_post {
pdp_colorgrid: version 0.4
by Yves Degoyon (ydegoyon(a)free.fr) & Lluis Gomez i Bigorda (lluis(a)artefacte.org)}
pdtk_post {
expr, expr~, fexpr~ version 0.4 under GNU General Public License }
pdtk_post {
[hid] 0.7, written by Hans-Christoph Steiner <hans(a)eds.org>}
pdtk_post {
compiled on Jul 29 2008 at 08:31:09 }
pdtk_post {
this is pddplink 0.1, 3rd alpha build...}
if {[lsearch $auto_path "/usr/lib/pd/extra/pddp"] < 0} {lappend auto_path "/usr/lib/pd/extra/pddp"}
after 0 {package require pddp}
after 0 {::pddp::srvUse /usr/lib/pd/doc/5.reference/hid}
pdtk_canvas_new .x853fac8 659 461 +56+46 0
wm title .x853fac8 {mouse-help.pd - /usr/lib/pd/doc/5.reference/hid}
set menu_windowlist {{{mouse-help.pd} .x853fac8} }
pdtk_fixwindowmenu
pdtk_post {
MAX: 1}
pdtk_post {
MIN: -1}
pdtk_post {
MIN: -1}
pdtk_post {
MAX: 1}
pdtk_post {
MIN: -1}
pdtk_post {
MIN: -1}
pdtk_post {
MAX: 1}
pdtk_post {
MIN: -1}
pdtk_post {
MIN: -1}
pdtk_post {
MAX: 1}
pdtk_post {
MIN: -1}
pdtk_post {
MIN: -1}
pdtk_post {
error: }
pdtk_post {[hid] open /dev/input/event6 failed}
pdtk_post {
error: }
pdtk_post {[hid] can not open device 6}
pd_gui: pd process exited
Segmentation fault
ewanuno@ewanuno-laptop:~$
i am ewanuno(a)gmail.com
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-05-02 00:53
Message:
With Pd version 0.41.4-extended-20090501 on Ubuntu/Jaunty and Mac OS X
10.5.6/Intel, it doesn't crash for me. Anyone still have this crash?
----------------------------------------------------------------------
Comment By: Holger (waffenladen)
Date: 2009-04-19 07:39
Message:
at least fixed on archlinux:
it didn`t crash pd-extended in r11023, but did render it unresponsive
using 100% cpu and the helpfile didn`t show up.
but in r11063 everything works fine.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-17 23:54
Message:
I am pretty sure I fixed this, it works for me at least. Please test and
let me know if it still crashes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2372244&group_…
Bugs item #2469719, was opened at 2008-12-26 19:07
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2469719&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: pd-extended
>Group: v0.41
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: frey (freynz)
Assigned to: Nobody/Anonymous (nobody)
Summary: pulseaudio + Alsa crashes Pd 0.41.0-vanilla hard
Initial Comment:
Pd 0.41.0-vanilla on Ubuntu Intrepid, choosing the Alsa->'HDA Intel (plug-in)', where I assume HDA Intel (plug-in) refers to my Alsa Pulseaudio plugin device, crashes Pd hard.
running under GDB gives the following output:
snd_pcm_hw_params (input): Invalid argument
input start failed
: Input/output error
pd: pcm.c:899: snd_pcm_status: Assertion `pcm && status' failed.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-05-02 00:51
Message:
With Pd-vanilla 0.42-4 and Pd-extended 0.41.4, this does not seem to happen
at all. Anyone else still have this issue?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2469719&group_…
Bugs item #2770967, was opened at 2009-04-17 16:11
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2770967&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.40.1
>Status: Closed
Resolution: None
Priority: 5
Private: Yes
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: gvc,n;gk
Initial Comment:
gvcvn bn,b
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2009-05-02 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-17 16:30
Message:
wow, surrealist bug reports. Nice sample ;) Unfortunately, I don't
understand "gvc,n;gk" or "gvcvn bn,b".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2770967&group_…
Bugs item #2402580, was opened at 2008-12-07 14:10
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2402580&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: help broweser error in linux
Initial Comment:
After selecting a directory in the help browser and attempt to navigate to another directory fails with:
window name "listbox2-list" already exists in parent
window name "listbox2-list" already exists in parent
while executing
"listbox "[set b "$base.listbox$count"]-list" -yscrollcommand [list "$b-scroll"
set] -height 20 -exportselection 0"
(procedure "doc_make_listbox" line 12)
invoked from within
"doc_make_listbox [winfo parent $width] $dir_to_open [incr count]"
(procedure "doc_navigate" line 7)
invoked from within
"doc_navigate /usr/lib/pd/doc/5.reference 1 .help_browser.frame.listbox1-list 19
203"
(command bound to event)
Pd-0.39.3 Linux FC10 (planet CCRMA)
oded(a)ccrma.stanford.edu
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2009-05-02 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-17 03:53
Message:
Cannot reproduce this on Ubuntu/Intrepid using Pd version
0.41.4-extended-20090323. Anyone still have this problem?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2402580&group_…
On Fri, 01 May 2009 22:35 +0200, "august" <august(a)alien.mur.at> wrote:
> > /sw is where Fink installs everything.
> >
> > You can install it anywhere you have permissions to with the pddev
> > account. Since that it is machine that creates the final release
> > builds, the 'official' locations like /usr/local need to remain
> > clean. Otherwise, things could slip into the builds and cause strange
> > problems that are hard to track down.
> >
> > If you need more access to a Mac OS X machine, then it seems best to
> > work with someone who has a Mac, Luke Iannini mentioned trying, I
> > cc'ed him.
> >
>
>
> well, I can get it all to compile...but I cannot get any packages that
> depende on gavl to link properly.
>
> I'd like to make a fink package, but I don't think I will be able to
> without sudo. Any ideas on how to do this?
>
> Also, I can compile gmerlin_avdecode, but only with the theora codec.
> Anyway you can update the ffmpeg (liabavcodec,libavformat.ect) as well
> as some others. here is a list of things that are missing (but, I
> believe are all fink getable):
>
>
> libavcodec (ffmpeg): Missing (Go to http://www.ffmpeg.org/)
> libpostproc (ffmpeg): Missing (Go to http://www.ffmpeg.org/)
> libswscale (ffmpeg): Found (CFLAGS=-I/sw/include/ffmpeg
> LIBS=-L/sw/lib -lswscale -lavutil)
> libavformat (ffmpeg): Missing (Go to http://www.ffmpeg.org/)
> faad2: Missing (Go to http://www.audiocoding.com/)
> flac: Missing (Go to http://flac.sourceforge.net/)
> vorbis: Missing (Go to http://www.vorbis.com/)
> theora: Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib
> -ltheora -logg)
> schroedinger: Missing (Go to http://www.diracvideo.org/)
> speex: Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib
> -lspeex -logg)
> libpng: Missing (Go to
> http://www.libpng.org/pub/png/libpng.html)
> libtiff: Missing (Go to
> http://www.remotesensing.org/libtiff/)
> libopenjpeg: Missing (Go to http://www.openjpeg.org)
> libmpeg2 (mpeg2dec) Missing (Go to http://libmpeg2.sourceforge.net/)
> libmad 0.15.x: Missing (Go to http://mad.sourceforge.net/)
> liba52 (a52dec): Missing (Go to http://liba52.sourceforge.net/)
> libdca: Missing (Go to
> http://www.videolan.org/developers/libdca.html)
> libmpcdec: Missing (Go to http://www.musepack.net/)
> libcdio: Missing (Go to
> http://www.gnu.org/software/libcdio/)
> mjpegtools: Missing (Go to http://mjpeg.sourceforge.net/)
> samba: Missing (Go to http://www.samba.org)
> libdvdread: Missing (Go to
> http://www.dtek.chalmers.se/groups/dvd/downloads.shtml)
Mind if we keep this on pd-dev? I think it would be useful for others.
I cc'ed it.
Most of those are already installed using Fink, so I am guessing that
the ./configure needs to be pointed at the Fink /sw/include and /sw/lib.
Sometimes the fink packages install stuff into weird places,
unfortunately. You can see what is installed and available using "fink
list". There is dpkg too for debian-style. So like:
pddev@macosx104-powerpc:~$ fink list tiff
Information about 4475 packages read in 6 seconds.
i libtiff 3.8.2-1002 TIFF image format library and tools
i libtiff-bin 3.8.2-1002 Executables for libtiff package
i libtiff-shlibs 3.8.2-1002 Shared libraries for libtiff
package
I can install Fink packages for you if you tell me which to install. I
installed libcdio-dev for example, that was missing. I am a bit nervous
about installing everything since it could cause issues in the builds,
and everything but might not be needed.
I created /sw/fink/dists/local/main/finkinfo/gavl.info owned by pddev if
you want to start with that. Once things are setup, you shouldn't need
sudo to run 'fink -m --build-as-nobody rebuild gavl'. I am in #dataflow
if you want to ping me and do this more interactively.
.hc
Bugs item #2785170, was opened at 2009-05-01 13:39
Message generated for change (Comment added) made by mariusschebella
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: v0.41
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: pix_data crashes Pd
Initial Comment:
pix_data broken on Mac.
using this version:
GEM: ver: 0.92.CVS
GEM: compiled: Mar 26 2009
see attached..
----------------------------------------------------------------------
>Comment By: marius schebella (mariusschebella)
Date: 2009-05-01 15:01
Message:
tested with today's svn version of GEM and the problem seems to be solved.
marius.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…
Bugs item #2785170, was opened at 2009-05-01 13:39
Message generated for change (Settings changed) made by mariusschebella
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
>Group: v0.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
>Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: pix_data crashes Pd
Initial Comment:
pix_data broken on Mac.
using this version:
GEM: ver: 0.92.CVS
GEM: compiled: Mar 26 2009
see attached..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…
Bugs item #2785170, was opened at 2009-05-01 13:39
Message generated for change (Tracker Item Submitted) made by mariusschebella
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_data crashes Pd
Initial Comment:
pix_data broken on Mac.
using this version:
GEM: ver: 0.92.CVS
GEM: compiled: Mar 26 2009
see attached..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2785170&group_…