Commit Graph

319 Commits

Author SHA1 Message Date
brad
ccd3ab6d96 More fixes from upstream..
- Don't flush buffers on DISCONT.
- Channel layouts are now set for DTS and (E)AC3 by libav.
- Add support for 10-bit YUV color formats.
- Add decode support for prores.

ok ajacoutot@
2013-03-27 11:41:11 +00:00
zhuk
742e837e45 From upstream: fix AAC decoding in GStreamer 0.10. Fixes, e.g., internet
radio playing in Clementine.

See http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?h=1.0&id=a3b0ae22d76522d0a79f5d946872c0260dd1e3b2
and https://bugzilla.gnome.org/show_bug.cgi?id=679639 for details.

ok ajacoutot@
2013-03-25 16:09:41 +00:00
sthen
7b129a5049 ftp packages of these got lost in the big PERMIT_* switchover; reinstate them.
OK aja@
2013-03-25 12:31:58 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
brad
7763c088c3 Enable the Opus support.
ok ajacoutot@
2013-03-14 13:23:26 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
c0a59f9671 force opus support to be disabled for now (hidden dep); to be enabled
later.  ok naddy@ espie@
2013-02-24 14:47:52 +00:00
ajacoutot
e953a008f8 Quiet gconftool-2:
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.

discussed with espie@
2013-02-06 14:23:06 +00:00
brad
6ee601b42b Switch gstreamer-ffmpeg to using the internal copy of FFmpeg.
gstreamer-ffmpeg is unmaintained upstream and it uses long
deprecated API which has been removed from newer FFMpeg/Libav.

ok ajacoutot@
2013-02-05 13:07:09 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
sthen
f28627ab3f C++11 compat fix; space between literal and identifier. ok aja@ 2013-01-15 15:40:19 +00:00
ajacoutot
ae5fbe63d8 Bump after libsigc++-2 -docs => -main merge. 2013-01-11 13:44:24 +00:00
ajacoutot
ed3d34d809 Missing build depends on gtk3mm for the examples; spotted by naddy@ 2012-11-19 16:42:46 +00:00
sthen
c368a57b14 sync wantlib; raptor update 2012-11-12 13:38:20 +00:00
ajacoutot
aa0159c6a3 Fix RUN_DEPENDS.
from Vadim Zhukov
2012-10-16 16:00:07 +00:00
nigel
6ce4564c46 fix from aja@ additional pkgpath ${BASE_PKGPATH},-main required
else package fails to update.
ok aja@ Maintainer
2012-10-05 07:40:49 +00:00
ajacoutot
c092f8a147 Need x11/gtk+2 at build time to build the tests. 2012-10-04 07:39:51 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
ce74f6bf46 Update to gstreamermm-0.10.11. 2012-09-21 13:23:40 +00:00
sthen
0996fe6940 --disable-openal in gstreamer-0.10/plugins-bad, hidden dep. ok ajacoutot@ 2012-09-18 14:39:06 +00:00
ajacoutot
5bee136257 Sanitize WRKDIST. 2012-09-10 08:05:09 +00:00
ajacoutot
7e0ef2d12d Fix i18n initialization (from upstream). 2012-09-09 06:38:09 +00:00
ajacoutot
d72baccc4b Set PERMIT_PACKAGE_CDROM to "patents" to be in sync with graphics/ffmpeg.
discussed with Brad
2012-09-08 16:00:40 +00:00
ajacoutot
8a9b145bbb Remove uneeded patch.
from Brad
2012-09-07 05:54:24 +00:00
ajacoutot
3bfe5c259c Simplify patching. 2012-09-06 14:30:59 +00:00
ajacoutot
dd43dc4ab6 HUGE cleanup to be in synced with upcoming gstreamer1.
Add DIST_SUBDIR, req. by jasper@
Merge -cdda into -main for plugins-base.
2012-09-06 12:37:57 +00:00
ajacoutot
f6d168c5a9 farsight2 -> farstream 2012-09-06 06:35:43 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
jasper
4272ee15d5 Remove -pthread patching.
from brad
2012-08-27 09:34:42 +00:00
jasper
d093e30b13 Adjust after mjpegtool update
from brad
ok aja@
2012-06-20 08:45:55 +00:00
shadchin
353cfedef2 Switch ports on musepack, ok ajacoutot@ 2012-05-24 18:36:45 +00:00
ajacoutot
4d891c8beb Update to gstreamermm-0.10.10.2.
* Plugins: Remove conflict with GStreamer *_get_type() function names.

This fixes the deadlock when starting subtitleeditor.
2012-05-15 06:26:37 +00:00
ajacoutot
90aa524662 Adjust after libdvdcss/libdvdnav/libdvdread updates.
from Brad, ok sthen@
2012-05-03 06:51:24 +00:00
ajacoutot
3f0ee525f1 Use LOCALSTATEDIR. 2012-04-28 10:51:44 +00:00
ajacoutot
f3535a9bfe Cope with recent audio/tremor update.
from Brad
2012-04-28 09:03:45 +00:00
ajacoutot
943826fc60 Add comment about dependant ports that hardcode the version in their PLIST. 2012-04-05 16:24:35 +00:00
jasper
50e8d5e3eb remove deprecated component
ok aja@
2012-04-05 16:06:12 +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
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
ajacoutot
a7915c237a Remove MONOTONIC_CLOCK hack since sysconf(3) has support for it now. 2012-03-06 11:39:17 +00:00
ajacoutot
35f37fdfb6 Update to gstreamer-plugins-bad-0.10.23.
prodded by Brad.
2012-03-05 15:22:46 +00:00
ajacoutot
e7d500dc4e Update to gstreamer-plugins-ugly-0.10.19.
prodded by Brad.
2012-03-05 15:22:08 +00:00
ajacoutot
c45cfed81f Two fixes from upstream:
- Add mapping for Indeo 4 video codec.
- Only slice-threading (causes less latency).

from Brad
2012-03-03 10:33:41 +00:00
ajacoutot
8ac8a8607b Link to BZ. 2012-02-23 15:11:04 +00:00
nigel
7ef78331d2 fix breakage on i386 assumes SSE/SSE2 enabled by default, rather than
checking. Add checks for SSE/SSE2.

ok ajc@
2012-02-23 14:40:33 +00:00
ajacoutot
a7ed125ec9 Regen WANTLIB. 2012-02-21 15:27:13 +00:00
ajacoutot
33733001b3 Load libutil along with libpython to prevent undefined symbols from
openpty().
2012-02-21 15:26:58 +00:00
ajacoutot
ec0059b04c Better leave gstpython itself deals with libutil. 2012-02-21 15:26:26 +00:00
ajacoutot
6aca0827cc sndio_debug -> gst_sndio_debug to prevent symbol name clash with sndio(7). 2012-02-21 13:40:10 +00:00
ajacoutot
3f4728cea8 Link libgstreamer with libutil to prevent undefined symbols when
dlopening libgstpython.so.
2012-02-21 13:38:22 +00:00