summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-16 21:14:18 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-16 21:14:18 +0000
commitd5711d1488c6b42db9d9da0c4f7c28ed61ab299a (patch)
tree3879b1b42f28c8ef16dcc41b3b86cff55e315140 /media-video
parentdev-util/nvidia-cuda-toolkit: Fix cuda-config (diff)
downloadgentoo-2-d5711d1488c6b42db9d9da0c4f7c28ed61ab299a.tar.gz
gentoo-2-d5711d1488c6b42db9d9da0c4f7c28ed61ab299a.tar.bz2
gentoo-2-d5711d1488c6b42db9d9da0c4f7c28ed61ab299a.zip
Add missing dependencies on multilib libpng:1.2 and zlib, bug #512174.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/tsmuxer/ChangeLog5
-rw-r--r--media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/media-video/tsmuxer/ChangeLog b/media-video/tsmuxer/ChangeLog
index 2098a59cb4ad..54bfe48934a8 100644
--- a/media-video/tsmuxer/ChangeLog
+++ b/media-video/tsmuxer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/tsmuxer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/ChangeLog,v 1.12 2014/03/10 14:31:55 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/ChangeLog,v 1.13 2014/06/16 21:14:18 mgorny Exp $
+
+ 16 Jun 2014; Michał Górny <mgorny@gentoo.org> tsmuxer-1.10.6-r1.ebuild:
+ Add missing dependencies on multilib libpng:1.2 and zlib, bug #512174.
10 Mar 2014; Michael Palimaka <kensington@gentoo.org>
tsmuxer-1.10.6-r1.ebuild:
diff --git a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
index 05ec38f8a491..51a4e74d964f 100644
--- a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
+++ b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild,v 1.10 2014/03/10 14:31:55 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild,v 1.11 2014/06/16 21:14:18 mgorny Exp $
EAPI=5
@@ -55,8 +55,12 @@ RDEPEND="
)
)
|| (
- dev-libs/glib:2[abi_x86_32(-)]
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+ (
+ dev-libs/glib:2[abi_x86_32(-)]
+ media-libs/libpng:1.2[abi_x86_32(-)]
+ sys-libs/zlib[abi_x86_32(-)]
+ )
)
|| (
(