diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2021-03-09 11:17:28 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-17 19:57:21 +0200 |
commit | ae9a3933d1ad469ba167589826a052c250b22d29 (patch) | |
tree | 0def4b652b70d7aeeb95fe159709e26079146b8e /trinity-apps/amarok/amarok-9999.ebuild | |
parent | 048fff8a48b214ec3acf6f15140d12b1a8c772f1 (diff) | |
download | tde-packaging-gentoo-ae9a3933d1ad469ba167589826a052c250b22d29.tar.gz tde-packaging-gentoo-ae9a3933d1ad469ba167589826a052c250b22d29.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>
Diffstat (limited to 'trinity-apps/amarok/amarok-9999.ebuild')
-rw-r--r-- | trinity-apps/amarok/amarok-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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}" |