aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-fluendo-mp3
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
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-08-311-5/+5
| | | | | | | - Remove default CFLAGS Notes: svn path=/head/; revision=366810
* 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
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326491
* - update to 0.10.20Baptiste Daroussin2012-09-172-3/+3
| | | | Notes: svn path=/head/; revision=304388
* - update to 0.10.19Baptiste Daroussin2012-07-162-3/+3
| | | | Notes: svn path=/head/; revision=300984
* - update to 0.10.18Baptiste Daroussin2012-05-152-3/+3
| | | | Notes: svn path=/head/; revision=296697
* - update to 0.10.16Baptiste Daroussin2011-12-063-4/+4
| | | | | | | | | - update WWW Feature safe: yes Notes: svn path=/head/; revision=286976
* - update to 0.10.15Baptiste Daroussin2011-04-052-6/+6
| | | | | | | - add license Notes: svn path=/head/; revision=272265
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* 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=214428
* Update to 0.10.7Michael Johnson2008-02-252-4/+4
| | | | Notes: svn path=/head/; revision=207885
* Force -O2 in CFLAGS to fix runtime in -CURRENTMichael Johnson2007-07-051-0/+1
| | | | Notes: svn path=/head/; revision=195009
* Update to 0.10.6Michael Johnson2007-06-252-5/+4
| | | | Notes: svn path=/head/; revision=194244
* - 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-mp3Michael Johnson2007-02-253-0/+29
Mp3 gstreamer plugin from fluendo This is a drop-in replacement for gstreamer-plugins-mad Notes: svn path=/head/; revision=185934