idella4     15/06/06 06:33:42

  Modified:             ChangeLog
  Added:                tovid-0.35.2.ebuild
  Log:
  bump; ebuild based on submission by the upstream author of tovid from bug 
#541964; converted to distutils-r1 and deps edited by author
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.33                 media-video/tovid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tovid/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tovid/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tovid/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   9 Sep 2013 04:43:08 -0000       1.32
+++ ChangeLog   6 Jun 2015 06:33:42 -0000       1.33
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/tovid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.32 
2013/09/09 04:43:08 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.33 
2015/06/06 06:33:42 idella4 Exp $
+
+*tovid-0.35.2 (06 Jun 2015)
+
+  06 Jun 2015; Ian Delaney <idel...@gentoo.org> +tovid-0.35.2.ebuild:
+  bump; ebuild based on submission by the upsrteam author of tovid from bug
+  #541964; converted to distutils-r1 and deps edited by author
 
   09 Sep 2013; Mike Gilbert <flop...@gentoo.org> tovid-0.34.ebuild,
   tovid-0.34_p20120123.ebuild:



1.1                  media-video/tovid/tovid-0.35.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tovid/tovid-0.35.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tovid/tovid-0.35.2.ebuild?rev=1.1&content-type=text/plain

Index: tovid-0.35.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.35.2.ebuild,v 1.1 
2015/06/06 06:33:42 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="tk"
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 gnome2-utils

DESCRIPTION="A collection of DVD authoring tools"
HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki";
SRC_URI="https://github.com/tovid-suite/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-cdr/dvd+rw-tools
        dev-tcltk/tix
        || ( media-gfx/imagemagick[png] 
media-gfx/graphicsmagick[imagemagick,png] )
        media-sound/normalize
        >=media-sound/sox-14.3.2
        media-video/dvdauthor
        >=media-video/mjpegtools-2.0.0
        || ( >=media-video/mplayer-1.0_rc4_p20110101[dvdnav] 
media-video/mpv[libmpv,dvdnav] )
        sys-devel/bc
        virtual/ffmpeg"
DEPEND="app-text/txt2tags"

pkg_setup() {
        python-single-r1_pkg_setup
}

src_install() {
        distutils-r1_src_install
        python_optimize

        # punt at least .install.log
        find "${D}" -name '*.log' -exec rm -f {} +
}

pkg_preinst() {
#       REPLACING_VERSIONS="media-video/tovid-0.34"
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
        elog 
"######################################################################"
        elog "You can install transcode for additional functionality - it will "
        elog "speed up the creation of animated submenus with faster seeking."
        elog "Other wise ffmpeg will be used."
        elog 
"######################################################################"
        elog""
    gnome2_icon_cache_update
}
pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}





Reply via email to