sushantg11 / cuberok

Automatically exported from code.google.com/p/cuberok
GNU General Public License v3.0
0 stars 0 forks source link

Cuberok 0.0.6a can't see Gstreamer engine on Gentoo amd64 #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(Напишу по-английски на всякий случай)
I've wrote an ebuild for Gentoo in order to build cuberok. Older versions 
(0.0.4, 0.0.5 if my 
memory serves me right) worked fine, but 0.0.6 and 0.0.6a fail to find 
Gstreamer, therefore can't 
play anything (I disable audiere support). I've got following packages installed
% equery l gst 
[ Searching for package 'gst' in all categories among: ]
 * installed packages
[I--] [ ~] media-libs/gst-plugins-base-0.10.21 (0.10)
[I--] [ ~] media-libs/gst-plugins-good-0.10.11 (0.10)
[I--] [ ~] media-libs/gst-plugins-ugly-0.10.10 (0.10)
[I--] [ ~] media-libs/gstreamer-0.10.21-r3 (0.10)
[I--] [ ~] media-plugins/gst-plugins-alsa-0.10.21 (0.10)
[I--] [ ~] media-plugins/gst-plugins-faad-0.10.9 (0.10)
[I--] [ ~] media-plugins/gst-plugins-flac-0.10.11 (0.10)
[I--] [ ~] media-plugins/gst-plugins-mad-0.10.10 (0.10)
[I--] [ ~] media-plugins/gst-plugins-musepack-0.10.9 (0.10)
[I--] [ ~] media-plugins/gst-plugins-ogg-0.10.21 (0.10)
[I--] [ ~] media-plugins/gst-plugins-taglib-0.10.11 (0.10)
[I--] [ ~] media-plugins/gst-plugins-vorbis-0.10.21 (0.10)

How could I find out what's wrong? Thanks in advance.

Original issue reported on code.google.com by sterk...@gmail.com on 22 Mar 2009 at 1:24

GoogleCodeExporter commented 8 years ago
Приведите, пожалуйста, результат запуска 
cuberok в консоли.
Должно быть примерно следующее:

Loading l10n from /usr/bin/../share/cuberok/locale/cuberok_ru
Plugins dir is /usr/lib/cuberok
Try to load libplayer_gst.so

Original comment by drmoriar...@gmail.com on 23 Mar 2009 at 12:37

GoogleCodeExporter commented 8 years ago
% cuberok 
Loading l10n from /usr/bin/../share/cuberok/locale/cuberok_ru
Object::connect: No such signal Downloader::process(int, int)
Object::connect: No such signal Indicator::update()
QMetaObject::connectSlotsByName: No matching signal for on_AboutMenu()
QMetaObject::connectSlotsByName: No matching signal for on_AboutQtMenu()
Plugins dir is /usr
Selected engine Null engine
<... empty lines ...>
QSqlDatabasePrivate::removeDatabase: connection 'qt_sql_default_connection' is 
still in use, all queries will 
cease to work.

Ага, кажется, понятно, в чём дело. У меня 
плугины устанавливаются в /usr/share, а теперь 
надо в /usr/lib

% equery f cuberok | grep gst
/usr/share/cuberok/libplayer_gst.so

Спасибо за информацию, сейчас помучаем 
ебилд.

Original comment by sterk...@gmail.com on 23 Mar 2009 at 4:59

GoogleCodeExporter commented 8 years ago
Да, вроде зафурычило, спасибо за помощь. 
Прилагаю ебилд, мало ли пригодится кому.

Here's Gentoo ebuild for cuberok 0.0.6a

Original comment by sterk...@gmail.com on 23 Mar 2009 at 6:00

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by drmoriar...@gmail.com on 24 Mar 2009 at 6:02