Commit Graph

59 Commits

Author SHA1 Message Date
jakemsr
68ed282123 SHARED_LIBS
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@
2005-12-30 05:35:56 +00:00
jakemsr
ce65b88411 SHARED_LIBS
a little help and OK steven@
2005-12-28 15:28:28 +00:00
jakemsr
b98f771dda - SHARED_LIBS and USE_LIBTOOL
- update my email address
- pkg-config knows about ${X11BASE}/lib/pkgconfig for about 7 months now
2005-12-28 13:43:06 +00:00
pvalchev
474b2e6708 include errno.h not sys/errno.h 2005-12-24 08:48:49 +00:00
jolan
dee97cbb02 avoid expansion of Id with a unified diff that uses 0 lines of context 2005-12-15 04:19:57 +00:00
jakemsr
dca3727b08 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-09 05:18:48 +00:00
jakemsr
601d8b273c grrr 2005-12-08 06:21:30 +00:00
jakemsr
93df3b318b I really did mean to add this file 2005-12-08 06:07:02 +00:00
jakemsr
5f19768387 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-08 05:56:49 +00:00
jakemsr
51e9b47b80 - 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@
2005-12-08 05:47:26 +00:00
jakemsr
135418d108 update to version 1.0.2
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@
2005-11-13 21:11:13 +00:00
jolan
2f8846ae00 remove old ld.so findlibrary work-around 2005-11-09 16:37:46 +00:00
jakemsr
d0f6668fab SIZE 2005-11-03 09:47:40 +00:00
jakemsr
09400fbd38 libdvd support, lifted from devel/libdvdread
ok jolan@
2005-11-03 09:03:37 +00:00
jakemsr
1b9187a261 - pasto in DESCR
- bump PKGNAME since DESCR affects the package
2005-11-03 08:00:56 +00:00
jakemsr
37b13c36ac add dvdbackup 2005-11-03 07:51:49 +00:00
jakemsr
2ec266228c Initial import of dvdbackup.
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@
2005-11-03 07:46:02 +00:00
jolan
e85da1c7d4 update to 20051102, mostly from jakemsr@ 2005-11-03 04:25:08 +00:00
jolan
7465b8052e update to 0.1.10 2005-10-02 20:30:47 +00:00
jolan
bbf3f29bc7 +dvdauthor 2005-09-28 08:01:31 +00:00
jakemsr
0bfc6d90d1 initial import of multimedia/dvdauthor
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@
2005-09-28 06:52:55 +00:00
sturm
52ca940508 work around an ICE by compiling single files with -O0 on sparc64
ok pval
2005-08-16 18:24:10 +00:00
sturm
73c34c1ce2 workaround a compiler problem on sparc64
maintainer timeout
2005-07-23 15:23:43 +00:00
jolan
0a8fb1920a MASTER_SITES got lost when cleaning, pointed out by jsg@ 2005-07-09 04:19:30 +00:00
jolan
c2c56521d5 +libtheora 2005-07-09 00:35:46 +00:00
jolan
31796e92f8 libtheora 1.0 alpha 4, open video codec
from Vladimir Tamara Patino
2005-07-09 00:35:02 +00:00
mbalmer
e967a3df5a Update to version 1.0.3
From maintainer Waldemar Brodkorb, wbx@openbsd-geek.de
2005-06-13 06:09:36 +00:00
alek
e712dd8168 Add WANTLIB marker 2005-03-23 19:55:42 +00:00
alek
ca6b259f8c Add WANTLIB marker
ok naddy@
2005-03-13 22:48:11 +00:00
alek
b6d824eb54 Use devel/gettext MODULE 2005-03-08 10:04:45 +00:00
alek
17c1890401 - Add devel/gettext MODULE
- Add WANTLIB marker
- Bump PKGNAME
2005-02-25 15:22:51 +00:00
naddy
1e1bcc9986 Update to 0.104. This release features optimized assembly for
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>
2005-02-22 22:24:36 +00:00
naddy
d17cf576bc - update ffmpeg to snapshot 20050130
- remove inter-library dependencies
- chase fallout in dependent ports

From: Jacob Meuser <jakemsr@jakemsr.com>
2005-02-09 23:41:42 +00:00
naddy
28053c7ab3 remove empty files 2005-01-30 15:20:19 +00:00
naddy
c01d252558 Complete move graphics/transcode -> multimedia/transcode. 2005-01-25 22:00:34 +00:00
naddy
672bff840b Reimport into new category (ok jolan@, xsa@, robert@).
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
2005-01-25 21:58:59 +00:00
naddy
8e0d7f62ec SIZE 2005-01-05 17:05:00 +00:00
jolan
33784133f4 +libdvdnav 2004-12-16 07:38:59 +00:00
jolan
697bffe508 libdvdnav-0.1.9, dvd navigation library 2004-12-16 07:37:59 +00:00
jolan
bd665a9d74 fix rcsid, pointed out by jacob meuser 2004-12-14 23:50:31 +00:00
sturm
39b340a53a update to libquicktime 0.9.3
add WANTLIB
bump library major version number

from maintainer Jacob Meuser <jakemsr at jakemsr.com>
2004-12-04 21:44:34 +00:00
jolan
9c7f6a3b8d +streamdvd 2004-11-24 02:28:36 +00:00
jolan
2149c0d06c streamdvd-0.4, fast tool to backup video dvds on the fly
maintained by marc smith
2004-11-24 02:27:33 +00:00
naddy
5e25b7680e +xvidcore 2004-10-25 16:57:28 +00:00
naddy
99954f3f64 Import xvidcore 1.0.2; submitted by Waldemar Brodkorb <wbx@openbsd.de>.
XviD is a high performance and high quality MPEG-4 video de-/encoding
solution.
2004-10-25 16:56:44 +00:00
xsa
3cf56f1743 fix HOMEPAGE; 2004-10-14 13:15:22 +00:00
jolan
a1cf2dec52 update to 0.103, remove sprintf usage
from maintainer
2004-10-13 01:44:20 +00:00
espie
2226c6841f new-style conflict 2004-09-18 12:57:32 +00:00
espie
1ad9472c39 new plists 2004-09-15 18:02:07 +00:00
pvalchev
8bf7498f00 sync libtool patches, fixes programs that can't find their libs; maintainer Jacob Meuser 2004-08-13 08:09:23 +00:00