Commit graph

9 commits

Author SHA1 Message Date
Koop Mast
3c95622f7b Update gstreamer1-vaapi to 0.6.1. 2015-10-02 16:43:56 +00:00
Koop Mast
7499800534 Update gstreamer1-vaapi to 0.6.0.
Also fix plist issues after GStreamer update to 1.6. [1]

Reported by:	antoine@ [1]
2015-09-27 22:16:17 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Tijl Coosemans
3ba73aa4b9 Update to 0.5.10 2015-05-22 17:28:54 +00:00
Koop Mast
c4281a47c2 Update to 0.5.9.
Switch to new gstreamer version, this unbreak the build [1]
Remove @dirrmtry from plist

Reported by:	pkg-fallout
2014-12-17 16:20:33 +00:00
Tijl Coosemans
a7d98b9a93 Convert to USES=libtool and INSTALL_TARGET=install-strip 2014-09-13 10:08:59 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Koop Mast
2989a4cf31 Add gstreamer vaapi, plugin and support libraries to enable hardware
accelerated video decoding through the VA-API library.
2013-11-28 21:57:01 +00:00