Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] DVD:RIP doesnt find ImageMagick
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Sun Jun 01, 2008 6:39 am    Post subject: [SOLVED] DVD:RIP doesnt find ImageMagick Reply with quote

Hi,
I installed dvdrip, imagemagick is installed but it doesnt seem to work. The startup screen says Imagemagick not beeing found. Any Ideas?


Last edited by bastibasti on Sun Jun 01, 2008 6:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Sun Jun 01, 2008 6:58 am    Post subject: Reply with quote

for debuging purposes
please reinstall imagemagick and dvdrip and then post version numbers and useflags of both packages.
_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Sun Jun 01, 2008 7:05 am    Post subject: Reply with quote

Code:

localhost ~ # emerge  dvdrip -p

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] media-gfx/imagemagick-6.3.8.3-r1  USE="X bzip2 fontconfig jpeg jpeg2k perl png svg tiff truetype zlib -djvu -doc -fpx -graphviz -gs -hdri -jbig -lcms -nocxx -openexr -q32 -q8 -wmf -xml"
[ebuild  N    ] media-video/dvdrip-0.98.8  USE="ffmpeg hal mplayer ogg subtitles vcd xine xvid -fping -vorbis"
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Sun Jun 01, 2008 7:19 am    Post subject: Reply with quote

the only obvious thing I have different is that I have the graphiz use flag
and media-video/dvdrip-0.98.8-r2 (-r2 is different than your pretend emerge.)

I'ld unemerge imagemagick(if needed), build imagemagick with that additional flag, similarly update dvdrip to -r2
cross your fingers and try.
_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Sun Jun 01, 2008 2:28 pm    Post subject: Reply with quote

[ebuild N ] media-gfx/imagemagick-6.3.8.3-r1 USE="X bzip2 fontconfig graphviz jpeg jpeg2k perl png svg tiff truetype zlib -djvu -doc -fpx -gs -hdri -jbig -lcms -nocxx -openexr -q32 -q8 -wmf -xml"
[ebuild N ] media-video/dvdrip-0.98.8-r2 USE="ffmpeg hal mplayer ogg subtitles vcd xine xvid -fping -vorbis"

Still aint working... :( :( :( :(
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Sun Jun 01, 2008 3:04 pm    Post subject: Reply with quote

dvd rip cares most about "convert"
so what does "which convert" return?

and then cat ~/.dvdrip/tool_version* and check

for me:
Quote:
which convert
/usr/bin/convert


Code:
  GNU nano 2.1.1               File: /root/.dvdrip/tool_version_cache

LD_ASSUME_KERNEL=
fping   /usr/sbin/fping 1205214502      22136   2.4
ffmpeg  /usr/bin/ffmpeg 1204696952      63496   SVN-rUNKNOWN,
hal     /usr/bin/lshal  1204611164      17908   0.5.9
transcode       /usr/bin/transcode      1204051145      303992  1.0.6
mjpegtools      /usr/bin/mplex  1202513858      22324   1.8.0
xine    /usr/bin/xine   1184967851      789988  0.99.5
ImageMagick     /usr/bin/convert        1208473128      5420    6.3.8
mplayer /usr/bin/mplayer        1211350785      8654432 cvs
rar     /opt/bin/rar    1204051244      345504  3.71
dvdxchap                                not installed
ogmtools                                not installed
lsdvd   /usr/bin/lsdvd  1183781877      22268   0.16
subtitle2pgm    /usr/bin/subtitle2pgm   1197470267      25992   0.3
dvd::rip                                0.98.8
xvid4conf       /usr/bin/xvid4conf      1197345596      120584  1.12

_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Sun Jun 01, 2008 3:10 pm    Post subject: Reply with quote

Code:

localhost ~ # which convert
/usr/bin/convert


localhost ~ # cat ~/.dvdrip/tool_version*
LD_ASSUME_KERNEL=
fping   /usr/sbin/fping 1212309536      26232   2.4
ffmpeg  /usr/bin/ffmpeg 1212227384      67592   SVN-rUNKNOWN,
hal     /usr/bin/lshal  1212202452      17912   0.5.9
transcode       /usr/bin/transcode      1212255570      316280  1.0.4
mjpegtools      /usr/bin/mplex  1212254233      22356   1.8.0
xine    /usr/bin/xine   1212254308      803308  0.99.5
ImageMagick     /usr/bin/convert        1212338277      5562    not installed
mplayer /usr/bin/mplayer        1212251041      9318228 cvs
rar     /opt/bin/rar    1212273072      345504  3.71
dvdxchap        /usr/bin/dvdxchap       1212228166      9488    1.5
ogmtools        /usr/bin/ogmmerge       1212228166      178624  1.5
lsdvd   /usr/bin/lsdvd  1212223722      25804   0.16
subtitle2pgm    /usr/bin/subtitle2pgm   1212223648      25992   0.3
dvd::rip                                0.98.8
xvid4conf       /usr/bin/xvid4conf      1212211757      124684  1.12
localhost ~ #


thats verry strange. dvdrip installs imagemagick as a dependency. I have also tried emerging transcode without the imagemagick useflag like mentioned in the wiki but no success
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Sun Jun 01, 2008 6:58 pm    Post subject: Reply with quote

Seems like a problem with imagemagick... upgraded to ~x86 now it works.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum