From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Wed, 6 Sep 2017 00:01:56 +0000 (UTC) [thread overview]
Message-ID: <1504656084.d0b07c295e1f5a6235148abe8c6875c09898a21d.radhermit@gentoo> (raw)
commit: d0b07c295e1f5a6235148abe8c6875c09898a21d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 6 00:00:16 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 00:01:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b07c29
media-sound/pianobar: version bump to 2017.08.30
media-sound/pianobar/Manifest | 1 +
.../{pianobar-9999.ebuild => pianobar-2017.08.30.ebuild} | 12 +++++++-----
media-sound/pianobar/pianobar-9999.ebuild | 12 +++++++-----
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 202ec5c4ab1..acc353c8dcf 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1 +1,2 @@
DIST pianobar-2016.06.02.tar.bz2 46262 SHA256 c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559 SHA512 943e4b7bdfa5690f73378c6454666ec972f4d33faa0549ec087fb0ffeb5584e7ec26cef39dfd0134eefe2723638cc41f29c76eecb306c295c067996443958027 WHIRLPOOL 1289313f7f9e19f4974c849854204a08d26efa0afc7e4ca56b7dfb43b5c696976e8faa8a0cc1b0d27e6166b39b27714e9eb566e234afdccc3faf968129a1edf6
+DIST pianobar-2017.08.30.tar.bz2 46664 SHA256 ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674 SHA512 35019bd387a323c85928e8979c075c7b2a8d88115066a55068dd62279760200fcadf022f7000a40e198bebc3cfc5507913da7c9c06ae220cba6fe3910a6bca54 WHIRLPOOL e0ff835c9a143df9779f5f8e76bf55dde3ca97e50b17db64107c386b14cbaf99886c2558887ff8f468f7eca7fecfaf9e47582b139c9b62f645c66b569ded9ee1
diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-2017.08.30.ebuild
similarity index 79%
copy from media-sound/pianobar/pianobar-9999.ebuild
copy to media-sound/pianobar/pianobar-2017.08.30.ebuild
index 3d7f81a5fce..9d1f513a05e 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-2017.08.30.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs flag-o-matic multilib
+inherit toolchain-funcs flag-o-matic
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git"
+ EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git"
else
SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -17,19 +17,21 @@ HOMEPAGE="https://6xq.net/pianobar/"
LICENSE="MIT"
SLOT="0"
-IUSE="static-libs"
+IUSE="libav static-libs"
RDEPEND="media-libs/libao
net-misc/curl
dev-libs/libgcrypt:0=
dev-libs/json-c:=
- >=virtual/ffmpeg-9"
+ libav? ( >=media-video/libav-12:0= )
+ !libav? ( >=media-video/ffmpeg-3.1:0= )
+"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
append-cflags -std=c99
- tc-export CC
+ tc-export AR CC
emake V=1 DYNLINK=1
}
diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild
index 3d7f81a5fce..9d1f513a05e 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-9999.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs flag-o-matic multilib
+inherit toolchain-funcs flag-o-matic
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git"
+ EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git"
else
SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -17,19 +17,21 @@ HOMEPAGE="https://6xq.net/pianobar/"
LICENSE="MIT"
SLOT="0"
-IUSE="static-libs"
+IUSE="libav static-libs"
RDEPEND="media-libs/libao
net-misc/curl
dev-libs/libgcrypt:0=
dev-libs/json-c:=
- >=virtual/ffmpeg-9"
+ libav? ( >=media-video/libav-12:0= )
+ !libav? ( >=media-video/ffmpeg-3.1:0= )
+"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
append-cflags -std=c99
- tc-export CC
+ tc-export AR CC
emake V=1 DYNLINK=1
}
next reply other threads:[~2017-09-06 0:02 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-06 0:01 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-25 1:21 [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/ Ionen Wolkens
2025-03-12 10:14 Ionen Wolkens
2022-08-27 4:35 Miroslav Šulc
2022-08-26 23:27 Sam James
2022-08-26 5:46 Sam James
2022-07-26 6:43 Sam James
2022-07-26 6:43 Sam James
2020-06-15 8:20 Andreas Sturmlechner
2020-06-09 13:53 Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-05-15 22:30 Andreas Sturmlechner
2020-05-15 22:30 Andreas Sturmlechner
2020-05-15 22:30 Andreas Sturmlechner
2020-04-25 19:17 Mikle Kolyada
2019-07-03 20:09 Tim Harder
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:53 Mikle Kolyada
2019-02-10 7:23 Tim Harder
2019-02-10 7:23 Tim Harder
2018-09-28 8:53 Mikle Kolyada
2018-09-24 1:50 Thomas Deutschmann
2018-06-25 6:05 Tim Harder
2016-09-23 18:43 Tim Harder
2016-09-23 18:43 Tim Harder
2016-08-02 15:52 Tim Harder
2016-04-12 6:06 Tim Harder
2016-01-11 3:48 Tim Harder
2016-01-11 3:48 Tim Harder
2015-11-26 5:10 Tim Harder
2015-11-13 4:15 Tim Harder
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=1504656084.d0b07c295e1f5a6235148abe8c6875c09898a21d.radhermit@gentoo \
--to=radhermit@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