aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-fluendo-mpegdemux
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Notes: svn path=/head/; revision=393429
* Remove old CFLAGS defined with := instead of +=Tijl Coosemans2014-07-181-1/+0
| | | | | | | Reported by: des Notes: svn path=/head/; revision=362198
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-171-5/+5
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=362151
* Stagify Gstreamer ports.Koop Mast2013-11-011-1/+0
| | | | | | | | | | | | | Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1] Notes: svn path=/head/; revision=332416
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326491
* - update to 0.10.71Baptiste Daroussin2012-05-162-3/+3
| | | | Notes: svn path=/head/; revision=296781
* - update to 0.10.70Baptiste Daroussin2012-04-102-3/+3
| | | | Notes: svn path=/head/; revision=294462
* - update to 0.10.69Baptiste Daroussin2011-10-292-3/+3
| | | | Notes: svn path=/head/; revision=284684
* - update to 0.10.68Baptiste Daroussin2011-07-122-3/+4
| | | | | | | - use bziped distfile Notes: svn path=/head/; revision=277575
* - update to 0.10.67Baptiste Daroussin2011-04-052-4/+5
| | | | | | | - add license Notes: svn path=/head/; revision=272266
* Update to 0.10.23Michael Johnson2009-02-152-7/+5
| | | | Notes: svn path=/head/; revision=228362
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 0.10.15Michael Johnson2008-02-272-4/+4
| | | | Notes: svn path=/head/; revision=208005
* Force -O2 in CFLAGS to fix runtime in -CURRENTMichael Johnson2007-07-051-0/+1
| | | | Notes: svn path=/head/; revision=195009
* Update to 0.10.12Michael Johnson2007-06-252-5/+4
| | | | Notes: svn path=/head/; revision=194253
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add gstreamer-plugins-fluendo-mpegdemuxMichael Johnson2007-02-263-0/+29
MPEG2 demuxing gstreamer plugin from fluendo WWW: http://www.fluendo.com/resources/source-plugins.php Notes: svn path=/head/; revision=185947