Skip to content

Commit

Permalink
media-libs/ampache_browser: bump to 1.0.1, minor ebuild cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
openhs committed Apr 23, 2018
1 parent 7b0f089 commit e925719
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-libs/ampache_browser/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ampache_browser-1.0.0.tar.gz 72078 BLAKE2B 1f838594e4c1c00f76c33ed50e644f467affec3d0bb456761e4fe871a876daf99ce9aa0060522ad9a98b8031311f921a101dfd1c47425de76c463a8334108e37 SHA512 9757052a98134177f185fb8214f64c72f601d27c0b5fc924b5ff0fdaac849e188c03f81b4806e14f97c102b1b74791813272aceed97b3f8a5ecfadc374ea0269
DIST ampache_browser-1.0.1.tar.gz 73526 BLAKE2B 8939712957bacf8e3ed9ed808ada265a4c065e0d983ffb9dbc913ea51325eb61e2fe782a32f1cac5a3cae49207acd9bfc7d61c6c5a4affe448815ff74334cf27 SHA512 1e0100789a63c90f89d24c64bc2b139fbd4ca926f1a5225bc9d4a2061007302dcf6ce26e193dffe4e4f0f965d451e8b7a568ee11fa1d8d29d0dbc4218f51c12b
28 changes: 28 additions & 0 deletions media-libs/ampache_browser/ampache_browser-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="Ampache desktop client library"
HOMEPAGE="http://ampache-browser.org"
SRC_URI="https://github.com/ampache-browser/ampache_browser/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug nls"

RDEPEND="dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtwidgets:5"

DEPEND="${RDEPEND}"

src_configure() {
local mycmakeargs=(
-DUSE_NLS="$(usex nls)"
)
cmake-utils_src_configure
}

0 comments on commit e925719

Please sign in to comment.