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>
pull/203/head
Alexander Golubev 4 years ago committed by Slávek Banko
parent 048fff8a48
commit ae9a3933d1

@ -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

@ -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? (

@ -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}"

Loading…
Cancel
Save