From: "Sergey Popov (pinkbyte)" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/arista: arista-0.9.7.ebuild ChangeLog
Date: Mon, 11 Feb 2013 21:13:36 +0000 (UTC) [thread overview]
Message-ID: <20130211211336.960D02171D@flycatcher.gentoo.org> (raw)
pinkbyte 13/02/11 21:13:36
Modified: ChangeLog
Added: arista-0.9.7.ebuild
Log:
Version bump, wrt bug #358461 - EAPI 5, port to distutils-r1 eclass, utilize l10n eclass
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.17 media-video/arista/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 11 Feb 2013 19:49:47 -0000 1.16
+++ ChangeLog 11 Feb 2013 21:13:36 -0000 1.17
@@ -1,6 +1,13 @@
# ChangeLog for media-video/arista
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.16 2013/02/11 19:49:47 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.17 2013/02/11 21:13:36 pinkbyte Exp $
+
+*arista-0.9.7 (11 Feb 2013)
+
+ 11 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> +arista-0.9.7.ebuild,
+ +files/arista-0.9.7-doc-install.patch:
+ Version bump, wrt bug #358461 - EAPI 5, port to distutils-r1 eclass, utilize
+ l10n eclass
11 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> arista-0.9.5.ebuild:
Add missing dependencies on gnome-base/librsvg and
1.1 media-video/arista/arista-0.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.7.ebuild?rev=1.1&content-type=text/plain
Index: arista-0.9.7.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v 1.1 2013/02/11 21:13:36 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
PYTHON_REQ_USE="xml"
# hack for avoiding detecting 'templates' as a locale, next part of it - in src_prepare
PLOCALES_1="ar ast bg ca cs da de el en_GB es et eu fi fr gl hu ia id it ja jv kn lt nl pl pt pt_BR ro ru sk sl sr sv"
PLOCALES_2="th tr uk zh_CN zh_TW"
PLOCALES="${PLOCALES_1} ${PLOCALES_2}"
inherit distutils-r1 l10n
DESCRIPTION="An easy to use multimedia transcoder for the GNOME Desktop"
HOMEPAGE="http://www.transcoder.org"
SRC_URI="http://programmer-art.org/media/releases/arista-transcoder/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# Making these USE-defaults since encoding for portable devices is a very
# common use case for Arista. xvid is being added since it's required for
# DVD ripping. No gst-plugins-x264 available at this time.
IUSE="+faac kde nautilus +x264 +xvid"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=x11-libs/gtk+-2.16:2
>=dev-python/pygtk-2.16:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/gconf-python:2
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/python-gudev
gnome-base/librsvg
>=media-libs/gstreamer-0.10.22:0.10
dev-python/gst-python:0.10[${PYTHON_USEDEP}]
media-libs/gst-plugins-base:0.10
media-libs/gst-plugins-good:0.10
media-libs/gst-plugins-bad:0.10
media-plugins/gst-plugins-meta:0.10
media-plugins/gst-plugins-ffmpeg:0.10
x11-themes/gnome-icon-theme
nautilus? ( dev-python/nautilus-python )
kde? ( dev-python/librsvg-python )
faac? ( media-plugins/gst-plugins-faac:0.10 )
x264? ( media-plugins/gst-plugins-x264:0.10 )
xvid? ( media-plugins/gst-plugins-xvid:0.10 )"
PATCHES=( "${FILESDIR}/${P}-doc-install.patch" )
src_prepare() {
# dirty hack for new locale detection
local PLOCALES="${PLOCALES_1} templates ${PLOCALES_2}"
l10n_find_plocales_changes "${S}/locale" "" ""
distutils-r1_src_prepare
}
src_install() {
remove_unused_locale() {
rm -r "${ED}/usr/share/locale/${1}" || die "can not remove unused locale '${1}'"
}
distutils-r1_src_install
l10n_for_each_disabled_locale_do remove_unused_locale
}
pkg_postinst() {
einfo "If you find that a format you want is not supported in Arista,"
einfo "please make sure that you have the corresponding USE-flag enabled"
einfo "media-plugins/gst-plugins-meta"
}
next reply other threads:[~2013-02-11 21:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-11 21:13 Sergey Popov (pinkbyte) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-04-26 8:25 [gentoo-commits] gentoo-x86 commit in media-video/arista: arista-0.9.7.ebuild ChangeLog Pacho Ramos (pacho)
2014-12-25 19:48 Michal Gorny (mgorny)
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=20130211211336.960D02171D@flycatcher.gentoo.org \
--to=pinkbyte@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