Re: NEW multimedia/GOPchop

2008-11-18 Thread Antoine Jacoutot
On Tue, 18 Nov 2008, Girish Venkatachalam wrote:

> On 11:16:13 Nov 18, Kirill S. Bychkov wrote:
> > Well, in my case this is quite good for lib-depends-check:
> > CONFIGURE_STYLE=gnu
> > 
> > LIB_DEPENDS =   gdk,gtk::x11/gtk+ \
> > glib,gmodule::devel/glib \
> > intl::textproc/intltool \

This line is wrong.
libintl comes with gettext.

-- 
Antoine



Re: NEW multimedia/GOPchop

2008-11-18 Thread Girish Venkatachalam
On 11:16:13 Nov 18, Kirill S. Bychkov wrote:
> Well, in my case this is quite good for lib-depends-check:
> CONFIGURE_STYLE=gnu
> 
> LIB_DEPENDS =   gdk,gtk::x11/gtk+ \
> glib,gmodule::devel/glib \
> intl::textproc/intltool \
> mpeg2,mpeg2convert::graphics/libmpeg2
> 
> WANTLIB =   ICE SM X11 Xau Xdmcp Xext Xi Xrandr Xrender Xv \
> c iconv m pthread sndio stdc++ usbhid

Cool. Done.

> 
> IMO renaming GOPchop binary into gopchop is good idea.

Done.

Please check now. Thanks. :)

http://gayatri-hitech.com/Misc/GOPchop.tgz

-Girish



Re: NEW multimedia/GOPchop

2008-11-18 Thread Kirill S. Bychkov
Well, in my case this is quite good for lib-depends-check:
CONFIGURE_STYLE=gnu

LIB_DEPENDS =   gdk,gtk::x11/gtk+ \
glib,gmodule::devel/glib \
intl::textproc/intltool \
mpeg2,mpeg2convert::graphics/libmpeg2

WANTLIB =   ICE SM X11 Xau Xdmcp Xext Xi Xrandr Xrender Xv \
c iconv m pthread sndio stdc++ usbhid

IMO renaming GOPchop binary into gopchop is good idea.

On Tue, November 18, 2008 05:55, Girish Venkatachalam wrote:
> On 20:42:55 Nov 17, Kirill S. Bychkov wrote:
>> Hi. On my box (OpenBSD barton.linklevel.net 4.4 GENERIC#1480 i386) I see a
>> lot
>> of missing libs:
>>
>> /usr/ports/packages/i386/all/GOPchop-1.0.0.tgz:
>> WANTLIB:   Xau.9 (/usr/local/bin/gtkspu) (system lib)
>> WANTLIB:   c.49 (/usr/local/bin/mpegcat) (system lib)
>> Missing lib:   gdk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
>> Missing lib:   glib.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
>> Missing lib:   gmodule.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
>> Missing lib:   gtk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
>> WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/gtkspu)
>> Missing lib:   intl.4 (/usr/local/bin/gtkspu) (NOT REACHABLE)
>> WANTLIB:   m.4 (/usr/local/bin/gtkspu) (system lib)
>> Missing lib:   mpeg2.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
>> Missing lib:   mpeg2convert.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
>> Extra: SDL.8
>> WANTLIB += Xau c iconv m
>>
>
> Sorry I forgot to run port-lib-depends-check again.
>
> I could reproduce your problem. I fixed it.
>
> http://gayatri-hitech.com/Misc/GOPchop.tgz
>
> Now I have a weird problem. I kept on getting this silly GNU libtool
> error that it cannot find the library `'. ;)
>
> I narrowed it down to its inability to grok -lSDL and consequently I
> have patched configure to include the archive directly.
>
> Very ugly I know but the alternative is instructing it to use our own
> libtool but that adds one dependency...
>
> What is the way out?
>
> Appreciate your help.
>
> Thanks.
>
> -Girish
>
>


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



Re: NEW multimedia/GOPchop

2008-11-17 Thread Girish Venkatachalam
On 20:42:55 Nov 17, Kirill S. Bychkov wrote:
> Hi. On my box (OpenBSD barton.linklevel.net 4.4 GENERIC#1480 i386) I see a lot
> of missing libs:
> 
> /usr/ports/packages/i386/all/GOPchop-1.0.0.tgz:
> WANTLIB:   Xau.9 (/usr/local/bin/gtkspu) (system lib)
> WANTLIB:   c.49 (/usr/local/bin/mpegcat) (system lib)
> Missing lib:   gdk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
> Missing lib:   glib.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
> Missing lib:   gmodule.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
> Missing lib:   gtk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
> WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/gtkspu)
> Missing lib:   intl.4 (/usr/local/bin/gtkspu) (NOT REACHABLE)
> WANTLIB:   m.4 (/usr/local/bin/gtkspu) (system lib)
> Missing lib:   mpeg2.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
> Missing lib:   mpeg2convert.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
> Extra: SDL.8
> WANTLIB += Xau c iconv m
> 

Sorry I forgot to run port-lib-depends-check again.

I could reproduce your problem. I fixed it.

http://gayatri-hitech.com/Misc/GOPchop.tgz

Now I have a weird problem. I kept on getting this silly GNU libtool
error that it cannot find the library `'. ;)

I narrowed it down to its inability to grok -lSDL and consequently I
have patched configure to include the archive directly.

Very ugly I know but the alternative is instructing it to use our own
libtool but that adds one dependency...

What is the way out?

Appreciate your help.

Thanks.

-Girish



Re: NEW multimedia/GOPchop

2008-11-17 Thread Kirill S. Bychkov
Hi. On my box (OpenBSD barton.linklevel.net 4.4 GENERIC#1480 i386) I see a lot
of missing libs:

/usr/ports/packages/i386/all/GOPchop-1.0.0.tgz:
WANTLIB:   Xau.9 (/usr/local/bin/gtkspu) (system lib)
WANTLIB:   c.49 (/usr/local/bin/mpegcat) (system lib)
Missing lib:   gdk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
Missing lib:   glib.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
Missing lib:   gmodule.1 (/usr/local/bin/gtkspu) (NOT REACHABLE)
Missing lib:   gtk.3 (/usr/local/bin/gtkspu) (NOT REACHABLE)
WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/gtkspu)
Missing lib:   intl.4 (/usr/local/bin/gtkspu) (NOT REACHABLE)
WANTLIB:   m.4 (/usr/local/bin/gtkspu) (system lib)
Missing lib:   mpeg2.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
Missing lib:   mpeg2convert.0 (/usr/local/bin/mpegcat) (NOT REACHABLE)
Extra: SDL.8
WANTLIB += Xau c iconv m

On Mon, November 17, 2008 17:20, Girish Venkatachalam wrote:
> Hello ports,
>
> $ cat pkg/DESCR
>
> GOPchop cuts and merges MPEG2 videos. It limits cuts to I-frames or
> Group Of Pictures (GOP) boundaries, thereby preventing artifacts and
> degeneration of quality by not needing to re-encode. It mostly useful
> for hardware encoders.
>
> --
>
> Port here
>
> http://gayatri-hitech.com/Misc/GOPchop.tgz
>
> -Girish
>
>