mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
gnustep-apps/cynthiune: Fix variable order, use https in HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
d497d3f886
commit
d981c4b8f5
@ -2,17 +2,18 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit gnustep-2
|
||||
|
||||
MY_P=${P/c/C}
|
||||
DESCRIPTION="Free software and romantic music player for GNUstep"
|
||||
HOMEPAGE="http://gap.nongnu.org/cynthiune/"
|
||||
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
|
||||
inherit gnustep-2
|
||||
|
||||
DESCRIPTION="Free software and romantic music player for GNUstep"
|
||||
HOMEPAGE="https://gap.nongnu.org/cynthiune/"
|
||||
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="alsa ao flac mad modplug musepack oss timidity vorbis"
|
||||
|
||||
# musicbrainz disabled upstream for now
|
||||
@ -35,8 +36,6 @@ RDEPEND="media-libs/audiofile:=
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="mad? ( virtual/pkgconfig )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
cynthiune_get_config() {
|
||||
local myconf="disable-windowsmedia=yes disable-esound=yes"
|
||||
use alsa || myconf="${myconf} disable-alsa=yes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user