1
0
Fork 0

media-sound/zrythm: Remove package

This package violates the Zrythm trademark.

Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-08-08 23:55:11 +00:00
parent 2338deaa98
commit 92aef6ed1d
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 68 deletions

View File

@ -1,2 +0,0 @@
EBUILD zrythm-9999.ebuild 1276 BLAKE2B 260ffcf98194f7aa0a66220589a5c4386a87c964b665e6e45c85b2a57819f9df6a98e8914021717200400c108dea5112defcf73312e800af6119e0a0bd489016 SHA512 55a4a02b1746d19fa8da2fc79787561874f86fc02e8d91665c941b983186dbaf45942d435a4c5e074d02bc394207a3a5ab9e13d40d2b15fb61f56e4f4108592e
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>

View File

@ -1,58 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 meson xdg-utils gnome2-utils
EGIT_REPO_URI="https://git.sr.ht/~alextee/zrythm"
DESCRIPTION="Zrythm is a digital audio workstation designed to be featureful and easy to use."
HOMEPAGE="https://www.zrythm.org/"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
app-arch/zstd
dev-libs/libbacktrace
>dev-libs/libcyaml-1.1.0
dev-libs/libpcre
>=dev-libs/reproc-14.1.0
dev-scheme/guile
kde-frameworks/breeze-icons
media-libs/lilv
>=media-libs/libaudec-0.2.3
media-libs/chromaprint
media-libs/rubberband
sci-libs/fftw:*[threads]
x11-libs/gtk+:3
x11-libs/gtksourceview:*
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-util/meson-0.57.0
"
src_prepare() {
default
# Don't force subproject. The ebuild requires a future release, we're fine.
sed -i "s/'libcyaml', required: false, version: '>=99.1.0'/'libcyaml', required: false/g" "${S}/meson.build"
}
src_install() {
DESTDIR="${D}" eninja -C "${BUILD_DIR}" install
}
pkg_postinst() {
xdg_mimeinfo_database_update
xdg_desktop_database_update
xdg_icon_cache_update
gnome2_schemas_update
}
pkg_postrm() {
xdg_mimeinfo_database_update
xdg_desktop_database_update
xdg_icon_cache_update
gnome2_schemas_update
}