* [gentoo-commits] gentoo-x86 commit in media-sound/gnump3d: ChangeLog gnump3d-3.0-r1.ebuild
@ 2010-02-23 15:49 Steve Dibb (beandog)
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dibb (beandog) @ 2010-02-23 15:49 UTC (permalink / raw
To: gentoo-commits
beandog 10/02/23 15:49:31
Modified: ChangeLog
Added: gnump3d-3.0-r1.ebuild
Log:
Add runtime dep on sox
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.67 media-sound/gnump3d/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnump3d/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 23 Feb 2010 15:39:49 -0000 1.66
+++ ChangeLog 23 Feb 2010 15:49:31 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/gnump3d
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.66 2010/02/23 15:39:49 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.67 2010/02/23 15:49:31 beandog Exp $
+
+*gnump3d-3.0-r1 (23 Feb 2010)
+
+ 23 Feb 2010; Steve Dibb <beandog@gentoo.org> +gnump3d-3.0-r1.ebuild:
+ Add runtime dep on sox
23 Feb 2010; Steve Dibb <beandog@gentoo.org> gnump3d-3.0.ebuild:
Update homepage
1.1 media-sound/gnump3d/gnump3d-3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: gnump3d-3.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.1 2010/02/23 15:49:31 beandog Exp $
inherit eutils multilib
DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
HOMEPAGE="http://www.gnu.org/software/gnump3d/"
SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="sox"
RDEPEND="dev-lang/perl
sox? ( media-sound/sox )"
DEPEND="dev-lang/perl
sys-apps/sed"
RESTRICT="test"
pkg_setup() {
enewuser gnump3d '' '' '' nogroup
LIBDIR=/usr/$(get_libdir)
}
src_compile() { :; }
src_install() {
PERLDIR="`perl bin/getlibdir`"
insinto ${PERLDIR}/gnump3d
doins lib/gnump3d/*.pm
insinto ${PERLDIR}/gnump3d/plugins
doins lib/gnump3d/plugins/*.pm
insinto ${PERLDIR}/gnump3d/lang
doins lib/gnump3d/lang/*.pm
dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
doman man/*.1
insinto /usr/share/gnump3d
doins -r templates/*
insinto /etc/gnump3d
doins etc/gnump3d.conf etc/mime.types etc/file.types
dosed "s,PLUGINDIR,${PERLDIR},g" /etc/gnump3d/gnump3d.conf
dosed 's,^user *= *\(.*\)$,user = gnump3d,g' /etc/gnump3d/gnump3d.conf
dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
newinitd "${FILESDIR}"/${PN}.init.d gnump3d
newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
keepdir /var/log/gnump3d
keepdir /var/cache/gnump3d/serving
fowners gnump3d:nogroup /var/log/gnump3d /var/cache/gnump3d
}
pkg_postinst() {
elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
elog "/etc/init.d/gnump3d start"
elog ""
elog "At the very least, you will need to change the root directory"
elog "where music is found. By default, gnump3d will also listen"
elog "to any address on port 8888"
elog ""
elog "You can optionally use sox to downmix the quality of streamed"
elog "music in realtime for slow connections."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/gnump3d: ChangeLog gnump3d-3.0-r1.ebuild
@ 2011-12-11 9:07 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11 9:07 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/11 09:07:50
Modified: ChangeLog gnump3d-3.0-r1.ebuild
Log:
x86 stable wrt bug #392857
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.68 media-sound/gnump3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 23 Feb 2010 15:49:31 -0000 1.67
+++ ChangeLog 11 Dec 2011 09:07:50 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gnump3d
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.67 2010/02/23 15:49:31 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.68 2011/12/11 09:07:50 phajdan.jr Exp $
+
+ 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnump3d-3.0-r1.ebuild:
+ x86 stable wrt bug #392857
*gnump3d-3.0-r1 (23 Feb 2010)
1.2 media-sound/gnump3d/gnump3d-3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?r1=1.1&r2=1.2
Index: gnump3d-3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnump3d-3.0-r1.ebuild 23 Feb 2010 15:49:31 -0000 1.1
+++ gnump3d-3.0-r1.ebuild 11 Dec 2011 09:07:50 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.1 2010/02/23 15:49:31 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.2 2011/12/11 09:07:50 phajdan.jr Exp $
inherit eutils multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="sox"
RDEPEND="dev-lang/perl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/gnump3d: ChangeLog gnump3d-3.0-r1.ebuild
@ 2012-02-05 15:14 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-05 15:14 UTC (permalink / raw
To: gentoo-commits
armin76 12/02/05 15:14:55
Modified: ChangeLog gnump3d-3.0-r1.ebuild
Log:
alpha/sparc stable wrt #392857
(Portage version: 2.1.10.44/cvs/Linux ia64)
Revision Changes Path
1.71 media-sound/gnump3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 13 Dec 2011 23:11:35 -0000 1.70
+++ ChangeLog 5 Feb 2012 15:14:55 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gnump3d
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.70 2011/12/13 23:11:35 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.71 2012/02/05 15:14:55 armin76 Exp $
+
+ 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> gnump3d-3.0-r1.ebuild:
+ alpha/sparc stable wrt #392857
13 Dec 2011; Tim Harder <radhermit@gentoo.org> files/gnump3d.init.d:
Replace deprecated opts variable from init script.
1.4 media-sound/gnump3d/gnump3d-3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?r1=1.3&r2=1.4
Index: gnump3d-3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnump3d-3.0-r1.ebuild 13 Dec 2011 23:03:56 -0000 1.3
+++ gnump3d-3.0-r1.ebuild 5 Feb 2012 15:14:55 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.3 2011/12/13 23:03:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.4 2012/02/05 15:14:55 armin76 Exp $
inherit eutils multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
IUSE="sox"
RDEPEND="dev-lang/perl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/gnump3d: ChangeLog gnump3d-3.0-r1.ebuild
@ 2012-05-15 19:47 Mark Loeser (halcy0n)
0 siblings, 0 replies; 4+ messages in thread
From: Mark Loeser (halcy0n) @ 2012-05-15 19:47 UTC (permalink / raw
To: gentoo-commits
halcy0n 12/05/15 19:47:12
Modified: ChangeLog gnump3d-3.0-r1.ebuild
Log:
Stable for ppc64; bug #392857
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.72 media-sound/gnump3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 5 Feb 2012 15:14:55 -0000 1.71
+++ ChangeLog 15 May 2012 19:47:12 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gnump3d
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.71 2012/02/05 15:14:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.72 2012/05/15 19:47:12 halcy0n Exp $
+
+ 15 May 2012; Mark Loeser <halcy0n@gentoo.org> gnump3d-3.0-r1.ebuild:
+ Stable for ppc64; bug #392857
05 Feb 2012; Raúl Porcel <armin76@gentoo.org> gnump3d-3.0-r1.ebuild:
alpha/sparc stable wrt #392857
1.5 media-sound/gnump3d/gnump3d-3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild?r1=1.4&r2=1.5
Index: gnump3d-3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnump3d-3.0-r1.ebuild 5 Feb 2012 15:14:55 -0000 1.4
+++ gnump3d-3.0-r1.ebuild 15 May 2012 19:47:12 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.4 2012/02/05 15:14:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-3.0-r1.ebuild,v 1.5 2012/05/15 19:47:12 halcy0n Exp $
inherit eutils multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
IUSE="sox"
RDEPEND="dev-lang/perl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-15 19:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 19:47 [gentoo-commits] gentoo-x86 commit in media-sound/gnump3d: ChangeLog gnump3d-3.0-r1.ebuild Mark Loeser (halcy0n)
-- strict thread matches above, loose matches on Subject: below --
2012-02-05 15:14 Raul Porcel (armin76)
2011-12-11 9:07 PaweA Hajdan (phajdan.jr)
2010-02-23 15:49 Steve Dibb (beandog)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox