public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblo/
Date: Mon, 14 Aug 2017 08:04:59 +0000 (UTC)	[thread overview]
Message-ID: <1502697890.47bdfda12130c8cdd30f96e31c1fe2214b20a1cb.polynomial-c@gentoo> (raw)

commit:     47bdfda12130c8cdd30f96e31c1fe2214b20a1cb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:56:17 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 08:04:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bdfda1

media-libs/liblo: Bump to version 0.29

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 media-libs/liblo/Manifest          |  1 +
 media-libs/liblo/liblo-0.29.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/liblo/Manifest b/media-libs/liblo/Manifest
index e84b7bb0b14..1b896cedbab 100644
--- a/media-libs/liblo/Manifest
+++ b/media-libs/liblo/Manifest
@@ -1,3 +1,4 @@
 DIST liblo-0.26.tar.gz 519750 SHA256 a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258 SHA512 5bc720be216b796587ee020cc32bdea760c65ee063a1248a44bb7c800c1a91b5e5a1321b55c61fd3b219aecb0d8cfb4d6bf53a6440d46fd59e8697c63e542215 WHIRLPOOL 4fcfa3dbfe8bbb8887eb18a17c3d3e3d532b9386dd83bbe9fd0d1c075fbf556b7abca626f415b60d69e92df49d7dafc2874d43e83f14bec8990b609ca4f5fe3e
 DIST liblo-0.27.tar.gz 533684 SHA256 67b48e1e63fddea60bb4a0f0c25fba32ea42d2a55877752aa342c478b59374b6 SHA512 079f12d349d7fb58d4f7393d2ad72ca6844570524992c56ce87b23531620c2387ac6ba5316f92684b3fae72c7a5abe03e49fcbd97196efdb35d11a2422b065bc WHIRLPOOL efce8f9fca4828338778e120a795cc998cf8dee9bb17477891907d77cf3a5e9c203bca7f0ef201810a0e148e4fabe7086d1093d781d05e31cfa52c863dc476dd
 DIST liblo-0.28.tar.gz 591659 SHA256 da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909 SHA512 05818218d2d6a7042714b8fa905e7242fb9707795ad53ea27b2a1af3661f0822d25585ce17d286aa269c534ef24e19e377e041bf7fe194c8e47c0046fefcb85f WHIRLPOOL 5de1592d2fe8aee191115ed5b094dd8bb0ca5ec442c94e785c2bc74bef93f3df0dd8804c8aa2a1c3b1a1ce70729fa87c73cd4b09f3535300548999687b9a1ab5
+DIST liblo-0.29.tar.gz 645313 SHA256 ace1b4e234091425c150261d1ca7070cece48ee3c228a5612d048116d864c06a SHA512 11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c WHIRLPOOL 67a3045cec78822bd0f04339f75edd69646db3d94cdb3c48a0ea99001ad0b1cb948ec0ba7f12372489aa62fc8d216ff25a2f671287315c98409e8ecd5d377698

diff --git a/media-libs/liblo/liblo-0.29.ebuild b/media-libs/liblo/liblo-0.29.ebuild
new file mode 100644
index 00000000000..b9fc3ba9519
--- /dev/null
+++ b/media-libs/liblo/liblo-0.29.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools ltprune
+
+DESCRIPTION="Lightweight OSC (Open Sound Control) implementation"
+HOMEPAGE="http://plugin.org.uk/liblo"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos"
+IUSE="doc ipv6 static-libs"
+
+RESTRICT="test"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+	default
+
+	# don't build examples by default
+	sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die
+
+	eautoreconf
+}
+
+src_configure() {
+	use doc || export ac_cv_prog_HAVE_DOXYGEN=false
+
+	# switching threads on/off breaks ABI, bugs #473282, #473286 and #473356
+	myeconfargs=(
+		--enable-threads
+		$(use_enable ipv6)
+		$(use_enable static-libs static)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


             reply	other threads:[~2017-08-14  8:05 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14  8:04 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-14  8:04 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblo/ Lars Wendler
2017-10-03  8:25 Sergei Trofimovich
2017-10-04  8:13 Sergei Trofimovich
2017-10-11 18:12 Manuel Rüger
2017-10-11 18:12 Manuel Rüger
2017-10-11 18:12 Manuel Rüger
2019-03-08 14:47 Lars Wendler
2019-06-25  7:04 Agostino Sarubbo
2019-06-26  6:50 Agostino Sarubbo
2019-06-27  7:26 Sergei Trofimovich
2019-06-27  7:31 Sergei Trofimovich
2020-03-02  9:04 Lars Wendler
2020-07-16 12:51 Sam James
2020-08-30  1:32 Thomas Deutschmann
2020-08-30  2:41 Sam James
2020-09-08  7:06 Miroslav Šulc
2023-05-09 17:46 Sam James
2023-05-09 17:46 Sam James
2023-09-06 18:43 WANG Xuerui
2024-02-19  9:18 Miroslav Šulc
2024-03-21 20:47 Arthur Zamarin
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-22  6:14 Arthur Zamarin
2024-03-22  9:03 Miroslav Šulc
2024-05-05 11:49 Sam James
2025-06-22 11:51 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502697890.47bdfda12130c8cdd30f96e31c1fe2214b20a1cb.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox