Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58646 - New ebuild for GOPchop v1.0.0 and v1.1.3 (stable and development).
Summary: New ebuild for GOPchop v1.0.0 and v1.1.3 (stable and development).
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL: http://outflux.net/unix/software/GOPc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-28 04:31 UTC by MAL
Modified: 2005-07-21 09:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gopchop-1.0.0.ebuild (gopchop-1.0.0.ebuild,630 bytes, text/plain)
2004-07-28 04:32 UTC, MAL
Details
gopchop-1.1.3.ebuild (gopchop-1.1.3.ebuild,590 bytes, text/plain)
2004-07-28 04:32 UTC, MAL
Details
gopchop-1.1.3-r1.ebuild (gopchop-1.1.3-r1.ebuild,683 bytes, text/plain)
2004-12-13 05:23 UTC, Bernd Westermann
Details
files/gopchop-1.1.3.patch (gopchop-1.1.3.patch,339 bytes, text/plain)
2004-12-13 05:23 UTC, Bernd Westermann
Details
gopchop-1.1.7.ebuild (gopchop-1.1.7.ebuild,730 bytes, text/plain)
2005-07-21 09:47 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MAL 2004-07-28 04:31:28 UTC
GOPchop is a MPEG2 video, GOP-accurate editor.  It allows you to extract or remove portions of an MPEG2 video file, without reencoding or causing corruption.

Reproducible: Always
Steps to Reproduce:
Comment 1 MAL 2004-07-28 04:32:06 UTC
Created attachment 36316 [details]
gopchop-1.0.0.ebuild

ebuild for GOPchop v1.0.0 (stable)
Comment 2 MAL 2004-07-28 04:32:38 UTC
Created attachment 36317 [details]
gopchop-1.1.3.ebuild

ebuild for GOPchop v1.1.3 (development version).
Comment 3 MAL 2004-07-28 04:33:30 UTC
I have included the development version, because the stable version is old and lacks necessary capabilities.
Comment 4 Gregg Casillo 2004-08-18 13:18:19 UTC
I'd like to see gopchop in portage as well.
Comment 5 Bernd Westermann 2004-12-13 05:23:26 UTC
Created attachment 45904 [details]
gopchop-1.1.3-r1.ebuild

add patch "LC_ALL" error; add #incude <locale.h> to Main.cpp
Comment 6 Bernd Westermann 2004-12-13 05:23:45 UTC
Created attachment 45905 [details]
files/gopchop-1.1.3.patch
Comment 7 Chris White (RETIRED) gentoo-dev 2005-03-28 22:14:37 UTC
root@secures /var/tmp/portage/gopchop-1.1.3-r1/work/gopchop-1.1.3/src # make
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../include    -mtune=pentium4 -mmmx -msse -O2 -ftracer -fomit-frame-pointer -pipe -MT Main.o -MD -MP -MF ".deps/Main.Tpo" \
  -c -o Main.o `test -f 'Main.cpp' || echo './'`Main.cpp; \
then mv -f ".deps/Main.Tpo" ".deps/Main.Po"; \
else rm -f ".deps/Main.Tpo"; exit 1; \
fi
Main.cpp: In function `void show_error(char*)':
Main.cpp:260: error: ISO C++ forbids cast to non-reference type used as lvalue
Main.cpp: In function `void show_GOP(uint32_t)':
Main.cpp:1287: error: ISO C++ forbids cast to non-reference type used as lvalue
Main.cpp:1304: error: ISO C++ forbids cast to non-reference type used as lvalue
make: *** [Main.o] Error 1

Compile seems to be having issues.  This needs to get fixed upstream before I can commit.  Thanks for reporting and using Gentoo!
Comment 8 CJ Kucera 2005-07-21 09:43:09 UTC
Version 1.1.7 is out, and it doesn't seem to suffer from the compilation
problems that 1.1.3 had been suffering from.  I'll attach an updated ebuild in
just a second.
Comment 9 CJ Kucera 2005-07-21 09:47:10 UTC
Created attachment 64004 [details]
gopchop-1.1.7.ebuild

Not many changes here.	The project homepage has moved to
http://gopchop.sf.net/.  It doesn't require the patch given for 1.1.3, so
that's been taken out.	I put in a small sed statement so that the program
correctly finds its pixmaps once it's been installed (otherwise it looks in
/usr/share/pixmaps instead of /usr/share/pixmaps/gopchop).  Also added in some
dodoc statements for the usual READMEs, etc.  Enjoy!