Commit Graph

55 Commits

Author SHA1 Message Date
ajacoutot
37a48e6907 No need for LIBAVCODEC_EXTRA_LIBS; discussed with Brad 2012-08-29 13:16:42 +00:00
ajacoutot
ea1a64e76c Some more pthread related cleaning up for "multimedia".
from Brad
2012-08-29 07:48:42 +00:00
ajacoutot
1da73e149c Remove unnecessary patch; the code already does the right thing.
from Brad
2012-07-06 15:01:06 +00:00
ajacoutot
f7c0a42335 Bugfix update to transcode 1.1.7.
from Brad
2012-05-03 06:06:59 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
sthen
53ee08a507 cleaning; remove nonexistent/default autoconf options, doesn't change anything.
From Brad.
2011-09-24 09:40:53 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
299d2faa2e Remove --enable-faac for clarity, transcode's aac encoder code is not
currently built/used. Worked out by Brad.
2011-06-27 21:17:55 +00:00
sthen
c945a53851 sync WANTLIB and bump.
zap a few stray space-tabs while there.
2011-06-27 13:38:30 +00:00
sthen
d3e2db6d34 revert last and add xvidcore to WANTLIB instead, allowing the
library dependency to be tracked properly. even though it's
dlopen(3)'d not linked directly, we still need to make sure the
package is compatible with the library.

it will show as Extra in lib-depends-check, that's not important
(but add a comment to make sure people don't think it can be removed).

pointed out by jakemsr and discussed with brad and espie.
2011-06-15 23:16:15 +00:00
sthen
389677daa5 transcode does dlopen(libxvidcore) at runtime rather than link against it,
so it isn't a WANTLIB. Therefore the LIB_DEPENDS entry for multimedia/xvidcore
gets stripped out of the packing list at package build time. This means that
A) the dependency isn't pulled in directly (though as it's provided by other
deps the package does work OK) and B) print-package-signature doesn't
match pkg_info -S, triggering unnecessary rebuilds with dpb -R.

Move xvidcore from LIB_DEPENDS to BUILD+RUN_DEPENDS to fix this.
From Nigel Taylor.
2011-06-15 18:11:16 +00:00
sthen
135ac661f7 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:37:07 +00:00
jakemsr
e52c269523 ffmpeg no longer depends on faad. remove faad from WANTLIB in ports
that were pulling it in via ffmpeg.
2011-03-29 20:04:55 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
sthen
982cbea466 sync WANTLIB, pointed out by landry@ 2010-10-25 10:11:22 +00:00
landry
13536f4687 unbreak: readd vorbisenc and vorbisfile to WANTLIB 2010-10-25 07:46:43 +00:00
sthen
efacceb213 lib_depends, revision 2010-10-24 21:40:38 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
4cc3f43b65 USE_GROFF=Yes 2010-10-18 21:25:07 +00:00
landry
b1c400f6ea Add gnu libtool to BUILD_DEPENDS and bump. Autofoo needs libtool m4 macros. 2010-09-30 19:42:14 +00:00
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
landry
b08a5a69e5 Remove sparc64-specific patch now that it switched to gcc4.
From Brad.
2010-06-11 20:05:57 +00:00
jakemsr
d43c66a699 wantlib changes due to ffmpeg update 2010-05-26 22:18:22 +00:00
jakemsr
8df3585b3b - add sndio recording support
- drop sun audio support
- allow non-filenames for audio input names
with feedback from ratchov@
2010-01-11 08:49:27 +00:00
sthen
8ff6c4a593 update to 1.1.5, from Brad. 2009-11-03 14:32:33 +00:00
sthen
bf9341d6b8 update to 1.1.4, from Brad. 2009-08-25 13:16:40 +00:00
sthen
5f399fe1e3 Oops, forgot to cvs rm these files. Problem reported by Markus Lude. 2009-08-19 06:12:15 +00:00
sthen
7946645f63 update 1.0.5->1.1.3, from Brad. Various new features and bug fixes. 2009-08-18 22:24:13 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
0e87aad388 set the pkgspec for LIB_DEPENDS on ffmpeg to a version with schroedinger
included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.

this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.
2009-07-19 22:49:12 +00:00
sthen
a922996083 add schroedinger/oil WANTLIB, bump 2009-07-19 13:05:02 +00:00
sthen
198eb71175 sync WANTLIB and bump 2009-03-11 09:29:33 +00:00
jasper
6dd33011b2 - fix license versions
- regen DESCRs, PLISTS
- regen WANTLIBs

ok ajacoutot@ landry@ (as part of another diff)
2009-03-04 20:21:57 +00:00
jakemsr
6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00
jakemsr
9f76eb9a17 maintenence update to 1.0.5 2008-01-26 02:17:50 +00:00
jakemsr
40ea6957b0 - libavcodec no longer allows registering individual codecs, so register
all codecs (from transcode CVS)
- our libavcodec does not have an encoder named 'h264', but it does have
  'libx264'.  H.264 encoding is now possible.
- bump PKGNAME
2007-09-24 07:57:01 +00:00
naddy
95c218d114 sync FLAVORS and DESCR; from Pierre Riteau 2007-09-06 19:15:13 +00:00
ajacoutot
7bc3fa8dca - fix CONFIGURE_ARGS
"oops..." pvalchev@
2007-05-29 23:06:58 +00:00
pvalchev
3736065d30 fix altivec support on powerpc and add an altivec flavour; ok ajacoutot 2007-05-29 05:33:16 +00:00
jakemsr
1acdbada7a update WANTLIB and LIB_DEPENDS after graphics/ffmpeg update 2007-05-25 16:13:48 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
robert
123618b723 update to version 1.0.3rc2;
from Nikns Siankin <nikns@secure.lv>
2007-01-23 10:39:01 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
pvalchev
898c1b18a8 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-12-02 20:24:17 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
espie
081f45d827 new style specs 2006-08-03 23:15:57 +00:00
jakemsr
19eeabdc6c - accomodate fr libavcodec changes
- bump PKGNAME
2006-03-20 05:52:33 +00:00
jakemsr
9fd252b027 oops, libmjpegutils is only at version 3.0. 2006-02-03 05:25:21 +00:00
jakemsr
7c7ddf504f libmjpegutils is now a shared library. 2006-02-03 05:13:05 +00:00
pvalchev
474b2e6708 include errno.h not sys/errno.h 2005-12-24 08:48:49 +00:00