Skip to content

Commit

Permalink
media-sound/*v1: NexAdn review
Browse files Browse the repository at this point in the history
  • Loading branch information
mazes-80 committed Feb 12, 2023
1 parent 57c7445 commit c71e0f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions media-sound/drumkv1/drumkv1-9999-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx"
HOMEPAGE="http://drumkv1.sourceforge.net/"
HOMEPAGE="https://drumkv1.sourceforge.net/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
Expand Down Expand Up @@ -43,6 +43,7 @@ RDEPEND="
DEPEND="${RDEPEND}"

src_prepare() {
# allow portage to control binary stripping
sed -i 's:strip:true:' src/CMakeLists.txt || die
cmake_src_prepare
}
Expand Down
5 changes: 3 additions & 2 deletions media-sound/padthv1/padthv1-9999-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx"
HOMEPAGE="http://padthv1.sourceforge.net/"
HOMEPAGE="https://padthv1.sourceforge.net/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
Expand Down Expand Up @@ -43,6 +43,7 @@ RDEPEND="
DEPEND="${RDEPEND}"

src_prepare() {
# allow portage to control binary stripping
sed -i 's:strip:true:' src/CMakeLists.txt || die
cmake_src_prepare
}
Expand Down
5 changes: 3 additions & 2 deletions media-sound/samplv1/samplv1-9999-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx"
HOMEPAGE="http://samplv1.sourceforge.net/"
HOMEPAGE="https://samplv1.sourceforge.net/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
Expand Down Expand Up @@ -43,6 +43,7 @@ RDEPEND="
DEPEND="${RDEPEND}"

src_prepare() {
# allow portage to control binary stripping
sed -i 's:strip:true:' src/CMakeLists.txt || die
cmake_src_prepare
}
Expand Down
5 changes: 3 additions & 2 deletions media-sound/synthv1/synthv1-9999-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx"
HOMEPAGE="http://synthv1.sourceforge.net/"
HOMEPAGE="https://synthv1.sourceforge.net/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
Expand Down Expand Up @@ -43,6 +43,7 @@ RDEPEND="
DEPEND="${RDEPEND}"

src_prepare() {
# allow portage to control binary stripping
sed -i 's:strip:true:' src/CMakeLists.txt || die
cmake_src_prepare
}
Expand Down

0 comments on commit c71e0f1

Please sign in to comment.