From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F304138334 for ; Fri, 14 Sep 2018 19:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B95CE0BF4; Fri, 14 Sep 2018 19:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C068EE0BF4 for ; Fri, 14 Sep 2018 19:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8602B335D12 for ; Fri, 14 Sep 2018 19:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C223BF for ; Fri, 14 Sep 2018 19:49:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536954552.c3da343f8e19dd2b95b178aed3de6ec85cdc5470.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgig/Manifest media-libs/libgig/libgig-4.1.0.ebuild X-VCS-Directories: media-libs/libgig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3da343f8e19dd2b95b178aed3de6ec85cdc5470 X-VCS-Branch: master Date: Fri, 14 Sep 2018 19:49:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eabfd1a2-1c93-4471-86d1-a3f90cbd9f53 X-Archives-Hash: db7541759a9e758a0400a240e44873ec commit: c3da343f8e19dd2b95b178aed3de6ec85cdc5470 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 14 19:43:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 14 19:49:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3da343f media-libs/libgig: 4.1.0 version bump, EAPI-7, use https Bug: https://bugs.gentoo.org/634878 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libgig/Manifest | 1 + media-libs/libgig/libgig-4.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-libs/libgig/Manifest b/media-libs/libgig/Manifest index feafd6c99f4..c23e0ff51dc 100644 --- a/media-libs/libgig/Manifest +++ b/media-libs/libgig/Manifest @@ -1,2 +1,3 @@ DIST libgig-3.3.0.tar.bz2 338119 BLAKE2B 71135ae9296977925e7c351579643d1d950e87525072a2210e33a67cdf427ca06d38f7ccfb35df5c2a60158f7e3fb9c01a5adf3c81446576fa2b35e4a031121e SHA512 e46c3746eed234303618cef68e21aee86cfc4be785bbacbb4483169450cd98d379a2598b44c1f90c4d9fb8d87f3fea74e5faa45291561b52c1d0d02de46a52a7 DIST libgig-4.0.0.tar.bz2 700905 BLAKE2B 909e4c88de0859be29ff52ed2dc366b056388252fefe426add8937ebf9630c6767ef179de6f92176ce2031877c4d4839734ce461396d5bfbdf118157c78cf3f3 SHA512 171eb322a913447708881edad8da5d0d12b873bf36d191cd181dddf67a82446c8400cb4b7a6386b62ac20df8571a1597c6765fa0ef6d443957b5aae03afb345c +DIST libgig-4.1.0.tar.bz2 538345 BLAKE2B c05a1dfb5a7a3f358008cbde10dc081c9d8593a01bf4458585609cf5736eea3c8cdcedef85d3be6fc3208f27feb253174458f982b51e2e9c7f7b10a81da4c264 SHA512 e88500f5d60d597b383093f904a2356aba7505a3a22b4852fe3fbbe71723fddbfc81029a82edf3c18e46ade519343cdbe87c06c652f982ffd4cfb4c35d5a9a0a diff --git a/media-libs/libgig/libgig-4.1.0.ebuild b/media-libs/libgig/libgig-4.1.0.ebuild new file mode 100644 index 00000000000..6072ead1739 --- /dev/null +++ b/media-libs/libgig/libgig-4.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="C++ library for loading Gigasampler and DLS level 1/2 files" +HOMEPAGE="https://www.linuxsampler.org/libgig/" +SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +RDEPEND=" + media-libs/audiofile + media-libs/libsndfile" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( app-doc/doxygen )" + +src_compile() { + emake + use doc && emake docs +} + +src_install() { + emake DESTDIR="${D}" install + + use doc && HTML_DOCS=( doc/html/. ) + einstalldocs + + # For libgig.so to be found at runtime + printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/libgig/\"" > 99${PN} + doenvd "99${PN}" +}