summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-10-19 22:54:39 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-10-19 22:54:39 +0000
commit4b8478be5e31706e0cd55445094e60ddd139a1e1 (patch)
tree79604859630010c3ab63962ed7913dce5747cfa4 /media-video
parentRemove old. (diff)
downloadgentoo-2-4b8478be5e31706e0cd55445094e60ddd139a1e1.tar.gz
gentoo-2-4b8478be5e31706e0cd55445094e60ddd139a1e1.tar.bz2
gentoo-2-4b8478be5e31706e0cd55445094e60ddd139a1e1.zip
Playing things with quvi need libav or ffmpeg with networking support, proxied commit for Nikoli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/ChangeLog7
-rw-r--r--media-video/mpv/mpv-0.1.6.ebuild10
-rw-r--r--media-video/mpv/mpv-0.1.7.ebuild10
-rw-r--r--media-video/mpv/mpv-0.2.0.ebuild10
-rw-r--r--media-video/mpv/mpv-9999.ebuild10
5 files changed, 38 insertions, 9 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog
index a2682fbeb5c1..5ceb8492db89 100644
--- a/media-video/mpv/ChangeLog
+++ b/media-video/mpv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/mpv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.34 2013/10/18 22:57:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.35 2013/10/19 22:54:39 tomwij Exp $
+
+ 19 Oct 2013; Tom Wijsman <TomWij@gentoo.org> mpv-0.1.6.ebuild,
+ mpv-0.1.7.ebuild, mpv-0.2.0.ebuild, mpv-9999.ebuild:
+ Playing things with quvi need libav or ffmpeg with networking support, proxied
+ commit for Nikoli.
18 Oct 2013; Tom Wijsman <TomWij@gentoo.org> mpv-9999.ebuild:
Upstream removed support for gettext, removed localedir configure parameter as
diff --git a/media-video/mpv/mpv-0.1.6.ebuild b/media-video/mpv/mpv-0.1.6.ebuild
index 59160e548d9d..2f0dce138070 100644
--- a/media-video/mpv/mpv-0.1.6.ebuild
+++ b/media-video/mpv/mpv-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.1.6.ebuild,v 1.2 2013/10/18 13:36:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.1.6.ebuild,v 1.3 2013/10/19 22:54:39 tomwij Exp $
EAPI=5
@@ -90,7 +90,13 @@ RDEPEND+="
)
)
pulseaudio? ( media-sound/pulseaudio )
- quvi? ( >=media-libs/libquvi-0.4.1:= )
+ quvi? (
+ >=media-libs/libquvi-0.4.1:=
+ || (
+ >=media-video/libav-9[network]
+ >=media-video/ffmpeg-1.2:0[network]
+ )
+ )
samba? ( net-fs/samba )
wayland? (
>=dev-libs/wayland-1.0.0
diff --git a/media-video/mpv/mpv-0.1.7.ebuild b/media-video/mpv/mpv-0.1.7.ebuild
index a677e600d3e1..7bca1764ccb1 100644
--- a/media-video/mpv/mpv-0.1.7.ebuild
+++ b/media-video/mpv/mpv-0.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.1.7.ebuild,v 1.2 2013/10/18 13:36:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.1.7.ebuild,v 1.3 2013/10/19 22:54:39 tomwij Exp $
EAPI=5
@@ -90,7 +90,13 @@ RDEPEND+="
)
)
pulseaudio? ( media-sound/pulseaudio )
- quvi? ( >=media-libs/libquvi-0.4.1:= )
+ quvi? (
+ >=media-libs/libquvi-0.4.1:=
+ || (
+ >=media-video/libav-9[network]
+ >=media-video/ffmpeg-1.2:0[network]
+ )
+ )
samba? ( net-fs/samba )
wayland? (
>=dev-libs/wayland-1.0.0
diff --git a/media-video/mpv/mpv-0.2.0.ebuild b/media-video/mpv/mpv-0.2.0.ebuild
index aeaf40e6f63c..b777953686c5 100644
--- a/media-video/mpv/mpv-0.2.0.ebuild
+++ b/media-video/mpv/mpv-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.0.ebuild,v 1.3 2013/10/17 19:36:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.0.ebuild,v 1.4 2013/10/19 22:54:39 tomwij Exp $
EAPI=5
@@ -97,7 +97,13 @@ RDEPEND+="
)
)
pulseaudio? ( media-sound/pulseaudio )
- quvi? ( >=media-libs/libquvi-0.4.1:= )
+ quvi? (
+ >=media-libs/libquvi-0.4.1:=
+ || (
+ >=media-video/libav-9[network]
+ >=media-video/ffmpeg-1.2:0[network]
+ )
+ )
samba? ( net-fs/samba )
wayland? (
>=dev-libs/wayland-1.0.0
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6095fddbaac6..52c48f459798 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.24 2013/10/18 22:57:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.25 2013/10/19 22:54:39 tomwij Exp $
EAPI=5
@@ -97,7 +97,13 @@ RDEPEND+="
)
)
pulseaudio? ( media-sound/pulseaudio )
- quvi? ( >=media-libs/libquvi-0.4.1:= )
+ quvi? (
+ >=media-libs/libquvi-0.4.1:=
+ || (
+ >=media-video/libav-9[network]
+ >=media-video/ffmpeg-1.2:0[network]
+ )
+ )
samba? ( net-fs/samba )
wayland? (
>=dev-libs/wayland-1.0.0