diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-04 18:13:51 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-04 18:13:51 +0000 |
commit | 00e51c23304d1f58a82f2fb0d4368c59761580f8 (patch) | |
tree | ff1f1998473a1d43aeb1dc310d009b6e97bc0f0e /media-libs/libmatroska | |
parent | Version bump. (diff) | |
download | gentoo-2-00e51c23304d1f58a82f2fb0d4368c59761580f8.tar.gz gentoo-2-00e51c23304d1f58a82f2fb0d4368c59761580f8.tar.bz2 gentoo-2-00e51c23304d1f58a82f2fb0d4368c59761580f8.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-1.4.2.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index 6d6cc988ab27..9d4166f4044d 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmatroska -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.118 2014/03/24 15:04:32 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.119 2015/01/04 18:13:51 radhermit Exp $ + +*libmatroska-1.4.2 (04 Jan 2015) + + 04 Jan 2015; Tim Harder <radhermit@gentoo.org> +libmatroska-1.4.2.ebuild: + Version bump. 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libmatroska-1.4.1.ebuild: Stable for ppc, wrt bug #492246 diff --git a/media-libs/libmatroska/libmatroska-1.4.2.ebuild b/media-libs/libmatroska/libmatroska-1.4.2.ebuild new file mode 100644 index 000000000000..0b0caa3094c1 --- /dev/null +++ b/media-libs/libmatroska/libmatroska-1.4.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-1.4.2.ebuild,v 1.1 2015/01/04 18:13:51 radhermit Exp $ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Extensible multimedia container format based on EBML" +HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/" +SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/6" # subslot = soname major version +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +IUSE="static-libs" + +RDEPEND=">=dev-libs/libebml-1.3.1:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" |