summaryrefslogtreecommitdiff
path: root/media-sound
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 21:20:50 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 21:20:50 +0100
commitb7570f78df8d065eafaf0bad3ba184655ab1f56b (patch)
tree2aa6e54f97506bcd28165f757a4f799503c7e58a /media-sound
parentdd1754affb964840837a448caee92198580d9959 (diff)
media-sound/cantata : version bump
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cantata/Manifest2
-rw-r--r--media-sound/cantata/cantata-2.2.0-r1710.ebuild (renamed from media-sound/cantata/cantata-2.1.0-r1710.ebuild)7
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index 220f9d13..d15290fb 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1 +1 @@
-DIST cantata-2.1.0.tar.bz2 2207271 SHA256 9317afcae75c709ec733da069d4245b47e6e2c297a259eaf87a181fa9d1cd4c4 SHA512 bf03933785110d0d0c1dfbfc27f4974869ae7c79afe3cf1da1f3024c95d86733d8bea77f2a882887de79a7897ffcdac4262e58747dd4e979824943991675c5d2 WHIRLPOOL 5d58b84290c387d535e556553e64bba36520a099565c44bed1c4e9cf800c2a432ac09296b989a557e72d81a951c926b4bb638f2d2ab7976735059ebb74b8c8e2
+DIST cantata-2.2.0.tar.bz2 2251649 SHA256 c84691eb17711118d3c512d70cb422267f7a137290082cdd1ff0a871b4a8e5c0 SHA512 519a2e24c8b2a1c98a2006a1f590945e1bd5e98a2c3a1b5da23e40f2297f1477d48d69b48ec669219f5ab8fdc955486fe29db6914abeef1fba2a47377f694ecd WHIRLPOOL 50a44192368ee90708ecf906401c28d6a06878d61cfefae04bcab3463343c11bcfe3054880364886e57f797cc303fe14a4f2010e87ad873ba4de3738c05399e7
diff --git a/media-sound/cantata/cantata-2.1.0-r1710.ebuild b/media-sound/cantata/cantata-2.2.0-r1710.ebuild
index 7ac0dd85..c19fe4b8 100644
--- a/media-sound/cantata/cantata-2.1.0-r1710.ebuild
+++ b/media-sound/cantata/cantata-2.2.0-r1710.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain taglib udisks"
+IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib udisks"
REQUIRED_USE="
?? ( cdda cdio )
cdda? ( udisks || ( cddb musicbrainz ) )
@@ -48,6 +48,7 @@ RDEPEND="
media-sound/mpg123
virtual/ffmpeg
)
+ streaming? ( media-video/vlc:0= )
taglib? (
media-libs/taglib[asf(+),mp4(+)]
media-libs/taglib-extras
@@ -62,6 +63,8 @@ DEPEND="${RDEPEND}
# cantata has no tests
RESTRICT="test"
+PATCHES=( "${FILESDIR}/${P}-headers.patch" )
+
src_prepare() {
remove_locale() {
rm "translations/${PN}_${1}".ts || die
@@ -88,10 +91,10 @@ src_configure() {
-DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
-DENABLE_FFMPEG=$(usex replaygain)
-DENABLE_MPG123=$(usex replaygain)
+ -DENABLE_HTTP_STREAM_PLAYBACK=$(usex streaming)
-DENABLE_TAGLIB=$(usex taglib)
-DENABLE_TAGLIB_EXTRAS=$(usex taglib)
-DENABLE_DEVICES_SUPPORT=$(usex udisks)
- -DENABLE_HTTP_STREAM_PLAYBACK=OFF
-DENABLE_REMOTE_DEVICES=OFF
-DENABLE_UDISKS2=ON
)