public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Sun, 24 Jan 2016 23:04:30 +0000 (UTC)	[thread overview]
Message-ID: <1453676642.b6b23b937f9d4a2dd80c5db45787e3287989393e.swegener@gentoo> (raw)

commit:     b6b23b937f9d4a2dd80c5db45787e3287989393e
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 09:22:19 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 23:04:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b23b93

media-tv/tvheadend: Forward port the libav USE flag

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 media-tv/tvheadend/tvheadend-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
index a8d98b9..584af8a 100644
--- a/media-tv/tvheadend/tvheadend-9999.ebuild
+++ b/media-tv/tvheadend/tvheadend-9999.ebuild
@@ -14,12 +14,15 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="avahi +dvb +dvbscan ffmpeg imagecache inotify uriparser xmltv zlib"
+IUSE="avahi +dvb +dvbscan ffmpeg libav imagecache inotify uriparser xmltv zlib"
 
 RDEPEND="dev-libs/openssl:=
 	virtual/libiconv
 	avahi? ( net-dns/avahi )
-	ffmpeg? ( virtual/ffmpeg )
+	ffmpeg? (
+		!libav? ( media-video/ffmpeg:0= )
+		libav? ( media-video/libav:= )
+	)
 	uriparser? ( dev-libs/uriparser )
 	zlib? ( sys-libs/zlib )"
 


             reply	other threads:[~2016-01-24 23:04 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-24 23:04 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15  8:01 [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/ Eli Schwartz
2024-07-12  5:55 Eli Schwartz
2024-05-28 18:56 Arthur Zamarin
2024-03-24 15:37 James Le Cuirot
2024-01-16 21:38 James Le Cuirot
2023-02-18 14:25 James Le Cuirot
2023-02-18 14:25 James Le Cuirot
2023-02-15  6:23 Sam James
2022-05-26 22:08 James Le Cuirot
2021-10-16  0:48 Sam James
2021-08-02  2:24 Sam James
2021-07-30  6:13 Sam James
2021-07-27 20:35 Sam James
2021-06-18 21:07 David Seifert
2021-05-02 15:07 Mikle Kolyada
2021-02-11 23:10 James Le Cuirot
2020-06-22 19:05 Mart Raudsepp
2020-06-03 20:10 James Le Cuirot
2019-01-20 15:31 James Le Cuirot
2019-01-20 15:31 James Le Cuirot
2019-01-07 19:15 Lars Wendler
2018-11-10 15:22 James Le Cuirot
2018-09-02 11:43 James Le Cuirot
2018-09-02 11:43 James Le Cuirot
2018-04-11 21:04 James Le Cuirot
2018-04-10  1:19 Sam Jorna
2017-12-17 22:53 James Le Cuirot
2017-12-17 22:53 James Le Cuirot
2017-12-05 22:36 James Le Cuirot
2017-11-17 23:13 James Le Cuirot
2017-07-30  9:44 Michał Górny
2016-12-05 15:02 Pacho Ramos
2016-10-02 12:37 Pacho Ramos
2016-08-02 20:22 Sven Wegener
2016-08-02 20:22 Sven Wegener
2016-08-02 20:22 Sven Wegener
2016-04-02 14:40 Sam Jorna
2016-04-02 14:40 Sam Jorna
2016-04-02 14:40 Sam Jorna
2016-03-14 23:37 Sam Jorna
2016-01-25  6:37 Robin H. Johnson
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2016-01-24 23:04 Sven Wegener
2015-10-16 12:05 Alexis Ballier
2015-10-13 13:08 Ian Delaney

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=1453676642.b6b23b937f9d4a2dd80c5db45787e3287989393e.swegener@gentoo \
    --to=swegener@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