USE_LIBTOOL
fix LIB_DEPENDS (doesn't use vorbis at all, but does use Ogg headers)
SEPARATE_BUILD=concurrent
bump PKGNAME
SHARED_LIBS and USE_LIBTOOL ok steven@, rest ok jolan@
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.
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@
transcode changes (annoted):
- lots of bug fixes and code cleanup
- i386 nasm code replaced
- several speed improvements
- new filters: facemask, ascii
- can read raw DVD ISO images
- new export profile: xvcd
- auto-probe support for bktr and sunau
- safer string functions
- much improved amd64 support
- removed local copies of bbmpeg, libdvenc, libmpeg2 and libpostproc
- uses external libmpeg2 and libpostproc
- fixed out-of-bounds memory access in VOB demuxer
- fixed double free() in AVI handling
port changes:
- most patches integrated
- USE_LIBTOOL
- update my email address
OK wilfried@
Dvdbackup is a DVD a program for mirroring DVD-Video to harddisk.
Dvdbackup is not just a backup program but can also report information
about a DVD, or e.g just backup the main feature of a DVD.
requested by jolan@
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.
testing and ok jolan@
amd64. playdv can now play at the proper rate on amd64 machines.
Changes in the port:
* Remove inter-library dependencies (does not affect dependent ports).
* Fix playdv double-free crash at EOF.
* Can no longer be built with SEPARATE_BUILD, needs more investigation.
* WANTLIB markers.
From: Jacob Meuser <jakemsr@jakemsr.com>
Update to 0.6.14; from new maintainer Jacob Meuser <jakemsr@jakemsr.com>.
Notable changes:
- new import module for bktr(4) devices, import_bktr
- new import module for audio(4) devices, import_sunau
- export profiles
- better error checking
- uses YV12/I420 colorspace by default instead of RGB
- uses external ffmpeg/libavcodec
- optimized memcpy on i386
- many small bugs fixed