public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/devede: ChangeLog devede-3.13.1.ebuild
Date: Sun, 28 Jun 2009 11:14:03 +0000	[thread overview]
Message-ID: <E1MKsKh-0007yh-93@stork.gentoo.org> (raw)

patrick     09/06/28 11:14:03

  Modified:             ChangeLog
  Added:                devede-3.13.1.ebuild
  Log:
  Bump to 3.13.1, fixes #275625
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-video/devede/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 Jun 2009 12:53:42 -0000	1.20
+++ ChangeLog	28 Jun 2009 11:14:03 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/devede
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v 1.20 2009/06/17 12:53:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v 1.21 2009/06/28 11:14:03 patrick Exp $
+
+*devede-3.13.1 (28 Jun 2009)
+
+  28 Jun 2009; Patrick Lauer <patrick@gentoo.org> +devede-3.13.1.ebuild:
+  Bump to 3.13.1, fixes #275625
 
   17 Jun 2009; Christian Faulhammer <fauli@gentoo.org> devede-3.12c.ebuild:
   stable x86, bug 273536



1.1                  media-video/devede/devede-3.13.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/devede-3.13.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/devede-3.13.1.ebuild?rev=1.1&content-type=text/plain

Index: devede-3.13.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/devede/devede-3.13.1.ebuild,v 1.1 2009/06/28 11:14:03 patrick Exp $

NEED_PYTHON=2.4

inherit multilib python

DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players."
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"

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

RDEPEND=">=x11-libs/gtk+-2.6
	dev-python/pygtk
	>=media-video/mplayer-1.0_rc1
	media-video/dvdauthor
	media-video/vcdimager
	psyco? ( dev-python/psyco )
	virtual/cdrtools"
DEPEND=""

S=${WORKDIR}/${P%*b}

src_install() {
	./install.sh prefix="/usr" libdir="/usr/$(get_libdir)" \
		pkgdocdir="/usr/share/doc/${PF}" DESTDIR="${D}" \
		|| die "install.sh failed."
}

pkg_postinst() {
	python_mod_optimize /usr/$(get_libdir)/${PN}
	elog "To create DIVX/MPEG4 files, be sure that MPlayer is compiled with LAME support."
	elog "In this case you want to check for both the encode and mp3 USE flags."
	elog "To change the font used to render the subtitles, choose a TrueType font you like"
	elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf."
}

pkg_postrm() {
	python_mod_cleanup /usr/$(get_libdir)/${PN}
}






             reply	other threads:[~2009-06-28 11:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-28 11:14 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-25 17:45 [gentoo-commits] gentoo-x86 commit in media-video/devede: ChangeLog devede-3.13.1.ebuild Samuli Suominen (ssuominen)

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=E1MKsKh-0007yh-93@stork.gentoo.org \
    --to=patrick@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