public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: media-video/transmageddon/
Date: Sun,  4 Jan 2015 00:38:58 +0000 (UTC)	[thread overview]
Message-ID: <1420331933.8d6733c946a63c9793e84bc57ed77d37c29ab737.eva@gentoo> (raw)

commit:     8d6733c946a63c9793e84bc57ed77d37c29ab737
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  4 00:38:53 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jan  4 00:38:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=8d6733c9

media-video/transmageddon: 0.25 → 1.5

---
 media-video/transmageddon/Manifest                    |  8 ++++----
 ...smageddon-0.25.ebuild => transmageddon-1.5.ebuild} | 19 +++++++++++++------
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/media-video/transmageddon/Manifest b/media-video/transmageddon/Manifest
index e6030ef..7a9d6b5 100644
--- a/media-video/transmageddon/Manifest
+++ b/media-video/transmageddon/Manifest
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA512
 
-DIST transmageddon-0.25.tar.xz 215108 SHA256 c5b40d339083d95ea07005b908c752ae472fa5177caab21b5d6f74b8b66d528d SHA512 3793936866a9ecff02e3d17cfe708e5e0260059664d750267e52967850ada3eab1376b88e4fa8bd92630f6fbed3d9a011ee190b2b888e91e34713c214d72a294 WHIRLPOOL 1a86b34e06e2e3c8ba3c65d555f617529c45a907db1b401b07ca7316d00187d7862958dc2c21ba4ebcb8d7c68b5d369ef2c86a4d68b36b708e5eb965f398fe91
+DIST transmageddon-1.5.tar.xz 504216 SHA256 ca24369a94ce4edc992c1c7b3e2d09d7cd82794ce4c1b862a1a83ea40121e296 SHA512 044f46dcdc5996f686b4de3329d3bc35bba7c44752583825e03caaa9e5b07b1bc2e47c22a2009bd4aae779752a9851494606ff70ecd8d15e0b8b12cd04e49b7c WHIRLPOOL 442cc1cceeb9fc13f94d4df9272debdf57caee1a05e2c886fe61d45a6319806823fe5c1cc8e184dd46e76537694280aec62fbc9157bbdfdeb1885b705b5f2b34
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
-iEYEAREKAAYFAlSog4QACgkQ1fmVwcYIWAYIjwCcCwTnfitDX6a65RTnYjn90rlx
-o+0AoOSbyVHacgNE+aMPtCJBffdWHwVE
-=EfnQ
+iEYEAREKAAYFAlSoi50ACgkQ1fmVwcYIWAbsrACdHcI3eI11wnEp+24Wb7QdNT8+
+56gAoN8G+mEROET+K67mp6YPfVjRu7Tt
+=3c8e
 -----END PGP SIGNATURE-----

diff --git a/media-video/transmageddon/transmageddon-0.25.ebuild b/media-video/transmageddon/transmageddon-1.5.ebuild
similarity index 65%
rename from media-video/transmageddon/transmageddon-0.25.ebuild
rename to media-video/transmageddon/transmageddon-1.5.ebuild
index b4867b4..c68ee7f 100644
--- a/media-video/transmageddon/transmageddon-0.25.ebuild
+++ b/media-video/transmageddon/transmageddon-1.5.ebuild
@@ -3,9 +3,9 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
-inherit fdo-mime python-single-r1
+inherit fdo-mime gnome2-utils python-single-r1
 
 DESCRIPTION="Video transcoder using GStreamer"
 HOMEPAGE="http://www.linuxrising.org/"
@@ -17,8 +17,8 @@ KEYWORDS="~amd64"
 IUSE=""
 
 COMMON_DEPEND="
-	media-libs/gstreamer:1.0[introspection]
-	media-libs/gst-plugins-base:1.0[introspection]
+	>=media-libs/gstreamer-1.2:1.0[introspection]
+	>=media-libs/gst-plugins-base-1.2:1.0[introspection]
 "
 RDEPEND="${COMMON_DEPEND}
 	dev-libs/glib:2
@@ -28,14 +28,21 @@ RDEPEND="${COMMON_DEPEND}
 	media-plugins/gst-plugins-meta:1.0
 "
 DEPEND="${COMMON_DEPEND}
+	dev-libs/appstream-glib
 	dev-util/desktop-file-utils
-	>=dev-util/intltool-0.35
+	>=dev-util/intltool-0.40
 "
 
-pkg_postisnt() {
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
 	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
 	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
 }


             reply	other threads:[~2015-01-04  0:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-04  0:38 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-04  0:04 [gentoo-commits] dev/eva:master commit in: media-video/transmageddon/ Gilles Dartiguelongue

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=1420331933.8d6733c946a63c9793e84bc57ed77d37c29ab737.eva@gentoo \
    --to=eva@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