diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:02:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:02:21 +0000 |
commit | 46a9b12e73a8d40d9b2d7d3b4147164385cfe798 (patch) | |
tree | 25c7449cfcfccf322d25dce47af90213c0540167 /media-video | |
parent | Cleanup due #92799 (diff) | |
download | gentoo-2-46a9b12e73a8d40d9b2d7d3b4147164385cfe798.tar.gz gentoo-2-46a9b12e73a8d40d9b2d7d3b4147164385cfe798.tar.bz2 gentoo-2-46a9b12e73a8d40d9b2d7d3b4147164385cfe798.zip |
Cleanup due #92799
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mkclean/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/mkclean/metadata.xml | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/media-video/mkclean/ChangeLog b/media-video/mkclean/ChangeLog index 4f9541d59c78..5e61bb8ea761 100644 --- a/media-video/mkclean/ChangeLog +++ b/media-video/mkclean/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mkclean -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkclean/ChangeLog,v 1.5 2012/09/25 10:55:52 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/mkclean/ChangeLog,v 1.6 2013/07/21 09:02:21 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: + Cleanup due #92799 *mkclean-0.8.7 (25 Sep 2012) @@ -24,4 +27,3 @@ 05 Dec 2011; Stefan Briesenick <sbriesen@gentoo.org> +mkclean-0.8.6.ebuild, +metadata.xml: initial commit - diff --git a/media-video/mkclean/metadata.xml b/media-video/mkclean/metadata.xml index 4a37520fc8a4..29823979ed85 100644 --- a/media-video/mkclean/metadata.xml +++ b/media-video/mkclean/metadata.xml @@ -2,10 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>video</herd> - <maintainer> - <email>sbriesen@gentoo.org</email> - <name>Stefan Briesenick</name> - </maintainer> <longdescription lang="en"> mkclean is a command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed. It reorders the elements with the Cues at the front, so your Matroska files are ready to be streamed efficiently over the web. It also removes elements not found in the Matroska specs and the extra Meta Seek list of Clusters that some program add to their file. It can also optionally remux the Cluster blocks to start each boundary with a keyframe and the matching audio/subtitle blocks for that keyframe. </longdescription> |