diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 01:00:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 01:00:44 +0000 |
commit | d8f5aa92552bc478c28511ef29121c7cc1dc6940 (patch) | |
tree | 9a764a6b13bd967b8d0139f129b12aba0a3261e3 /media-sound | |
parent | 9c319a44ffe1cc1c51521112fa24c7c835688098 (diff) |
media-sound/cantata : version bump
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cantata/Manifest | 2 | ||||
-rw-r--r-- | media-sound/cantata/cantata-2.5.0-r10.ebuild (renamed from media-sound/cantata/cantata-2.4.2-r10.ebuild) | 29 |
2 files changed, 9 insertions, 22 deletions
diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest index d00b45ad..b5467870 100644 --- a/media-sound/cantata/Manifest +++ b/media-sound/cantata/Manifest @@ -1 +1 @@ -DIST cantata-2.4.2.tar.bz2 2498460 BLAKE2B 82486a644fa90567f2c1c997645817d9adee841b79fb782c4984143a0ef25758e8b6605de86eed1c09b2b63b9d570adc0c647245c5e0e900652c0444671c67a7 SHA512 c2459a53d86e12df7e6a8f7c19880f1c353c13893401a0906ec730c34ccbf1ef070c226b55c4e772e9a54a94e7cf3a2f96b0e9223ff20057045c888c4f91d87b +DIST cantata-2.5.0.tar.bz2 2487031 BLAKE2B ad77987aae205695393a4fc782dc442a467ca392ce60251efdc68d12d29b3d2f24270f462a0dbfe0c375905f9356b8c649ff139021629ba58fd7de80819fdba0 SHA512 42f28321d01e0bc3a315030066b738dead8f8f8caed8c1115729a3d370d68d9d845f00576fc81ddba694bba6a4ae57c3f7de714b2e39874458548c3e5bb8b2d2 diff --git a/media-sound/cantata/cantata-2.4.2-r10.ebuild b/media-sound/cantata/cantata-2.5.0-r10.ebuild index 2d926dce..d4273f46 100644 --- a/media-sound/cantata/cantata-2.4.2-r10.ebuild +++ b/media-sound/cantata/cantata-2.5.0-r10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PLOCALES="cs da de en_GB es fr hu it ja ko pl pt_BR ru zh_CN" +PLOCALES="cs da de en_GB es fi fr hu it ja ko nl pl pt_BR ru zh_CN" inherit cmake plocale qmake-utils xdg DESCRIPTION="Featureful and configurable Qt client for the music player daemon (MPD)" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/CDrummond/${PN}/releases/download/v${PV}/${P}.tar.bz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="cdda cddb cdio http-server libav mtp musicbrainz replaygain streaming taglib udisks zeroconf" +IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib udisks zeroconf" REQUIRED_USE=" ?? ( cdda cdio ) cdda? ( udisks || ( cddb musicbrainz ) ) @@ -23,10 +23,9 @@ REQUIRED_USE=" musicbrainz? ( || ( cdio cdda ) taglib ) replaygain? ( taglib ) " +# cantata has no tests +RESTRICT="test" -BDEPEND=" - dev-qt/linguist-tools:5 -" COMMON_DEPEND=" app-misc/media-player-info dev-qt/qtcore:5 @@ -48,8 +47,7 @@ COMMON_DEPEND=" replaygain? ( media-libs/libebur128:= media-sound/mpg123 - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) + media-video/ffmpeg:0= ) streaming? ( dev-qt/qtmultimedia:5 ) taglib? ( @@ -65,9 +63,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5 " - -# cantata has no tests -RESTRICT="test" +BDEPEND="dev-qt/linguist-tools:5" PATCHES=( "${FILESDIR}/${PN}-2.2.0-headers.patch" ) @@ -94,7 +90,6 @@ src_configure() { -DENABLE_HTTP_SERVER=$(usex http-server) -DENABLE_MTP=$(usex mtp) -DENABLE_MUSICBRAINZ=$(usex musicbrainz) - -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" -DENABLE_FFMPEG=$(usex replaygain) -DENABLE_MPG123=$(usex replaygain) -DENABLE_HTTP_STREAM_PLAYBACK=$(usex streaming) @@ -110,12 +105,4 @@ src_configure() { pkg_postinst() { xdg_pkg_postinst - - has_version media-sound/mpd || \ - elog "An instance of media-sound/mpd, local or remote, is required to set up Cantata." - - if ! has_version app-misc/media-player-info; then - elog "Install app-misc/media-player-info to enable identification" - elog "and querying of portable media players" - fi } |