summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-04-27 17:44:41 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-04-27 17:44:41 +0000
commit12ef13c0e6850f5e8d4c0d2b3826cb9cc8cd815a (patch)
treedc22dab2509796ad5e00e4e132be28f2799448d1 /media-video
parentAdd a "check" option and use it before reloading in case the rules are broken... (diff)
downloadgentoo-2-12ef13c0e6850f5e8d4c0d2b3826cb9cc8cd815a.tar.gz
gentoo-2-12ef13c0e6850f5e8d4c0d2b3826cb9cc8cd815a.tar.bz2
gentoo-2-12ef13c0e6850f5e8d4c0d2b3826cb9cc8cd815a.zip
Update bit. Patch by Nikoli.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/ChangeLog5
-rw-r--r--media-video/mpv/mpv-9999.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog
index 421f399c298f..6ef6af18ba66 100644
--- a/media-video/mpv/ChangeLog
+++ b/media-video/mpv/ChangeLog
@@ -1,6 +1,9 @@
# 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.1 2013/04/27 15:17:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.2 2013/04/27 17:44:41 scarabeus Exp $
+
+ 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild:
+ Update bit. Patch by Nikoli.
*mpv-9999 (27 Apr 2013)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0f15fc9ca8c6..fca461e2a812 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.1 2013/04/27 15:17:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.2 2013/04/27 17:44:41 scarabeus Exp $
EAPI=5
@@ -10,14 +10,14 @@ inherit toolchain-funcs flag-o-matic multilib base
[[ ${PV} == *9999* ]] && inherit git-2
DESCRIPTION="Video player based on MPlayer/mplayer2"
-HOMEPAGE="https://github.com/mpv-player/mpv/"
-[[ ${PV} == *9999* ]] || SRC_URI="http://rion-overlay.googlecode.com/files/${P}.tar.xz"
+HOMEPAGE="http://mpv.io/"
+[[ ${PV} == *9999* ]] || \
+SRC_URI="http://rion-overlay.googlecode.com/files/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-
IUSE="+alsa aqua bluray bs2b cddb +cdio debug +dts dvb +dvd +enca encode fbcon ftp
+iconv ipv6 jack joystick jpeg kernel_linux ladspa lcms +libass libcaca lirc mng +mp3
+network -openal +opengl oss portaudio +postproc pulseaudio pvr quvi radio samba +shm
@@ -106,7 +106,7 @@ pkg_setup() {
if [[ ${PV} == *9999* ]]; then
elog
elog "This is a live ebuild which installs the latest from upstream's"
- elog "${VCS_ECLASS} repository, and is unsupported by Gentoo."
+ elog "git repository, and is unsupported by Gentoo."
elog "Everything but bugs in the ebuild itself will be ignored."
elog
fi