From 72fd2b48b7154274a1d2009cdaab54e7f49fb3aa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Dec 2024 06:30:54 +0000 Subject: gentoo auto-resync : 28:12:2024 - 06:30:54 --- gnustep-apps/Manifest.gz | Bin 5560 -> 5562 bytes gnustep-apps/cynthiune/Manifest | 2 +- gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild | 63 ----------------------- gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild | 62 ++++++++++++++++++++++ 4 files changed, 63 insertions(+), 64 deletions(-) delete mode 100644 gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild create mode 100644 gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild (limited to 'gnustep-apps') diff --git a/gnustep-apps/Manifest.gz b/gnustep-apps/Manifest.gz index 2be205805c51..8b68075f6f84 100644 Binary files a/gnustep-apps/Manifest.gz and b/gnustep-apps/Manifest.gz differ diff --git a/gnustep-apps/cynthiune/Manifest b/gnustep-apps/cynthiune/Manifest index 5cd3a54717d5..62a5304bb1d5 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-r4.ebuild 1722 BLAKE2B bff70ee8fa93552b4108b869d0fb13a577de41b547020724e44cd6c11c2893d3a18badf2d950d4100a36486cffd005ce089ab7fe33bb1e77eeb90ed676fe88d0 SHA512 7d8facef4ccf281f6a515cb13da01f298c13dc494e0d72cd7f27219bf642bfdbf4044c6b35878e8da1d36bf63479dd7e3883ff72c2974be7f097eea96d9793cb +EBUILD cynthiune-1.0.0-r5.ebuild 1726 BLAKE2B e683e6f0a50cf06f038f1f3846a1e3a1edadd1d96ef0e68714093e05533d636dfa3930c1f81fd4ce071a89f21964c15c00e0a95c791e66f61285c388b971fc5d SHA512 0aaab1df4e53aba8f075f9e214c716427ad1cc53bd2d1ed7e874f6c953aed992c6be122cad1b627fc0d444f18b7cf639bd99b7860d521da14c2b1494dbfb77e0 MISC metadata.xml 2310 BLAKE2B 75f563cd3de07c5c0ad2e848026774aec5f8d00e8c7d9fea59ecf4c7ae87b8673f38cc8f9754b779761d1f4c1d39fff7b708808d24f28841bcaa190fa0dee1bc SHA512 8b50a8e23ea305c65b93886997e7c1a0122c00f992205734da8821e6a220b61b580cd34f1138779e347dc1a36235eb05535b72cfa2cb4fadca20cef7e1c5b053 diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild deleted file mode 100644 index 1fabe0cea2be..000000000000 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# 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)" -} diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild new file mode 100644 index 000000000000..2f707d5d3288 --- /dev/null +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P=${P/c/C} +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}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +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 )" + +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