public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: media-sound/idjc/
@ 2012-05-18 14:12 Paulos Ratis
  0 siblings, 0 replies; 3+ messages in thread
From: Paulos Ratis @ 2012-05-18 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cfa35708342cbd064820ca24ee991970dfc84cb0
Author:     Pavlos Ratis <dastergon <AT> gmail <DOT> com>
AuthorDate: Wed Mar 28 14:24:21 2012 +0000
Commit:     Paulos Ratis <dastergon <AT> gmail <DOT> com>
CommitDate: Fri May 18 14:06:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfa35708

[media-sound/idjc] version bump 0.8.7

---
 media-sound/idjc/idjc-0.8.7.ebuild |   55 ++++++++++++++++++++++++++++++++++++
 media-sound/idjc/metadata.xml      |    9 ++++++
 2 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/media-sound/idjc/idjc-0.8.7.ebuild b/media-sound/idjc/idjc-0.8.7.ebuild
new file mode 100644
index 0000000..9287509
--- /dev/null
+++ b/media-sound/idjc/idjc-0.8.7.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI=4
+
+inherit eutils autotools
+
+PYTHON_DEPEND="2:2.6"
+
+DESCRIPTION="A DJ console for ShoutCast/IceCast streaming"
+HOMEPAGE="http://idjc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/idjc/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE="aac ffmpeg flac mp3 mp3-streaming mp3-tagging speex"
+
+DEPEND="
+	>=dev-util/pkgconfig-0.9.0
+"
+	
+RDEPEND="${DEPEND}
+	dev-python/pygtk
+	media-libs/libsamplerate
+	media-libs/libshout
+	media-libs/libsndfile
+	>=media-libs/mutagen-1.18
+	>=media-sound/jack-audio-connection-kit-0.116.0
+	>=media-sound/vorbis-tools-1.2.0
+	aac? ( media-libs/faad2 )
+	ffmpeg? ( virtual/ffmpeg )
+	flac? ( >=media-libs/flac-1.1.3 )
+	mp3? ( >=media-libs/libmad-0.15.1b )
+	mp3-streaming? ( media-sound/lame )
+	mp3-tagging? ( dev-python/eyeD3 )
+	speex? ( >=media-libs/speex-1.2_rc1 )
+"
+
+src_configure() {
+	econf \
+		$(use_enable aac mp4)
+}
+
+pkg_postinst() {
+	einfo "In order to run idjc you first need to have a JACK sound server running."
+	einfo "With all audio apps closed and sound servers on idle type the following:"
+	einfo "jackd -d alsa -r 44100 -p 2048"
+	einfo "Alternatively to have JACK start automatically when launching idjc:"
+	einfo "echo \"/usr/bin/jackd -d alsa -r 44100 -p 2048\" >~/.jackdrc"
+	einfo ""
+	einfo "If you want to announce tracks playing in idjc to IRC using X-Chat,"
+	einfo "copy or link /usr/share/idjc/idjc-announce.py to your ~/.xchat2/ dir."
+}

diff --git a/media-sound/idjc/metadata.xml b/media-sound/idjc/metadata.xml
new file mode 100644
index 0000000..c877cad
--- /dev/null
+++ b/media-sound/idjc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+	<maintainer>
+		<email>dastergon@gmail.com</email>
+		<name>Pavlos Ratis</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-sound/idjc/
@ 2012-06-11 11:08 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-06-11 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a2390c326fa054fe7fb57ebcd987e41702356958
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 11:07:41 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 11:08:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a2390c32

[media-sound/idjc] Make repoman happy.

(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)

---
 media-sound/idjc/idjc-0.8.7.ebuild |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-sound/idjc/idjc-0.8.7.ebuild b/media-sound/idjc/idjc-0.8.7.ebuild
index 9287509..642404f 100644
--- a/media-sound/idjc/idjc-0.8.7.ebuild
+++ b/media-sound/idjc/idjc-0.8.7.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header $
+# $Header: $
 
 EAPI=4
 
-inherit eutils autotools
+inherit eutils
 
 PYTHON_DEPEND="2:2.6"
 
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/idjc/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~x86"
-IUSE="aac ffmpeg flac mp3 mp3-streaming mp3-tagging speex"
+IUSE="aac ffmpeg flac mp3 speex"
 
 DEPEND="
-	>=dev-util/pkgconfig-0.9.0
+	virtual/pkgconfig
 "
-	
 RDEPEND="${DEPEND}
 	dev-python/pygtk
 	media-libs/libsamplerate
@@ -32,9 +31,11 @@ RDEPEND="${DEPEND}
 	aac? ( media-libs/faad2 )
 	ffmpeg? ( virtual/ffmpeg )
 	flac? ( >=media-libs/flac-1.1.3 )
-	mp3? ( >=media-libs/libmad-0.15.1b )
-	mp3-streaming? ( media-sound/lame )
-	mp3-tagging? ( dev-python/eyeD3 )
+	mp3? (
+			dev-python/eyeD3
+			media-sound/lame
+			>=media-libs/libmad-0.15.1b
+	)
 	speex? ( >=media-libs/speex-1.2_rc1 )
 "
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-sound/idjc/
@ 2013-05-22 19:37 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2013-05-22 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6b5f47840a031c43776dac74861532d716e7ce87
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 19:37:16 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 22 19:37:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b5f4784

[media-sound/idjc] Drop kde herd from metadata, no reference to kde technology.

Package-Manager: portage-2.2.0_alpha176

---
 media-sound/idjc/metadata.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/media-sound/idjc/metadata.xml b/media-sound/idjc/metadata.xml
index c877cad..1529b34 100644
--- a/media-sound/idjc/metadata.xml
+++ b/media-sound/idjc/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>kde</herd>
 	<maintainer>
 		<email>dastergon@gmail.com</email>
 		<name>Pavlos Ratis</name>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-22 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 14:12 [gentoo-commits] proj/kde:master commit in: media-sound/idjc/ Paulos Ratis
  -- strict thread matches above, loose matches on Subject: below --
2012-06-11 11:08 Johannes Huber
2013-05-22 19:37 Johannes Huber

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