summaryrefslogtreecommitdiff
path: root/multimedia/gopchop
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22include SDL/bl3 explicitely to match previous behaviourdrochner1-1/+6
(not strictly needed, could be made an option)
2006-10-16Fix "test ==".wiz2-1/+15
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-27Set USE_LIBTOOL=yes, since it does use libtool.wiz3-2/+22
Remove CPU specific optimizations that were set by configure script. Optimiziations should be set by the user, not by a specific package. This also fixes the build with gcc4.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-05-19Uses C++. XXX Kill idiotic large file check.joerg1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-4/+4
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Set BROKEN_GETTEXT_DETECTION to yes. Fixes PLIST locale problem.wiz1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-2/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-08-15This needs pkg-config -- add it to tools.wiz1-2/+3
2005-06-06Make gopchop find its pixmaps. Bump PKGREVISION.wiz3-2/+16
2005-05-03Update to 1.1.7:wiz2-7/+7
1.1.7: (2005-05-02) - added --version option - fixed typos in preferences handling - fixed crash on close - created stubbed "make check" tests/ directory - added tooltips to the preferences - display GOP number in Info window - added experimental MPEG1 support from Brent Baccala - generalized pref window settings - added "ignore program end code" based on patch from Brent Baccala - forced sequence injection during playback for MPEG1 sanity - updated man pages slightly
2005-04-30Update to 1.1.6:wiz7-61/+9
1.1.6: (2005-04-30) - modified patch from Tiziano Cappellari and Igor Baldachini to optionally force a prepended system header. - modified patch from Tiziano Cappellari and Igor Baldachini to optionally drop trailing packs that have system headers. - compilation patches from Eric Jorgensen and Barry Roberts. - NetBSD off_t patch from Thomas Klausner. 1.1.5: (2005-04-30) - improved gopchop.desktop - added debian menu file - fixed compile regression in new display code 1.1.4: (2005-04-30) - suse patch from Rainer Lay - changed scroll wheel usage to try and fix file select windows - schmidtw - changed the menus & menu items to be more "standard" where possible - schmidtw - added XML based load/save using libxml for editing sessions - schmidtw - added text enterable gop selector box - schmidtw - added view menu to control GOP Info window & in the future the video window - schmidtw - changed the menu items to be more descriptive - schmidtw - fixed details need to read other MPEG2 PES packets - locale clean-ups - Xv display is now aspect-correct - TODO reorganized - bryce
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-25Add intltool dependency, breaks build if missing.wiz1-1/+2
2005-03-23Initial import of gopchop-1.1.3:wiz8-0/+101
This tool is used for people wanting to take sections out of MPEG2-PS files without re-encoding the resulting frames. The idea is to write specific "Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will decode correctly (in theory), and the gaps won't be noticed. I wrote this tool to edit commercials out of MPEG2 files produced by my KFir MPEG2 capture card. Using this tool for anything else is really beyond the scope of its design.