summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2021-03-09 11:17:28 +0300
committerSlávek Banko <slavek.banko@axis.cz>2021-05-17 19:57:21 +0200
commitae9a3933d1ad469ba167589826a052c250b22d29 (patch)
tree0def4b652b70d7aeeb95fe159709e26079146b8e
parent048fff8a48b214ec3acf6f15140d12b1a8c772f1 (diff)
downloadtde-packaging-gentoo-ae9a3933.tar.gz
tde-packaging-gentoo-ae9a3933.zip
trinity-apps/amarok: drop xine version requirement
Also fix DEPEND upon postgresql Closes: TDE/tde-packaging-gentoo#202 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--trinity-apps/amarok/Manifest1
-rw-r--r--trinity-apps/amarok/amarok-14.0.8.ebuild2
-rw-r--r--trinity-apps/amarok/amarok-9999.ebuild6
3 files changed, 3 insertions, 6 deletions
diff --git a/trinity-apps/amarok/Manifest b/trinity-apps/amarok/Manifest
index 8b197775..4f5adca0 100644
--- a/trinity-apps/amarok/Manifest
+++ b/trinity-apps/amarok/Manifest
@@ -1,2 +1 @@
-DIST amarok-trinity-14.0.7.tar.xz 10043532 BLAKE2B e2ba4fa84c3449c394ddb0dabbdf1b7167e5645128d8c2d09ead2061be980b97887c6177e59f9978d5cf5e21f283c34b7ac9f15b6e5e346f4d976cdd9e809add SHA512 1794603c6b8cbe2a1105d28d8c30bf6cc6c850c54ae154fb90f0ea0743d283490770d91b4df82ad46b4056c7cece8795b28bd14bef98b934a439897b71609ba6
DIST amarok-trinity-14.0.8.tar.xz 10039812 BLAKE2B 968464a452b22946c37a8f6aecf34013e4e0703cc0f2816086dbb97d131c6c6262cf0844b4af151a2987badb7676c0509fb606d0a7e5ed6c34b087b8b5f7104d SHA512 8db0ac897ca4a52a3e161375cea7bf37d7874cea89de554282cf83687dae3f10df1d8ecade3bf59a0b79aad830e9807b4a4d626a70b16f59f063541e253016a4
diff --git a/trinity-apps/amarok/amarok-14.0.8.ebuild b/trinity-apps/amarok/amarok-14.0.8.ebuild
index 94b34426..4c5d495d 100644
--- a/trinity-apps/amarok/amarok-14.0.8.ebuild
+++ b/trinity-apps/amarok/amarok-14.0.8.ebuild
@@ -58,7 +58,7 @@ DEPEND+="
ifp? ( media-libs/libifp )
njb? ( media-libs/libnjb )
opengl? ( virtual/opengl )
- postgres? ( dev-db/postgresql )
+ postgres? ( dev-db/postgresql:= )
mtp? ( media-libs/libmtp )
mysql? ( virtual/mysql )
visualization? (
diff --git a/trinity-apps/amarok/amarok-9999.ebuild b/trinity-apps/amarok/amarok-9999.ebuild
index a154cde6..1548d8a7 100644
--- a/trinity-apps/amarok/amarok-9999.ebuild
+++ b/trinity-apps/amarok/amarok-9999.ebuild
@@ -32,8 +32,6 @@ SLOT="14"
#
# - No Support for DAAP because it's not tested if that works with Mongrel2.
#
-# - As of January 2020, building with anything newer than xine-lib-1.2.9 will fail.
-#
# - Otherwise the ebuild should offer all what can be done with CMake at the moment.
IUSE="akode amazon ifp inotify ipod konqsidebar mp4 mtp mysql njb
@@ -53,12 +51,12 @@ DEPEND="
mysql? ( virtual/mysql )
njb? ( media-libs/libnjb )
opengl? ( virtual/opengl )
- postgres? ( dev-db/postgresql )
+ postgres? ( dev-db/postgresql:= )
visualization? (
media-libs/libsdl
media-plugins/libvisual-plugins
)
- xine? ( <media-libs/xine-lib-1.2.10 )
+ xine? ( media-libs/xine-lib )
"
RDEPEND="${DEPEND}"