Package Details: gnapi 0.2.2-4

Package Base: gnapi
Description: Subtitles downloader from napiprojekt.pl and opensubtitles databases
Upstream URL: http://gnapi.sourceforge.net
Category: multimedia
Licenses: GPL
Conflicts: gnapi-svn
Submitter: tezeriusz
Maintainer: None
Last Packager: Barthalion
Votes: 22
First Submitted: 2008-03-27 20:00
Last Updated: 2014-10-04 19:10

Latest Comments

Comment by nerio

2014-10-04 19:52

Yes, I can confirm :) Thanks :)

Comment by Barthalion

2014-10-04 19:11

Oops #2. It's building now for sure.

Comment by nerio

2014-10-04 17:49

Still gnapi won't build:
http://pastebin.com/yJXfPbAR

Comment by Barthalion

2014-10-04 09:29

Sorry, I completely forgot to test gnapi against new ffmpeg. It should be fine now.

Comment by m79reed

2014-10-03 09:13

New working ffmpeg.patch file: https://gist.github.com/m79reed/e6ad135f84dd20722a02

Comment by greh

2014-09-30 07:37

Po aktualizacji ffmpeg nie uruchamia się. Próba ponownego zbudowania kończy się następującym komunikatem:

cc ./src/gnapi.o ./src/gengine.o ./src/gplugins.o ./src/interface.o ./src/scan.o ./src/http_post.o -o gnapi -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -Wall -O2 -Wformat-security `pkg-config --cflags gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0 libnautilus-extension` `pkg-config --libs gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0` -lnotify -lavformat -ldl -lavcodec -Wl,-export-dynamic
./src/gengine.o: In function `get_movie_info':
/tmp/yaourt-tmp-greh/aur-gnapi/src/gnapi-0.2.2/./src/gengine.c:86: undefined reference to `av_find_stream_info'
/tmp/yaourt-tmp-greh/aur-gnapi/src/gnapi-0.2.2/./src/gengine.c:110: undefined reference to `av_close_input_file'
collect2: error: ld returned 1 exit status
Makefile:32: polecenia dla obiektu 'gnapi' nie powiodły się
make: *** [gnapi] Błąd 1
==> BŁĄD: Wystąpił błąd w build().
Przerywam...
==> ERROR: Makepkg was unable to build gnapi.

Comment by zbito

2012-07-13 19:12

Errors in build due to change in libavformat and libavcodec revision

Anonymous comment

2011-12-21 20:54

Fixed.

Anonymous comment

2011-12-21 20:22

cc ./src/gnapi.o ./src/gengine.o ./src/gplugins.o ./src/interface.o ./src/scan.o ./src/http_post.o -o gnapi -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -Wall -O2 -Wformat-security `pkg-config --cflags gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0 libnautilus-extension` `pkg-config --libs gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0` -lnotify -lavformat -Wl,-export-dynamic
/usr/bin/ld: ./src/gplugins.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [gnapi] Błąd 1
==> BŁĄD: Wystąpił błąd w build().
Przerywam...
Error: Makepkg was unable to build gnapi package.

Anonymous comment

2011-03-30 13:38

Thank you for such a fast reaction. Now works without a problem :-) Where can I find changelog for 0.3 version? Are you planning to implement possibility of choosing subtitles format? For example totem doesn't load .txt subtitles on start so you have to load them manually.

Anonymous comment

2011-03-30 13:12

Fixed - new version of libnotify do not have one of used function.
You can also try gnapi-svn (pre 0.3 version).

Anonymous comment

2011-03-30 12:00

==> Zaczynam build()
cc -c ./src/gengine.c -o ./src/gengine.o -march=i686 -mtune=generic -O2 -pipe -g -Wall -O2 -Wformat-security `pkg-config --cflags gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0 libnautilus-extension`
In file included from ./src/gengine.c:29:0:
./src/interface.h:25:2: error: expected specifier-qualifier-list before ‘GtkWidget’
./src/interface.h:47:2: error: expected specifier-qualifier-list before ‘GtkWidget’
./src/interface.h:64:2: error: expected specifier-qualifier-list before ‘GtkWidget’
./src/gengine.c: In function ‘notify’:
./src/gengine.c:117:2: warning: implicit declaration of function ‘notify_notification_new_with_status_icon’
./src/gengine.c:117:106: error: ‘MainInterface’ has no member named ‘gStatusIcon’
make: *** [gnapi] Błąd 1
==> BŁĄD: A failure occurred in build().
Przerywam...