* [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/
@ 2021-10-22 8:22 Jakov Smolić
0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2021-10-22 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 52c17ceda67930bfadcc75a1134a0e1297228074
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:46:03 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 08:21:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c17ced
media-plugins/fil-plugins: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
index 72569cb0237..e855239a54a 100644
--- a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
+++ b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
@@ -1,28 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit epatch multilib toolchain-funcs
+EAPI=8
-MY_P=${P/fil/FIL}
+inherit toolchain-funcs
+
+MY_P="${P/fil/FIL}"
DESCRIPTION="FIL-plugins ladspa plugin package. Filters by Fons Adriaensen"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE=""
DEPEND="media-libs/ladspa-sdk"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-makefile.patch"
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-makefile.patch
+)
src_compile() {
emake CXX="$(tc-getCXX)"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/
@ 2019-10-07 9:09 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-10-07 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 16c006d640af5537dd5658e8ff5b657778535b57
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:04:43 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:09:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c006d6
media-plugins/fil-plugins: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild
deleted file mode 100644
index 2eeea6a69fc..00000000000
--- a/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib toolchain-funcs eutils
-
-MY_P=${P/fil/FIL}
-
-DESCRIPTION="FIL-plugins ladspa plugin package. Filters by Fons Adriaensen"
-HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
-SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-makefile.patch"
-}
-
-src_compile() {
- tc-export CXX
- emake || die
-}
-
-src_install() {
- dodoc AUTHORS README || die
- insinto /usr/$(get_libdir)/ladspa
- insopts -m0755
- doins *.so || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 59e5d763103a51fa6defd14f4da046ab22fe4f81
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:58:25 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:58:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e5d763
media-plugins/fil-plugins: x86 stable wrt bug #696314
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
index e96210a09f3..ed3c268ab8d 100644
--- a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
+++ b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="media-libs/ladspa-sdk"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/
@ 2015-11-01 10:14 Alexis Ballier
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2015-11-01 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 02141bb571a70a244401bfd63bf959048f9f4b3f
Author: Gavin Pryke <gavinlee303 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 15 18:37:52 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 17:26:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02141bb5
media-plugins/fil-plugins: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
The HOMEPAGE and SRC_URI for kokkinizita upstream was changed
some time ago. These changes point said variables to the new
location. The previous ebuild was EAPI=0 which is deprecated so
bumped to EAPI=5, revbumped and modified ebuild accordingly.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=437186
.../fil-plugins/fil-plugins-0.3.0-r1.ebuild | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
new file mode 100644
index 0000000..14011da
--- /dev/null
+++ b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib toolchain-funcs
+
+MY_P=${P/fil/FIL}
+
+DESCRIPTION="FIL-plugins ladspa plugin package. Filters by Fons Adriaensen"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="media-libs/ladspa-sdk"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-makefile.patch"
+}
+
+src_compile() {
+ emake CXX="$(tc-getCXX)"
+}
+
+src_install() {
+ dodoc AUTHORS README
+ insinto /usr/$(get_libdir)/ladspa
+ insopts -m0755
+ doins *.so
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-22 8:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-22 8:22 [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2019-10-07 9:09 Michał Górny
2019-10-07 8:59 Agostino Sarubbo
2015-11-01 10:14 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox