public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pragha: pragha-1.0_rc2.ebuild metadata.xml ChangeLog Manifest
@ 2011-11-18 23:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-11-18 23:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/11/18 23:43:41

  Added:                pragha-1.0_rc2.ebuild metadata.xml ChangeLog
                        Manifest
  Log:
  Initial commit.
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/pragha/pragha-1.0_rc2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/pragha-1.0_rc2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/pragha-1.0_rc2.ebuild?rev=1.1&content-type=text/plain

Index: pragha-1.0_rc2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc2.ebuild,v 1.1 2011/11/18 23:43:41 ssuominen Exp $

EAPI=4
inherit xfconf

MY_P=${PN}-${PV/_/.}

DESCRIPTION="A lightweight music player for the Xfce desktop environment"
HOMEPAGE="http://pragha.wikispaces.com/"
SRC_URI="http://dissonance.googlecode.com/files/${MY_P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +glyr lastfm"

COMMON_DEPEND="dev-db/sqlite:3
	>=dev-libs/dbus-glib-0.92
	>=dev-libs/glib-2.16.3
	dev-libs/keybinder
	>=dev-libs/libcdio-0.78
	media-libs/gst-plugins-base:0.10
	>=media-libs/libcddb-1.2.1
	>=media-libs/taglib-1.7
	>=net-misc/curl-7.18
	x11-libs/libX11
	>=x11-libs/libnotify-0.7
	>=xfce-base/exo-0.6.0
	glyr? ( media-libs/glyr )
	lastfm? ( media-libs/libclastfm )"
RDEPEND="${COMMON_DEPEND}
	media-plugins/gst-plugins-meta:0.10"
DEPEND="${COMMON_DEPEND}
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"

S=${WORKDIR}/${MY_P}

pkg_setup() {
	XFCONF=(
		$(use_enable debug)
		$(use_enable lastfm libclastfm)
		$(use_enable glyr libglyr)
		)
}

src_prepare() {
	sed -i -e '/CFLAGS/s:-O3 -Werror::' configure || die
	xfconf_src_prepare
}

src_install() {
	xfconf_src_install docdir=/usr/share/doc/${PF}
}



1.1                  media-sound/pragha/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/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>xfce</herd>
  <use>
    <flag name='glyr'>Enable music metadata searchengine support using <pkg>media-libs/glyr</pkg></flag>
    <flag name='lastfm'>Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag>
  </use>
</pkgmetadata>



1.1                  media-sound/pragha/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for media-sound/pragha
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.1 2011/11/18 23:43:41 ssuominen Exp $

*pragha-1.0_rc2 (18 Nov 2011)

  18 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> +pragha-1.0_rc2.ebuild:
  Initial commit.




1.1                  media-sound/pragha/Manifest

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

Index: Manifest
===================================================================
DIST pragha-1.0.rc2.tar.bz2 524131 RMD160 bf0b144b7ec24b60c7c63e7c89535ef8a7bc8947 SHA1 5220851e0deee80c7519c3ff2ffeb4eb2c6ba9f6 SHA256 8b1e3cdb385a73aca976e828cf99a65c853a9f608a5d7c568ac3bdc85bc2a9ae
EBUILD pragha-1.0_rc2.ebuild 1233 RMD160 b6e2511b7194a4f9ec641791754902f577be4c88 SHA1 f3d80efa313f949acf4c2e9f939864a1d0651748 SHA256 df32f39fe711fa2a7705a864af5be093738dc2b3e427a86a5997ea5ffd3b86b7
MISC ChangeLog 247 RMD160 d6513217a486eb9c853f0e44f18f0549c8bff95f SHA1 f7fb03787fff09fe821fabe06e47b79657c9dc35 SHA256 b6c19b75ce603e8525f30fe278ec0f06d6b5c1e8aa0159be1e9fcdadb17a60d8
MISC metadata.xml 374 RMD160 3f6b86ded87e0a678f1aa83c9e60189da1d5b8f1 SHA1 3f5fb4c8f46bdca45d80ace10873dbfda6092b91 SHA256 cf18ccf763f6cdaab52606478be67b2f4b9703cbba02ffadbbd7539b68c102f0






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-18 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 23:43 [gentoo-commits] gentoo-x86 commit in media-sound/pragha: pragha-1.0_rc2.ebuild metadata.xml ChangeLog Manifest Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox