here is the crash report: http://pastebin.com/KF0jDSPu
I compiled gem_filmGMERLIN for 64-bit Gem-0.93.3 on 10.7.3 and am trying to use with pix_film. Creating pix_film gives me immediate crash. Not sure if I might be doing something wrong though. All deps for pd-extended builds are met via fink. gem_filmGMERLIN seems to compile fine on its own. Though when I try to compile all of Gem I get:
Making all in imageMAGICK /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/sw/include/ImageMagick -g -O2 -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT gem_imageMAGICK_la-imageMAGICK.lo -MD -MP -MF .deps/gem_imageMAGICK_la-imageMAGICK.Tpo -c -o gem_imageMAGICK_la-imageMAGICK.lo `test -f 'imageMAGICK.cpp' || echo './'`imageMAGICK.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/sw/include/ImageMagick -g -O2 -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT gem_imageMAGICK_la-imageMAGICK.lo -MD -MP -MF .deps/gem_imageMAGICK_la-imageMAGICK.Tpo -c imageMAGICK.cpp -fno-common -DPIC -o .libs/gem_imageMAGICK_la-imageMAGICK.o imageMAGICK.cpp: In constructor 'gem::plugins::imageMAGICK::imageMAGICK()': imageMAGICK.cpp:80: error: reference to 'ExceptionInfo' is ambiguous /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:196: error: candidates are: typedef union ExceptionInfo ExceptionInfo /sw/include/ImageMagick/magick/magick-type.h:179: error: typedef struct MagickCore::_ExceptionInfo MagickCore::ExceptionInfo imageMAGICK.cpp:80: error: reference to 'ExceptionInfo' is ambiguous /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:196: error: candidates are: typedef union ExceptionInfo ExceptionInfo /sw/include/ImageMagick/magick/magick-type.h:179: error: typedef struct MagickCore::_ExceptionInfo MagickCore::ExceptionInfo imageMAGICK.cpp:80: error: expected `;' before 'exception' imageMAGICK.cpp:81: error: 'exception' was not declared in this scope make[2]: *** [gem_imageMAGICK_la-imageMAGICK.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Not sure if this has something to do with the gmerlin plugin prob though....
thanks! m
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 17:38, m.e.grimm wrote:
here is the crash report: http://pastebin.com/KF0jDSPu
does any of the gmerlin-avdec tools work?
I compiled gem_filmGMERLIN for 64-bit Gem-0.93.3 on 10.7.3 and am
would you mind working on a checkout of the "master" branch of Gem? once things are sorted out, they can be backported to 0.93.3 (or not, depending on their nature)
make[2]: *** [gem_imageMAGICK_la-imageMAGICK.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Not sure if this has something to do with the gmerlin plugin prob though....
no, it's unrelated. compilation of the imageMAGICK (an image-loader plugin based on ImageMagick) fails. either disable it ("./configure --without-ImageMagick") or ignore it, by running "make -k"
fgmasdr IOhannes
would you mind working on a checkout of the "master" branch of Gem?
yes. although using git im getting a permission denial checking out:
megrimm-mbp:Desktop megrimm$ git clone git://pd-gem.git.sourceforge.net Cloning into 'pd-gem.git.sourceforge.net'... fatal: unable to connect to : [0: ::1]: errno=Connection refused [1: 127.0.0.1]: errno=Connection refused
and your authenticated git checkout (read-write) is looking for your password....?
does any of the gmerlin-avdec tools work?
yeah ... i am at a loss though for commands to test this. there is no man page or anything... how do i?
m
On Tue, Feb 28, 2012 at 12:18 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 17:38, m.e.grimm wrote:
here is the crash report: http://pastebin.com/KF0jDSPu
does any of the gmerlin-avdec tools work?
I compiled gem_filmGMERLIN for 64-bit Gem-0.93.3 on 10.7.3 and am
would you mind working on a checkout of the "master" branch of Gem? once things are sorted out, they can be backported to 0.93.3 (or not, depending on their nature)
make[2]: *** [gem_imageMAGICK_la-imageMAGICK.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Not sure if this has something to do with the gmerlin plugin prob though....
no, it's unrelated. compilation of the imageMAGICK (an image-loader plugin based on ImageMagick) fails. either disable it ("./configure --without-ImageMagick") or ignore it, by running "make -k"
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9NDEgACgkQkX2Xpv6ydvRTPgCbByAkyAdFEOzAWIt9jhhWIDIj wZ4An0E5JQ+dx3QwgTaWbA/9oyhg7s2D =itT/ -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 18:41, m.e.grimm wrote:
would you mind working on a checkout of the "master" branch of Gem?
yes. although using git im getting a permission denial checking out:
megrimm-mbp:Desktop megrimm$ git clone git://pd-gem.git.sourceforge.net Cloning into 'pd-gem.git.sourceforge.net'... fatal: unable to connect to : [0: ::1]: errno=Connection refused [1: 127.0.0.1]: errno=Connection refused
that should be $ git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem
and your authenticated git checkout (read-write) is looking for your password....?
quite obviously it's looking for _a_ password :-)
does any of the gmerlin-avdec tools work?
yeah ... i am at a loss though for commands to test this. there is no man page or anything... how do i?
i don't know which binaries get installed by the gmerlin-avdec fink package. try to get a list of installed files and see whether something goes to bin/
fgamsdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 18:44, IOhannes m zmoelnig wrote:
i don't know which binaries get installed by the gmerlin-avdec fink package. try to get a list of installed files and see whether something goes to bin/
tests/bgavdemux tests/bgavdump tests/bgavsave tests/count_samples tests/frametable tests/indexdump tests/indextest tests/mmstest tests/rtsptest tests/seektest tests/vcdtest tests/ymltest
those are the executables that are created on my system when gmerlin-avdecoder is compiled.
something like "bgavdump" should be a good test.
fmrgr IOhannes
does any of the gmerlin-avdec tools work?
ok. yeah i get usage options when bins are run for example: megrimm-mbp:~ megrimm$ bgavdemux Usage: bgavdemux [-dp] [-t track] [-as <num>] [-vs <num>] <location>
so I am assuming they work ok?
that should be $ git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem
ha! ooopps.....
tests/bgavdemux tests/bgavdump tests/bgavsave tests/count_samples tests/frametable tests/indexdump tests/indextest tests/mmstest tests/rtsptest tests/seektest tests/vcdtest tests/ymltest
ok i got it yes. i was looking for the wrong things before.....
m
On Tue, Feb 28, 2012 at 12:44 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 18:41, m.e.grimm wrote:
would you mind working on a checkout of the "master" branch of Gem?
yes. although using git im getting a permission denial checking out:
megrimm-mbp:Desktop megrimm$ git clone git://pd-gem.git.sourceforge.net Cloning into 'pd-gem.git.sourceforge.net'... fatal: unable to connect to : [0: ::1]: errno=Connection refused [1: 127.0.0.1]: errno=Connection refused
that should be $ git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem
and your authenticated git checkout (read-write) is looking for your password....?
quite obviously it's looking for _a_ password :-)
does any of the gmerlin-avdec tools work?
yeah ... i am at a loss though for commands to test this. there is no man page or anything... how do i?
i don't know which binaries get installed by the gmerlin-avdec fink package. try to get a list of installed files and see whether something goes to bin/
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9NEpMACgkQkX2Xpv6ydvQ8sgCfTanVu5tVktdpumoluGWDKi/Z DvkAn3OIvvPWYubCcqcu/FG2S6lfNzPI =88or -----END PGP SIGNATURE-----
On 02/28/12 19:09, m.e.grimm wrote:
does any of the gmerlin-avdec tools work?
ok. yeah i get usage options when bins are run for example: megrimm-mbp:~ megrimm$ bgavdemux Usage: bgavdemux [-dp] [-t track] [-as<num>] [-vs<num>]<location>
so I am assuming they work ok?
well, run them on a file, so they can actually do something.
fgmasdr IOhannes
well, run them on a file, so they can actually do something.
well. that would be smart.
yes. bgavdemux works fine.
but now I am noticing that the only two binaries I have here are bgavdemux & bgavdump.... could that be right?
so maybe i have some more work to do or did something wrong....
also I just compiled Gem from the git source and get the same/similar crash log:
2012/2/28 IOhannes m zmölnig zmoelnig@iem.at:
On 02/28/12 19:09, m.e.grimm wrote:
does any of the gmerlin-avdec tools work?
ok. yeah i get usage options when bins are run for example: megrimm-mbp:~ megrimm$ bgavdemux Usage: bgavdemux [-dp] [-t track] [-as<num>] [-vs<num>]<location>
so I am assuming they work ok?
well, run them on a file, so they can actually do something.
fgmasdr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 19:43, m.e.grimm wrote:
well, run them on a file, so they can actually do something.
well. that would be smart.
yes. bgavdemux works fine.
but now I am noticing that the only two binaries I have here are bgavdemux & bgavdump.... could that be right?
i don't know. where is "here"? most likely the missing tests have been build correctly, but they are not installed by fink (so you don't find them in your path).
e.g. the debian package does not install any of those test binaries.
so maybe i have some more work to do or did something wrong....
also I just compiled Gem from the git source and get the same/similar crash log:
i attached a minimal example that should trigger the same problem (according to your backtrace).
if the example crashes, then i think it is a problem with gmerlin-avdecoder itself (or i forgot to initialize something, but burkhard should know an answer to that as well) if it does not crash then the problem is with Gem (btw, when creating the test, i noticed a small typo in Gem's filmGMERLIN which might simply fix the problem...so if the test runs ok, try an update of filmGMERLIN...)
fgmasdr IOhannes
yeah your test compiled fine. when resulting binary run i get "trying to create video converter Segmentation fault: 11"
megrimm-mbp:Gem megrimm$ cd /Users/megrimm/Desktop/gmerlin_test megrimm-mbp:gmerlin_test megrimm$ make cc -I/sw/include -L/sw/lib -lgmerlin_avdec -lgavl gmerlin_test.c -o gmerlin_test megrimm-mbp:gmerlin_test megrimm$ /Users/megrimm/Desktop/gmerlin_test/gmerlin_test trying to create video converter Segmentation fault: 11 megrimm-mbp:gmerlin_test megrimm$
i will grab latest gem at some point today and try again.....
On Wed, Feb 29, 2012 at 4:02 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 19:43, m.e.grimm wrote:
well, run them on a file, so they can actually do something.
well. that would be smart.
yes. bgavdemux works fine.
but now I am noticing that the only two binaries I have here are bgavdemux & bgavdump.... could that be right?
i don't know. where is "here"? most likely the missing tests have been build correctly, but they are not installed by fink (so you don't find them in your path).
e.g. the debian package does not install any of those test binaries.
so maybe i have some more work to do or did something wrong....
also I just compiled Gem from the git source and get the same/similar crash log:
i attached a minimal example that should trigger the same problem (according to your backtrace).
if the example crashes, then i think it is a problem with gmerlin-avdecoder itself (or i forgot to initialize something, but burkhard should know an answer to that as well) if it does not crash then the problem is with Gem (btw, when creating the test, i noticed a small typo in Gem's filmGMERLIN which might simply fix the problem...so if the test runs ok, try an update of filmGMERLIN...)
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9N6aUACgkQkX2Xpv6ydvSA/wCgtHfQDIheuoJWQhlKr7AHdbr0 vvcAn2NthCjTpH0iXJmP8HccTGmLzdhs =lEvV -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
oh this is a crash: trying to create video converter Segmentation fault: 11
sorry. trying to multitask this morn and only half paying attention.
so now what should i do?
m
On Wed, Feb 29, 2012 at 8:44 AM, m.e.grimm megrimm@gmail.com wrote:
yeah your test compiled fine. when resulting binary run i get "trying to create video converter Segmentation fault: 11"
megrimm-mbp:Gem megrimm$ cd /Users/megrimm/Desktop/gmerlin_test megrimm-mbp:gmerlin_test megrimm$ make cc -I/sw/include -L/sw/lib -lgmerlin_avdec -lgavl gmerlin_test.c -o gmerlin_test megrimm-mbp:gmerlin_test megrimm$ /Users/megrimm/Desktop/gmerlin_test/gmerlin_test trying to create video converter Segmentation fault: 11 megrimm-mbp:gmerlin_test megrimm$
i will grab latest gem at some point today and try again.....
On Wed, Feb 29, 2012 at 4:02 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-28 19:43, m.e.grimm wrote:
well, run them on a file, so they can actually do something.
well. that would be smart.
yes. bgavdemux works fine.
but now I am noticing that the only two binaries I have here are bgavdemux & bgavdump.... could that be right?
i don't know. where is "here"? most likely the missing tests have been build correctly, but they are not installed by fink (so you don't find them in your path).
e.g. the debian package does not install any of those test binaries.
so maybe i have some more work to do or did something wrong....
also I just compiled Gem from the git source and get the same/similar crash log:
i attached a minimal example that should trigger the same problem (according to your backtrace).
if the example crashes, then i think it is a problem with gmerlin-avdecoder itself (or i forgot to initialize something, but burkhard should know an answer to that as well) if it does not crash then the problem is with Gem (btw, when creating the test, i noticed a small typo in Gem's filmGMERLIN which might simply fix the problem...so if the test runs ok, try an update of filmGMERLIN...)
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9N6aUACgkQkX2Xpv6ydvSA/wCgtHfQDIheuoJWQhlKr7AHdbr0 vvcAn2NthCjTpH0iXJmP8HccTGmLzdhs =lEvV -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-29 15:26, m.e.grimm wrote:
oh this is a crash: trying to create video converter Segmentation fault: 11
sorry. trying to multitask this morn and only half paying attention.
so now what should i do?
send the example to gmerlin-dev and ask for assistance.
f gamsdr IOhannes
OK. Sent your example. Rebuilt gavl and gmerlin_avdec. Your example works with output:
trying to create video converter created video converter 0x7ff77ac334a0...destroying it destroyed video converter 0x7ff77ac334a0 bye
rebuilt Gem from recent git. Pd-ex still crashes immediately (even prior to Gem import). Here is crash report: http://pastebin.com/3AQDnYAw
hmmmmm... ideas on net step?
m
On Wed, Feb 29, 2012 at 10:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-29 15:26, m.e.grimm wrote:
oh this is a crash: trying to create video converter Segmentation fault: 11
sorry. trying to multitask this morn and only half paying attention.
so now what should i do?
send the example to gmerlin-dev and ask for assistance.
f gamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9OSYUACgkQkX2Xpv6ydvTsDQCgpnwMn5jlUxtdkrk/+GRn/qUy z64An0S6JfCE0HODKoDaItLiQCcQwEyY =XJhG -----END PGP SIGNATURE-----
On 03/03/12 16:15, m.e.grimm wrote:
OK. Sent your example. Rebuilt gavl and gmerlin_avdec. Your example works with output:
trying to create video converter created video converter 0x7ff77ac334a0...destroying it destroyed video converter 0x7ff77ac334a0 bye
since your rebuild only involved enabling some debug-flags, this unfortunately doesn't tell us much (apart from that we will have a hard time tracking down the real cause of the problem)
rebuilt Gem from recent git. Pd-ex still crashes immediately (even prior to Gem import). Here is crash report: http://pastebin.com/3AQDnYAw
hmmmmm... ideas on net step?
no, not really.
first of all, make sure that you are indeed using the "new and 'fixed'" gmerlin-avdecoder ('fixed' being in quotes since nobody fixed it yet)
then i would do: - do a complete rebuild of Gem $ make clean; make - eventually disable all other plugins (by deleting their binaries)
if you still get crashes, start pd/Gem in a debugger (gdb) to get proper backtraces. you could also set some a breakpoint in filmGERMLIN::filmGMERLIN and step through execution until you get the crash.
fgamdsr IOhannes
OK. I altered your filmGMERLIN.cpp a little and am able to load pd/gem with filmGMERLIN plugin support.... without crashing pd that is...
now I get when I try to load alea.mpg into pix_film: http://pastebin.com/XU25JLPY
and this when I try to load homer.avi into pix_film http://pastebin.com/kXdABQUv
attached are my changes to filmGMERLIN.cpp with comments.
also .... i have been working on gdb debugging, passing -g flag to gcc, etc. for debugging but resorted to some trial and error instead.
i still need to learn all this gdb debugging stuff I guess......
cheers m
2012/3/4 IOhannes m zmölnig zmoelnig@iem.at:
On 03/03/12 16:15, m.e.grimm wrote:
OK. Sent your example. Rebuilt gavl and gmerlin_avdec. Your example works with output:
trying to create video converter created video converter 0x7ff77ac334a0...destroying it destroyed video converter 0x7ff77ac334a0 bye
since your rebuild only involved enabling some debug-flags, this unfortunately doesn't tell us much (apart from that we will have a hard time tracking down the real cause of the problem)
rebuilt Gem from recent git. Pd-ex still crashes immediately (even prior to Gem import). Here is crash report: http://pastebin.com/3AQDnYAw
hmmmmm... ideas on net step?
no, not really.
first of all, make sure that you are indeed using the "new and 'fixed'" gmerlin-avdecoder ('fixed' being in quotes since nobody fixed it yet)
then i would do:
- do a complete rebuild of Gem
$ make clean; make
- eventually disable all other plugins (by deleting their binaries)
if you still get crashes, start pd/Gem in a debugger (gdb) to get proper backtraces. you could also set some a breakpoint in filmGERMLIN::filmGMERLIN and step through execution until you get the crash.
fgamdsr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-05 22:18, m.e.grimm wrote:
OK. I altered your filmGMERLIN.cpp a little and am able to load pd/gem with filmGMERLIN plugin support.... without crashing pd that is...
now I get when I try to load alea.mpg into pix_film: http://pastebin.com/XU25JLPY
and this when I try to load homer.avi into pix_film http://pastebin.com/kXdABQUv
attached are my changes to filmGMERLIN.cpp with comments.
hmm, please: - - try to create a git diff, rather than sending the full source file around for a starter checkout http://puredata.info/docs/developer/GitWorkflows (you have to use Gem's git-uri, of course)
- - when doing comments, please comment about why you are doing something, rather than what you are doing. if i do a $ diff org/filmGMERLIN.cpp new/filmGMERLIN.cpp i can well see that you have added a new line (which is what your comment is saying as well), but why you did that, i have no clue
- - what is the reason to initialize m_curFrame to 0 rather than -1? looking at the code, it seems like m_curFrame isn't used at all (it's assigned values somewhere, but it is never read; seems to be a leftover from the olde days), i can hardly imagine that changing the initial value of a virtually unused variable can fix anything
- - adding "gavl_video_converter_t*m_gconverter = NULL;" will only shadow the class member "m_gconverter", which is most likely _not_ what we want, as it will most likely crash as soon as the (uninitialized, non-existant) converter the member variable points to will be used.
i also am a bit stymified, why this should prevent the crash you originally had. you could go and try something like this instead: <snap> gavl_video_converter_t*converter = gavl_video_converter_create (); m_gconverter=converter; </snap>
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i'll try to cleanup the code....
fgmadr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-07 22:45, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
[...]
congrats!
do i read that correctly, that there was no need in the end to modify Gem (or gmerlin) in any way?
See attached screen shot.
yes, that (color problem) was kind of expected. it should be easy to fix, though.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the
iirc, gmerlin-avdecoder cannot open alea.mpg; it shouldn't crash though.
fgmasdr IOhannes
do i read that correctly, that there was no need in the end to modify Gem (or gmerlin) in any way?
Nope! not with the recent gavl/gmerlin_avdecoder svn checkouts (burkhard fixed the probs we were having over the last couple weeks) and the most recent Gem git.
yes, that (color problem) was kind of expected. it should be easy to fix, though.
cool.... looks like it dropped blue channel and is interlaced vertically.
iirc, gmerlin-avdecoder cannot open alea.mpg; it shouldn't crash though.
yes ill work on this with burkhard.
question: video .... i am assuming support for that will need videoQTKIT plug? or?
also a little off subject, i am having a hard time wrapping my head around the Gem plugin system. I am assuming that Gem must be compiled with lib/framework support and the plugin is written for that lib/framework. So as long as Gem is compiled with that support a plugin can be written and compiled separately and just copied into the Gem folder. ... right?
now what if there are two plugins that support film for example (filmGMERLIN and filmQTKIT)... can a user dynamically choose which one is used? on start up?
cheers m
On Thu, Mar 8, 2012 at 3:31 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-07 22:45, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
[...]
congrats!
do i read that correctly, that there was no need in the end to modify Gem (or gmerlin) in any way?
See attached screen shot.
yes, that (color problem) was kind of expected. it should be easy to fix, though.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the
iirc, gmerlin-avdecoder cannot open alea.mpg; it shouldn't crash though.
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9YbmEACgkQkX2Xpv6ydvRWqACfYFHSxnKfY1l4K0npZiEsf9/Q iGEAoPar7lo4jV6vvLmvXcTj3dy9WMHD =uA6W -----END PGP SIGNATURE-----
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
----------------------------------------------------------------------------
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
hello,
yeah it look like that crash I am getting with alea.mpg is from gmerlin_avdecoder being compiled without libmpeg2 .... at least that what burkhard says:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
there doesnt seem to be a libmpeg2 fink package although i did manage to easily compile from recent svn and install.
so maybe we need to get libmpeg2 into fink prior to gmerlin_avdecoder compile and add as dependency before updating your packages Hans?
cheers m
On Sat, Mar 17, 2012 at 10:21 PM, Hans-Christoph Steiner hans@at.or.at wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote:
i wonder though, why m_gconverter is not properly initialized in the initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
i'll try to cleanup the code....
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
please file a bug-report about this.
fgamksdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
----------------------------------------------------------------------------
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
got it. No patch necessary. aac_frame was the file being patched and is now changed at the source. at least the recent gmerlin svn (today).... so i just commented out your patch lines in your .info file and all works!!!
Even alea.mpg!!! no crashing! Yay!!!
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
NOTE: A good nights sleep is a requirement for troubleshooting.
m
On Thu, Mar 22, 2012 at 10:37 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote:
On 2012-03-19 15:41, m.e.grimm wrote:
> "Looks like you don't have libmpeg2 installed. > In this case gmerlin-avdecoder removes the video stream from the > internal structure, so every access to video stream 0 might result in a crash."
well yes, but in that case Gem should not try to access the video stream 0, thus preventing a crash...
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
and yeah. the problem really is that ANY file that is not support is going to automatically crash PD? I tried opening a .wav in pix_film for shits and giggles and PD crashed with same crash as alea.mpg was giving me ... I should just get a "not supported" (or something like that) warning in the PD console and NOT a crash, no?
and i know this is being brought up with burkhard by johannes so... hopefully we can get it fixed up tight.
m
On Fri, Mar 23, 2012 at 10:14 AM, m.e.grimm megrimm@gmail.com wrote:
got it. No patch necessary. aac_frame was the file being patched and is now changed at the source. at least the recent gmerlin svn (today).... so i just commented out your patch lines in your .info file and all works!!!
Even alea.mpg!!! no crashing! Yay!!!
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
NOTE: A good nights sleep is a requirement for troubleshooting.
m
On Thu, Mar 22, 2012 at 10:37 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote: > On 2012-03-19 15:41, m.e.grimm wrote: > >> "Looks like you don't have libmpeg2 installed. >> In this case gmerlin-avdecoder removes the video stream from the >> internal structure, so every access to video stream 0 might result in a crash." > > > well yes, but in that case Gem should not try to access the video stream > 0, thus preventing a crash... >
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
Ok, I updated gmerlin-avdec on the build servers, tomorrow's OSX builds should have the mpeg2 support.
.hc
On Mar 23, 2012, at 10:21 AM, m.e.grimm wrote:
and yeah. the problem really is that ANY file that is not support is going to automatically crash PD? I tried opening a .wav in pix_film for shits and giggles and PD crashed with same crash as alea.mpg was giving me ... I should just get a "not supported" (or something like that) warning in the PD console and NOT a crash, no?
and i know this is being brought up with burkhard by johannes so... hopefully we can get it fixed up tight.
m
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
On Fri, Mar 23, 2012 at 10:14 AM, m.e.grimm megrimm@gmail.com wrote:
got it. No patch necessary. aac_frame was the file being patched and is now changed at the source. at least the recent gmerlin svn (today).... so i just commented out your patch lines in your .info file and all works!!!
Even alea.mpg!!! no crashing! Yay!!!
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
NOTE: A good nights sleep is a requirement for troubleshooting.
m
On Thu, Mar 22, 2012 at 10:37 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2012-03-19 15:52, IOhannes m zmoelnig wrote: >> On 2012-03-19 15:41, m.e.grimm wrote: >> >>> "Looks like you don't have libmpeg2 installed. >>> In this case gmerlin-avdecoder removes the video stream from the >>> internal structure, so every access to video stream 0 might result in a crash." >> >> >> well yes, but in that case Gem should not try to access the video stream >> 0, thus preventing a crash... >> > > thanks for reporting in the tracker. > > is it possible for you to get back to the state where the crash > happened? so we can make work with gmerlin even if it was compiled > without libmpeg2 support... > > fgmasdr > IOhannes > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX > E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE > =Lia3 > -----END PGP SIGNATURE----- > > > _______________________________________________ > GEM-dev mailing list > GEM-dev@iem.at > http://lists.puredata.info/listinfo/gem-dev >
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
Access to computers should be unlimited and total. - the hacker ethic
Thanks for working through that, very helpful. I know how long it can take, and how unfun it is. Ping me when Burkhard makes a gmerlin-avdec release, and I'll update the Fink packages.
We can also do one from SVN if you think its urgent.
.hc
On Mar 23, 2012, at 10:14 AM, m.e.grimm wrote:
got it. No patch necessary. aac_frame was the file being patched and is now changed at the source. at least the recent gmerlin svn (today).... so i just commented out your patch lines in your .info file and all works!!!
Even alea.mpg!!! no crashing! Yay!!!
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
NOTE: A good nights sleep is a requirement for troubleshooting.
m
On Thu, Mar 22, 2012 at 10:37 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:52, IOhannes m zmoelnig wrote: > On 2012-03-19 15:41, m.e.grimm wrote: > >> "Looks like you don't have libmpeg2 installed. >> In this case gmerlin-avdecoder removes the video stream from the >> internal structure, so every access to video stream 0 might result in a crash." > > > well yes, but in that case Gem should not try to access the video stream > 0, thus preventing a crash... >
thanks for reporting in the tracker.
is it possible for you to get back to the state where the crash happened? so we can make work with gmerlin even if it was compiled without libmpeg2 support...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE =Lia3 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
“We must become the change we want to see. - Mahatma Gandhi
your welcome
I know how long it can take, and how unfun it is.
yeah i needed to learn this stuff. and learning always takes the longest and is only accomplished by doing.
We can also do one from SVN if you think its urgent.
um... no we can wait for release although it looks to me like the last one he made was over a year ago...
i think its good just to know it works so we can move forward with the 64bit builds eventually...
cheers m
On Fri, Mar 23, 2012 at 3:31 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Thanks for working through that, very helpful. I know how long it can take, and how unfun it is. Ping me when Burkhard makes a gmerlin-avdec release, and I'll update the Fink packages.
We can also do one from SVN if you think its urgent.
.hc
On Mar 23, 2012, at 10:14 AM, m.e.grimm wrote:
got it. No patch necessary. aac_frame was the file being patched and is now changed at the source. at least the recent gmerlin svn (today).... so i just commented out your patch lines in your .info file and all works!!!
Even alea.mpg!!! no crashing! Yay!!!
although this still does not solve the issue of the crash when gmerlin is compiled without libmpeg2 no?
NOTE: A good nights sleep is a requirement for troubleshooting.
m
On Thu, Mar 22, 2012 at 10:37 PM, Hans-Christoph Steiner hans@at.or.at wrote:
That's strange, the patch is failing to apply. Did you download a different version of gmerlin-avdec and put it into the /sw/src/gmerlin-avdecoder-1.1.0.tar.gz?
.hc
On Mar 22, 2012, at 6:04 PM, m.e.grimm wrote:
I don't know why im getting this but it just drove me crazy the last couple hours so im giving up:
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.0.tar.gz [ -r /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch ] patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/gmerlin-avdecoder1.patch patching file lib/aac_frame.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lib/aac_frame.c.rej ### execution of patch failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.0-6 (Reading database ... 165599 files and directories currently installed.) Removing fink-buildlock-gmerlin-avdecoder1-1.1.0-6 ... Failed: phase patching: gmerlin-avdecoder1-1.1.0-6 failed
On Thu, Mar 22, 2012 at 1:19 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Just in time for me to give you the gmerlin update ;) Attached is the updated gmerlin-avdecoder1.info package to build against libmpeg2, which is already included in Fink as mpeg2dec.
.hc
On Mar 22, 2012, at 11:11 AM, m.e.grimm wrote:
ok yes I am back to that state with alea.mpg crashing PD/Gem
On Thu, Mar 22, 2012 at 9:54 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2012-03-19 15:52, IOhannes m zmoelnig wrote: >> On 2012-03-19 15:41, m.e.grimm wrote: >> >>> "Looks like you don't have libmpeg2 installed. >>> In this case gmerlin-avdecoder removes the video stream from the >>> internal structure, so every access to video stream 0 might result in a crash." >> >> >> well yes, but in that case Gem should not try to access the video stream >> 0, thus preventing a crash... >> > > thanks for reporting in the tracker. > > is it possible for you to get back to the state where the crash > happened? so we can make work with gmerlin even if it was compiled > without libmpeg2 support... > > fgmasdr > IOhannes > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk9rLyoACgkQkX2Xpv6ydvSLzACg3XwiYdsyy2qohbg6QIKM7uTX > E40AoOpeegXvnPN/u+YeQ+uoUH4KGZWE > =Lia3 > -----END PGP SIGNATURE----- > > > _______________________________________________ > GEM-dev mailing list > GEM-dev@iem.at > http://lists.puredata.info/listinfo/gem-dev >
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[T]he greatest purveyor of violence in the world today [is] my own government." - Martin Luther King, Jr.
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
“We must become the change we want to see. - Mahatma Gandhi
On 03/23/12 21:44, m.e.grimm wrote:
um... no we can wait for release although it looks to me like the last one he made was over a year ago...
it seems like you come to some conclusions on when the next release will appear, based on the last release.
which ones? why?
fgmasd IOhannes
it seems like you come to some conclusions on when the next release will appear, based on the last release.
ha... yes i guess so! although who knows...
maybe we just ask burkhard when he plans next release OR we use SVN?
what do you think... i really have no idea...
cheers m
2012/3/24 IOhannes m zmölnig zmoelnig@iem.at:
On 03/23/12 21:44, m.e.grimm wrote:
um... no we can wait for release although it looks to me like the last one he made was over a year ago...
it seems like you come to some conclusions on when the next release will appear, based on the last release.
which ones? why?
fgmasd IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Its much less work from my experience to work from his releases. Sounds like there are a lot of fixes in SVN, so IMHO, a new gmerlin-avdecoder release makes sense.
.hc
On Mar 26, 2012, at 11:19 AM, m.e.grimm wrote:
it seems like you come to some conclusions on when the next release will appear, based on the last release.
ha... yes i guess so! although who knows...
maybe we just ask burkhard when he plans next release OR we use SVN?
what do you think... i really have no idea...
cheers m
2012/3/24 IOhannes m zmölnig zmoelnig@iem.at:
On 03/23/12 21:44, m.e.grimm wrote:
um... no we can wait for release although it looks to me like the last one he made was over a year ago...
it seems like you come to some conclusions on when the next release will appear, based on the last release.
which ones? why?
fgmasd IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
----------------------------------------------------------------------------
¡El pueblo unido jamás será vencido!
Hey Mark,
If you point me towards a libmpeg2 release tarball and tell me how you built it, I can easily package it and add it to the gmerlin_avdecoder build.
.hc
On Mar 19, 2012, at 10:41 AM, m.e.grimm wrote:
hello,
yeah it look like that crash I am getting with alea.mpg is from gmerlin_avdecoder being compiled without libmpeg2 .... at least that what burkhard says:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
there doesnt seem to be a libmpeg2 fink package although i did manage to easily compile from recent svn and install.
so maybe we need to get libmpeg2 into fink prior to gmerlin_avdecoder compile and add as dependency before updating your packages Hans?
cheers m
On Sat, Mar 17, 2012 at 10:21 PM, Hans-Christoph Steiner hans@at.or.at wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-06 09:18, IOhannes m zmoelnig wrote: > i wonder though, why m_gconverter is not properly initialized in the > initialization list (it should be set to NULL)...
i just noticed that it is intialized correctly anyhow...
> > i'll try to cleanup the code.... >
so i removed all the unused variables from the class, which should be a little less confusing...
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R =1g+u -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler
hey hans,
svn co svn://svn.videolan.org/libmpeg2/trunk run bootstrap ./configure cd libmpeg2 (in libmpeg2 dir because libvo fails) make make install
installs libmpeg2.dylib to /usr/local/lib
hope that works ok? let me know....
cheers m
On Wed, Mar 21, 2012 at 6:48 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Hey Mark,
If you point me towards a libmpeg2 release tarball and tell me how you built it, I can easily package it and add it to the gmerlin_avdecoder build.
.hc
On Mar 19, 2012, at 10:41 AM, m.e.grimm wrote:
hello,
yeah it look like that crash I am getting with alea.mpg is from gmerlin_avdecoder being compiled without libmpeg2 .... at least that what burkhard says:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
there doesnt seem to be a libmpeg2 fink package although i did manage to easily compile from recent svn and install.
so maybe we need to get libmpeg2 into fink prior to gmerlin_avdecoder compile and add as dependency before updating your packages Hans?
cheers m
On Sat, Mar 17, 2012 at 10:21 PM, Hans-Christoph Steiner hans@at.or.at wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with filmGMERLIN plugin on OSX 10.7.3
See attached screen shot.
I am not sure what the problem was. This is still very unstable, crashing when loading alea.mpg in pix_film. As you can see by the screenshot the colors are not normal.....
The short of it:
I removed all gmerlin and Gem stuff. Rebuild/installed from recent svn/git repos. removed all Gem plugs minus the filmGMERLIN one and this is what I got....
BUT Hey!!! At least it is working! I was about to give it up :)
cheers m
On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2012-03-06 09:18, IOhannes m zmoelnig wrote: >> i wonder though, why m_gconverter is not properly initialized in the >> initialization list (it should be set to NULL)... > > i just noticed that it is intialized correctly anyhow... > >> >> i'll try to cleanup the code.... >> > > so i removed all the unused variables from the class, which should be a > little less confusing... > > fgmasdr > IOhannes > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq > cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R > =1g+u > -----END PGP SIGNATURE----- > > > _______________________________________________ > GEM-dev mailing list > GEM-dev@iem.at > http://lists.puredata.info/listinfo/gem-dev >
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________ <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler
Fink packages need a tarball posted somewhere accessible via an http:// URL.
.hc
On Mar 21, 2012, at 7:27 PM, m.e.grimm wrote:
hey hans,
svn co svn://svn.videolan.org/libmpeg2/trunk run bootstrap ./configure cd libmpeg2 (in libmpeg2 dir because libvo fails) make make install
installs libmpeg2.dylib to /usr/local/lib
hope that works ok? let me know....
cheers m
On Wed, Mar 21, 2012 at 6:48 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Hey Mark,
If you point me towards a libmpeg2 release tarball and tell me how you built it, I can easily package it and add it to the gmerlin_avdecoder build.
.hc
On Mar 19, 2012, at 10:41 AM, m.e.grimm wrote:
hello,
yeah it look like that crash I am getting with alea.mpg is from gmerlin_avdecoder being compiled without libmpeg2 .... at least that what burkhard says:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
there doesnt seem to be a libmpeg2 fink package although i did manage to easily compile from recent svn and install.
so maybe we need to get libmpeg2 into fink prior to gmerlin_avdecoder compile and add as dependency before updating your packages Hans?
cheers m
On Sat, Mar 17, 2012 at 10:21 PM, Hans-Christoph Steiner hans@at.or.at wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote:
That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed.
.hc
On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote:
> OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with > filmGMERLIN plugin on OSX 10.7.3 > > See attached screen shot. > > I am not sure what the problem was. This is still very unstable, > crashing when loading alea.mpg in pix_film. As you can see by the > screenshot the colors are not normal..... > > The short of it: > > I removed all gmerlin and Gem stuff. Rebuild/installed from recent > svn/git repos. removed all Gem plugs minus the filmGMERLIN one and > this is what I got.... > > BUT Hey!!! At least it is working! I was about to give it up :) > > cheers > m > > On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 2012-03-06 09:18, IOhannes m zmoelnig wrote: >>> i wonder though, why m_gconverter is not properly initialized in the >>> initialization list (it should be set to NULL)... >> >> i just noticed that it is intialized correctly anyhow... >> >>> >>> i'll try to cleanup the code.... >>> >> >> so i removed all the unused variables from the class, which should be a >> little less confusing... >> >> fgmasdr >> IOhannes >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.11 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq >> cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R >> =1g+u >> -----END PGP SIGNATURE----- >> >> >> _______________________________________________ >> GEM-dev mailing list >> GEM-dev@iem.at >> http://lists.puredata.info/listinfo/gem-dev >> > > > > -- > ____________________ > m.e.grimm | m.f.a | ed.m. > megrimm@gmail.com > _________________________________ > <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ > GEM-dev mailing list > GEM-dev@iem.at > http://lists.puredata.info/listinfo/gem-dev
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
----------------------------------------------------------------------------
There is no way to peace, peace is the way. -A.J. Muste
Yes. I am very good at following instructions. And never tend to try the opposite.
This then worked:
http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz ./configure cd libmpeg2 make make install
Have one hell of a good time.
m
On Wed, Mar 21, 2012 at 9:29 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Fink packages need a tarball posted somewhere accessible via an http:// URL.
.hc
On Mar 21, 2012, at 7:27 PM, m.e.grimm wrote:
hey hans,
svn co svn://svn.videolan.org/libmpeg2/trunk run bootstrap ./configure cd libmpeg2 (in libmpeg2 dir because libvo fails) make make install
installs libmpeg2.dylib to /usr/local/lib
hope that works ok? let me know....
cheers m
On Wed, Mar 21, 2012 at 6:48 PM, Hans-Christoph Steiner hans@at.or.at wrote:
Hey Mark,
If you point me towards a libmpeg2 release tarball and tell me how you built it, I can easily package it and add it to the gmerlin_avdecoder build.
.hc
On Mar 19, 2012, at 10:41 AM, m.e.grimm wrote:
hello,
yeah it look like that crash I am getting with alea.mpg is from gmerlin_avdecoder being compiled without libmpeg2 .... at least that what burkhard says:
"Looks like you don't have libmpeg2 installed. In this case gmerlin-avdecoder removes the video stream from the internal structure, so every access to video stream 0 might result in a crash."
there doesnt seem to be a libmpeg2 fink package although i did manage to easily compile from recent svn and install.
so maybe we need to get libmpeg2 into fink prior to gmerlin_avdecoder compile and add as dependency before updating your packages Hans?
cheers m
On Sat, Mar 17, 2012 at 10:21 PM, Hans-Christoph Steiner hans@at.or.at wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
.hc
On Mar 8, 2012, at 9:21 AM, m.e.grimm wrote:
> That's great! Did you have to use the SVN version of gmerlin in the end?
yes. i did. from the most recent svn i had to compile and package gmerlin_avdecoder AND gavl for fink build/install. I did though use your libgavl1.info and gmerlin-avdecoder1.info without modification....
also with gavl i had to run autogen.sh prior to packaging. gmerlin_avdecoder i just package directly from the svn checkout...
> gmerlin-avdecoder is already installed.
that version will need to be rebuilt and installed form most recent svn. burkhard has made some changes in past few days.
yes! m
On Thu, Mar 8, 2012 at 4:30 AM, Hans-Christoph Steiner hans@at.or.at wrote: > > That's great! Did you have to use the SVN version of gmerlin in the end? If not, then the Mac OS X 10.6/Intel build machine should be able to make 64-bit builds now, gmerlin-avdecoder is already installed. > > .hc > > On Mar 7, 2012, at 4:45 PM, m.e.grimm wrote: > >> OK. Well.... It works. Pd-Extended 64bit recent autobuild + Gem with >> filmGMERLIN plugin on OSX 10.7.3 >> >> See attached screen shot. >> >> I am not sure what the problem was. This is still very unstable, >> crashing when loading alea.mpg in pix_film. As you can see by the >> screenshot the colors are not normal..... >> >> The short of it: >> >> I removed all gmerlin and Gem stuff. Rebuild/installed from recent >> svn/git repos. removed all Gem plugs minus the filmGMERLIN one and >> this is what I got.... >> >> BUT Hey!!! At least it is working! I was about to give it up :) >> >> cheers >> m >> >> On Tue, Mar 6, 2012 at 3:51 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On 2012-03-06 09:18, IOhannes m zmoelnig wrote: >>>> i wonder though, why m_gconverter is not properly initialized in the >>>> initialization list (it should be set to NULL)... >>> >>> i just noticed that it is intialized correctly anyhow... >>> >>>> >>>> i'll try to cleanup the code.... >>>> >>> >>> so i removed all the unused variables from the class, which should be a >>> little less confusing... >>> >>> fgmasdr >>> IOhannes >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.4.11 (GNU/Linux) >>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >>> >>> iEYEARECAAYFAk9V0BUACgkQkX2Xpv6ydvQ3mgCfWCqvcEtjwYEIYzaKDNdBhBaq >>> cxMAniYX6CEmnMVQTGPwc/lwPc9i/v7R >>> =1g+u >>> -----END PGP SIGNATURE----- >>> >>> >>> _______________________________________________ >>> GEM-dev mailing list >>> GEM-dev@iem.at >>> http://lists.puredata.info/listinfo/gem-dev >>> >> >> >> >> -- >> ____________________ >> m.e.grimm | m.f.a | ed.m. >> megrimm@gmail.com >> _________________________________ >> <Screen Shot 2012-03-07 at 4.37.25 PM.png>_______________________________________________ >> GEM-dev mailing list >> GEM-dev@iem.at >> http://lists.puredata.info/listinfo/gem-dev > > > > ---------------------------------------------------------------------------- > > Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith > >
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler
-- ____________________ m.e.grimm | m.f.a | ed.m. megrimm@gmail.com _________________________________
There is no way to peace, peace is the way. -A.J. Muste
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-18 03:21, Hans-Christoph Steiner wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
gavl-1.4.0 and gmerlin-avdeocder has been released on 8th of june.
nagnagbws IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-07-31 10:02, IOhannes m zmoelnig wrote:
On 2012-03-18 03:21, Hans-Christoph Steiner wrote:
I'm happy to update my packages once Burkhard makes a new release. Feel free to nag ;)
gavl-1.4.0 and gmerlin-avdeocder has been released on 8th of june.
let's try again, with more information: gavl_1.4.0 and gmerlin-avdecoder_1.2.0 has been released on 8th of june 2012.
fgmasdr IOhannes