public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/
Date: Mon, 27 Feb 2023 06:36:46 +0000 (UTC)	[thread overview]
Message-ID: <1677479798.807fc1fe0a42b9c51672aaf7e97aec632694e64b.fordfrog@gentoo> (raw)

commit:     807fc1fe0a42b9c51672aaf7e97aec632694e64b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 06:36:26 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 06:36:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807fc1fe

media-plugins/zam-plugins: dropped obsolete 3.14-r1

Bug: https://bugs.gentoo.org/896160
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/zam-plugins/Manifest                 |  2 -
 .../zam-plugins/zam-plugins-3.14-r1.ebuild         | 66 ----------------------
 2 files changed, 68 deletions(-)

diff --git a/media-plugins/zam-plugins/Manifest b/media-plugins/zam-plugins/Manifest
index 20140b5fafa4..92b19cade9c9 100644
--- a/media-plugins/zam-plugins/Manifest
+++ b/media-plugins/zam-plugins/Manifest
@@ -1,5 +1,3 @@
 DIST DPF-88180608a206b529fcb660d406ddf6f934002806.tar.gz 3473209 BLAKE2B 74d237a222d2f59e437f98da456a4fb8eb29ef4337054752ac28067cf054de971e600fc141eb2d9ede1d123cbcc94665c4abe005281f427b76c27c0846e91a41 SHA512 7ea26d27bfb17fe67d2c4c4077d203b447407986594b833ee545319221c9c08fb434c1ca11ad425a8d9369df41b331c1286ddd85aabdd7a8570ab7a25b88b0e7
-DIST DPF-9243625aacb9fb8dd9fe4bd479b227149eb37959.tar.gz 2114589 BLAKE2B c8f2cd92b47aa55a467ce14ef2adc8f776c6ce966df680b10c3efbd35ec45fd05ad3a7dee68788701a36a032d563ce2767236397daa0757095b653ecfefcb0fa SHA512 0eab116c5b57d44dc340400340d8fc8456045bdc7e8dbeaccb80f87c7c2e1784f2b24edb8e01e3b6e23807dec86f18caf7227db2c2fd491135b283e795701fb1
 DIST pugl-844528e197c51603f6cef3238b4a48d23bf60eb7.tar.gz 214521 BLAKE2B 2f96fd3f97f3e1c56c06e6c1c08f7d585267b1006428925eeafe5250a9f6da489d4870bd4136ab6d3951f2984d631b5495816610774cad74e07ac8ba2622c2f9 SHA512 ad2eb02099d8539dfcffdda093cf4a8dcb1c959d8c4f860bba2a9777f0bfe3d4f2471ae56d5f7be779a8402c5b446e44c2c7aa66ff07bb87787cf0bd8add6772
-DIST zam-plugins-3.14.tar.gz 23924833 BLAKE2B cdaa13d728cd7a9f7fa2ed53b04b76988bc88d0aa719c57913fd73be778186821d316add5eeea692dabfe1ca222c2f9aaf564abc1128f69da33b8aa592255eec SHA512 30c168ee855011b2f17fcc5e440039628399ab40b69bed9af284713df6155360b38d8249b3de1616e9a2f39885cff43c9e2505868aae891fd22bc92297c1962c
 DIST zam-plugins-4.1.tar.gz 23926863 BLAKE2B 6f503221801a5a40bc7f4e76f6ff5eceb15bac5a5bce3b8c48233143971b9af13d6420b6ba4c1ed679136f952166fc323de7a77a7c6d30761a91e6e1d2d2b04d SHA512 53ffd7f4cebbb65fcdaae53b7d0ad922dd2b1e76479da7caa2c4100d04b5258e0aec4bbfb3b8632b4198375e6677659139abb907bfe9fc11ded772c4e14d5e14

diff --git a/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild b/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
deleted file mode 100644
index 39faf73105b8..000000000000
--- a/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DPF_COMMIT="9243625aacb9fb8dd9fe4bd479b227149eb37959"
-DPF_P="DPF-${DPF_COMMIT}"
-
-DESCRIPTION="Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing"
-HOMEPAGE="https://www.zamaudio.com/ https://github.com/zamaudio/zam-plugins"
-SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/DISTRHO/DPF/archive/${DPF_COMMIT}.tar.gz -> ${DPF_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="jack opengl"
-
-DEPEND="media-libs/ladspa-sdk
-	media-libs/liblo
-	media-libs/libsamplerate
-	media-libs/libsndfile
-	media-libs/lv2
-	media-libs/zita-convolver
-	sci-libs/fftw:3.0
-	x11-libs/libX11
-	jack? ( virtual/jack )
-	opengl? (
-		media-libs/libglvnd[X]
-		x11-libs/cairo[X]
-	)"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-
-	rm -rf dpf
-	ln -s ../${DPF_P} dpf || die "Failed to create DPF symlink"
-
-	# To make absolutely sure we do not even accidentally use bundled libs
-	rm -rf lib
-}
-
-src_compile() {
-	emake PREFIX=/usr LIBDIR=$(get_libdir) VERBOSE=true \
-		BASE_OPTS="" SKIP_STRIPPING=true \
-		HAVE_ZITA_CONVOLVER=true \
-		HAVE_CAIRO=$(usex opengl true false) \
-		HAVE_DGL=$(usex opengl true false) \
-		HAVE_OPENGL=$(usex opengl true false) \
-		UI_TYPE=$(usex opengl "opengl" "none") \
-		HAVE_JACK=$(usex jack true false)
-}
-
-src_install() {
-	emake PREFIX=/usr LIBDIR=$(get_libdir) VERBOSE=true \
-		BASE_OPTS="" SKIP_STRIPPING=true \
-		HAVE_ZITA_CONVOLVER=true \
-		HAVE_CAIRO=$(usex opengl true false) \
-		HAVE_DGL=$(usex opengl true false) \
-		HAVE_OPENGL=$(usex opengl true false) \
-		UI_TYPE=$(usex opengl "opengl" "none") \
-		HAVE_JACK=$(usex jack true false) \
-		DESTDIR="${ED}" install
-}


             reply	other threads:[~2023-02-27  6:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27  6:36 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-07 10:42 [gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/ Miroslav Šulc
2023-12-06 15:30 Arthur Zamarin
2023-11-06  9:25 Miroslav Šulc
2023-02-24  9:29 Sam James
2023-01-24 11:00 Marek Szuba
2023-01-24 11:00 Marek Szuba
2022-09-30 23:24 Sam James
2021-08-22  3:42 Sam James
2021-07-19 23:14 Marek Szuba
2021-07-19 14:45 Marek Szuba
2021-07-19  9:56 Marek Szuba
2021-07-19  9:56 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1677479798.807fc1fe0a42b9c51672aaf7e97aec632694e64b.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox