Version: 0.7.2, Package name: dvdauthor-0.7.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The dvdauthor package is a simple set of tools for DVD authoring. The idea is to be able to create menus, buttons, chapters, etc. For now functionality is mostly limited to creating DVD filesystems from mpeg streams that were created by mplex -f 8 from mjpegtools 1.6.0 or newer. |
Filesize: 633.11 KB |
Version History (View Complete History) |
|
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-07-22 13:11:31 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to dvdauthor-0.7.2. |
2017-05-18 04:29:00 by Marc Espie | Files touched by this commit (1) |
Log message: nested functions are not "mandatory", get it to build with clang, even if we lose some functionality (this code is such a mess that I don't even know what we lose) |
2016-11-07 03:51:36 by Stuart Henderson | Files touched by this commit (14) |
Log message: sync WANTLIB (readding idn to some where I was overzealous, plus some lzma/pthread) |
2016-08-27 10:57:16 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to dvdauthor-0.7.1. |
2016-05-06 15:39:04 by Stuart Henderson | Files touched by this commit (11) |
Log message: make sure -current pkgname/revision are higher than stable |
2016-05-06 15:35:59 by Stuart Henderson | Files touched by this commit (16) |
Log message: bump users of MagickWand-6.Q16 and Magick++-6.Q16 in -stable due to shlib major bump in ImageMagick update; thanks jasper for the list |
2015-11-06 13:37:35 by Stuart Henderson | Files touched by this commit (19) |
Log message: fix following ImageMagick update |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-07-08 14:38:02 by Christian Weisgerber | Files touched by this commit (91) |
Log message: Fix build with png-1.5. All fixes by yours truly. |
2011-07-06 19:06:59 by Antoine Jacoutot | Files touched by this commit (17) |
Log message: Remove some duplicate wantlibs, use the libiconv MODULE where applicable. |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-10-24 15:40:39 by Stuart Henderson | Files touched by this commit (24) |
Log message: lib_depends, revision |
2010-10-24 15:27:41 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: Remove USE_X11. |
2010-10-18 15:25:09 by Marc Espie | Files touched by this commit (100) |
Log message: USE_GROFF=Yes |
2010-07-30 13:57:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: regen patches |
2008-11-20 11:18:35 by Okan Demirmen | Files touched by this commit (3) |
Log message: - update to 0.6.14 from Giovanni Bechis - explicitly state GLPv2 license ok ajacoutot@ |
2008-11-20 06:35:11 by Okan Demirmen | Files touched by this commit (2) |
Log message: - adapt for updated ImageMagick - sync PLIST (@bin markers) - fixup WANTLIB ok kili@ |
2008-06-01 02:21:15 by Stuart Henderson | Files touched by this commit (10) |
Log message: sync WANTLIB, bump package version. |
2007-11-17 13:39:03 by Steven Mestdagh | Files touched by this commit (28) |
Log message: fix WANTLIB |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-12-27 05:54:00 by Steven Mestdagh | Files touched by this commit (1) |
Log message: add missing library in LIB_DEPENDS |
2006-12-02 13:24:17 by Peter Valchev | Files touched by this commit (16) |
Log message: Remove jakemsr@ from maintainer position, as he has been inactive and email has been bouncing for several months. Jacob, if you get this and/or get back to things, let us know. |
2006-11-13 04:20:25 by Steven Mestdagh | Files touched by this commit (62) |
Log message: USE_X11 |
2006-08-03 17:15:58 by Marc Espie | Files touched by this commit (58) |
Log message: new style specs |
2005-12-14 21:19:58 by Jolan Luff | Files touched by this commit (1) |
Log message: avoid expansion of Id with a unified diff that uses 0 lines of context |
2005-12-08 22:18:48 by Jacob Meuser | Files touched by this commit (1) |
Log message: the original RCS Id of readxml.c is in the patch, and when the patch got committed to the ports tree, the Id got updated to the ports version by cvs. result: patch does not apply. solution: remove the '$'s from readxml.c's RCS Id. PKGNAME not bumped because the port has not been buildable since the last bump. |
2005-12-07 23:21:30 by Jacob Meuser | Files touched by this commit (2) |
Log message: grrr |
2005-12-07 23:07:02 by Jacob Meuser | Files touched by this commit (1) |
Log message: I really did mean to add this file |
2005-12-07 22:56:49 by Jacob Meuser | Files touched by this commit (3) |
Log message: wtf? maybe I had a couple Terminal Gravitys before I made this commit, but I did _not_ do a 'cvs add' of this directory structure. cvs saiz, "sorry 'bout the noise". |
2005-12-07 22:47:26 by Jacob Meuser | Files touched by this commit (1) |
Log message: - use locale_charset() from libiconv instead if nl_langinfo(CODESET) directly to get the codeset. locale_charset() canonicalizes the codeset name "646", which libiconv does not understand, to "ASCII", which libiconv does understand. - use my OpenBSD email address - and of course, bump the PKGNAME OK jolan@ |