From 9a818a4f99281511f4d97c6d03d22da08c97f65d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 20 Aug 2017 18:38:44 +0200 Subject: [PATCH] media-plugins/swh-plugins: initial import of version 0.4.17 --- .../swh-plugins/swh-plugins-0.4.17.exheres-0 | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/media-plugins/swh-plugins/swh-plugins-0.4.17.exheres-0 diff --git a/packages/media-plugins/swh-plugins/swh-plugins-0.4.17.exheres-0 b/packages/media-plugins/swh-plugins/swh-plugins-0.4.17.exheres-0 new file mode 100644 index 0000000..81d4a66 --- /dev/null +++ b/packages/media-plugins/swh-plugins/swh-plugins-0.4.17.exheres-0 @@ -0,0 +1,37 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require flag-o-matic +require github [ user='swh' project='ladspa' tag="v${PV}" ] +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.13 ] ] + +SUMMARY="The SWH Plugins package for the LADSPA plugin system" +HOMEPAGE="http://plugin.org.uk/ ${HOMEPAGE}" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + sys-devel/gettext + virtual/pkg-config + build+run: + media-libs/ladspa-sdk + sci-libs/fftw +" + +BUGS_TO="hasufell@posteo.de" + +src_prepare() { + append-flags -fPIC + + edo sed -i \ + -e "s#ranlib#$(exhost --tool-prefix)ranlib#" \ + */Makefile.am + + edo autopoint --force + + autotools_src_prepare +}