public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/christine: metadata.xml Manifest christine-0.1.6.ebuild ChangeLog
Date: Sun, 08 Jun 2008 18:45:59 +0000	[thread overview]
Message-ID: <E1K5Ptv-00086m-OF@stork.gentoo.org> (raw)

drac        08/06/08 18:45:59

  Added:                metadata.xml Manifest christine-0.1.6.ebuild
                        ChangeLog
  Log:
  Initial commit, thanks to n0sferatu for spiritual support.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.1                  media-sound/christine/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sound</herd>
</pkgmetadata>



1.1                  media-sound/christine/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST christine-0.1.6-1.tar.bz2 367138 RMD160 818a5da8fc98915d8aed5940a250fd00038dafa6 SHA1 734b76ef2334b071392f3ef04899bac301157012 SHA256 7ecf96535c80d900689718e30b312a9318c518b02af672960777438f4438b6dc
EBUILD christine-0.1.6.ebuild 1307 RMD160 24f82706ff921dadc3a0b9eff9a4da09563623ff SHA1 1c42ca35f6acc5891481d4a03e7d5604f4b36cbc SHA256 069231f06ebc5bb348ea8410d8c6562dba7b30c25f35a793c4b608906a7db90d
MISC ChangeLog 290 RMD160 a134914edeaa81a64a8561425ee3a87726b2a659 SHA1 2d47b1f35f4dcdbd694886ea23f169db3bb9fe84 SHA256 f2a0e604aae822d0bf9e7636a2c2647a407b45de5b39e250889423ca365113d7
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b



1.1                  media-sound/christine/christine-0.1.6.ebuild

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

Index: christine-0.1.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/christine-0.1.6.ebuild,v 1.1 2008/06/08 18:45:59 drac Exp $

inherit multilib python

DESCRIPTION="Python, GTK+ and GStreamer based media player (audio and video)"
HOMEPAGE="http://christine-project.org"
# It seems 0.x.x-1.tar.bz2 is 0.x.x release, deb lovers..
SRC_URI="mirror://sourceforge/${PN}/${P}-1.tar.bz2"

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

RDEPEND="readline? ( sys-libs/readline )
	>=dev-python/pygtk-2
	>=dev-python/gst-python-0.10
	>=media-plugins/gst-plugins-meta-0.10
	media-libs/mutagen"
DEPEND="${RDEPEND}
	dev-perl/XML-Parser
	dev-util/pkgconfig
	sys-devel/gettext
	dev-util/intltool"

src_compile() {
	addpredict $(unset HOME; echo ~)/.gconf
	addpredict $(unset HOME; echo ~)/.gconfd
	addpredict $(unset HOME; echo ~)/.gstreamer-0.10
	econf --disable-dependency-tracking $(use_with readline)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
	# deb lovers again..
	rm -f "${D}"/createDeb.sh
}

pkg_postinst() {
	python_version
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/lib${PN}
}

pkg_postrm() {
	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/lib${PN}
}



1.1                  media-sound/christine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/christine/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-sound/christine
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/ChangeLog,v 1.1 2008/06/08 18:45:59 drac Exp $

*christine-0.1.6 (08 Jun 2008)

  08 Jun 2008; Samuli Suominen <drac@gentoo.org> +christine-0.1.6.ebuild:
  Initial commit, thanks to n0sferatu for spiritual support.




-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-06-08 18:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1K5Ptv-00086m-OF@stork.gentoo.org \
    --to=drac@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