From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- gnustep-apps/cynthiune/Manifest | 2 +- gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild | 63 ------------------------ gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild | 63 ++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild create mode 100644 gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild (limited to 'gnustep-apps/cynthiune') diff --git a/gnustep-apps/cynthiune/Manifest b/gnustep-apps/cynthiune/Manifest index a6d0cbf7d5b4..5cd3a54717d5 100644 --- a/gnustep-apps/cynthiune/Manifest +++ b/gnustep-apps/cynthiune/Manifest @@ -1,3 +1,3 @@ DIST Cynthiune-1.0.0.tar.gz 570554 BLAKE2B 84cf68622c75b3e2b978aef2d8e3ab1de582d58a3d0c9cd7fac47c30cde69e61a16016abcfe0290339648cda58e0600fc21dae3ce97d3d0ec07013af9cb1c366 SHA512 ae56a77a138b2f661ecedbbad89935c3e8ec44447b000b73985577ea28304d11bb957fe118ba844168e9c7a06a229e8b024a6bc6eb4199080d6e69b77a31b4b7 -EBUILD cynthiune-1.0.0-r3.ebuild 1711 BLAKE2B aa18089d4bf1a95d74c8a72b2833c9b5d73b7dae6d3800237e2516635ca8734b6862047cc0730b3e7d6bed90fe80700a5bf315a9238772c23cfb83f4ecc01f44 SHA512 074ff17de238fe9d6bf805ac11f4d90f6552bd87a24d623b43de2c1ec97a2226d4d71bd9b1d90eb3075dc4250e1fe032f62095592729d4057fdd1d5f3417d3da +EBUILD cynthiune-1.0.0-r4.ebuild 1722 BLAKE2B bff70ee8fa93552b4108b869d0fb13a577de41b547020724e44cd6c11c2893d3a18badf2d950d4100a36486cffd005ce089ab7fe33bb1e77eeb90ed676fe88d0 SHA512 7d8facef4ccf281f6a515cb13da01f298c13dc494e0d72cd7f27219bf642bfdbf4044c6b35878e8da1d36bf63479dd7e3883ff72c2974be7f097eea96d9793cb MISC metadata.xml 2310 BLAKE2B 75f563cd3de07c5c0ad2e848026774aec5f8d00e8c7d9fea59ecf4c7ae87b8673f38cc8f9754b779761d1f4c1d39fff7b708808d24f28841bcaa190fa0dee1bc SHA512 8b50a8e23ea305c65b93886997e7c1a0122c00f992205734da8821e6a220b61b580cd34f1138779e347dc1a36235eb05535b72cfa2cb4fadca20cef7e1c5b053 diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild deleted file mode 100644 index 0ed39cfd4bfc..000000000000 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" -SLOT="0" - -IUSE="alsa ao flac mad modplug musepack oss timidity vorbis" - -# musicbrainz disabled upstream for now -RDEPEND="media-libs/audiofile:= - media-libs/taglib - alsa? ( media-libs/alsa-lib ) - ao? ( media-libs/libao:= ) - flac? ( media-libs/flac ) - mad? ( - media-libs/libid3tag:= - media-libs/libmad - ) - musepack? ( >=media-sound/musepack-tools-444 ) - modplug? ( media-libs/libmodplug ) - timidity? ( media-sound/timidity++ ) - vorbis? ( - >=media-libs/libogg-1.1.2 - >=media-libs/libvorbis-1.0.1-r2 - )" -DEPEND="${RDEPEND} - 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" - use ao || myconf="${myconf} disable-ao=yes" - use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes" - use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes" - use modplug || myconf="${myconf} disable-mod=yes" - use musepack || myconf="${myconf} disable-musepack=yes" - use oss || myconf="${myconf} disable-oss=yes" - use timidity || myconf="${myconf} disable-timidity=yes" - use vorbis || myconf="${myconf} disable-ogg=yes disable-vorbistags=yes" - - echo ${myconf} -} - -src_compile() { - egnustep_env - egnustep_make "$(cynthiune_get_config)" -} - -src_install() { - egnustep_env - egnustep_install "$(cynthiune_get_config)" -} diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild new file mode 100644 index 000000000000..1fabe0cea2be --- /dev/null +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="alsa ao flac mad modplug musepack oss timidity vorbis" + +# musicbrainz disabled upstream for now +RDEPEND="media-libs/audiofile:= + media-libs/taglib + alsa? ( media-libs/alsa-lib ) + ao? ( media-libs/libao:= ) + flac? ( media-libs/flac:= ) + mad? ( + media-libs/libid3tag:= + media-libs/libmad + ) + musepack? ( >=media-sound/musepack-tools-444 ) + modplug? ( media-libs/libmodplug ) + timidity? ( media-sound/timidity++ ) + vorbis? ( + >=media-libs/libogg-1.1.2 + >=media-libs/libvorbis-1.0.1-r2 + )" +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" + use ao || myconf="${myconf} disable-ao=yes" + use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes" + use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes" + use modplug || myconf="${myconf} disable-mod=yes" + use musepack || myconf="${myconf} disable-musepack=yes" + use oss || myconf="${myconf} disable-oss=yes" + use timidity || myconf="${myconf} disable-timidity=yes" + use vorbis || myconf="${myconf} disable-ogg=yes disable-vorbistags=yes" + + echo ${myconf} +} + +src_compile() { + egnustep_env + egnustep_make "$(cynthiune_get_config)" +} + +src_install() { + egnustep_env + egnustep_install "$(cynthiune_get_config)" +} -- cgit v1.2.3