public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice
@ 2011-12-01  9:12 Niels Dettenbach
  2011-12-01 10:44 ` Dale
  0 siblings, 1 reply; 3+ messages in thread
From: Niels Dettenbach @ 2011-12-01  9:12 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2336 bytes --]

Dear Gentoo devels,


currently i wrote an update of the media-sound/darkice ebuild as attached 
above. How can i check in / feed it into the public portage as a non developer 
here? 

I work very intensive with Gentoo since many years, did read the docs about 
creating ebuilds and i'm interested in becoming a contributor for different 
outdated or even new ebuilds in the future and as my time will allow it, but i 
did not find any details about how i can apply (assume i did not find the 
regarding docs, sorry).


many thanks in advance,


Niels.


media-sound/darkice/darkice-1.1.ebuild 
--- snip ---
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit eutils

DESCRIPTION="A live audio streamer"
HOMEPAGE="http://code.google.com/p/darkice/"
SRC_URI="http://darkice.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="aac aacplus alsa jack libsamplerate mp3 twolame vorbis pulseaudio"

RDEPEND="aac? ( media-libs/faac )
        amd64? ( aacplus? ( media-libs/libaacplus ) )
        alsa? ( media-libs/alsa-lib )
        pulseaudio? ( media-sound/pulseaudio )
        jack? ( media-sound/jack-audio-connection-kit )
        mp3? ( media-sound/lame )
        twolame? ( media-sound/twolame )
        vorbis? ( media-libs/libvorbis )
        libsamplerate? ( media-libs/libsamplerate )
        !mp3? ( !vorbis? ( !aac? ( !twolame? ( media-sound/lame ) ) ) )"
DEPEND="${RDEPEND}"

src_configure() {
        local myconf

        if ! use mp3 && ! use vorbis && ! use aac && ! use twolame; then
                myconf="--with-lame"
        fi

        econf \
                --disable-dependency-tracking \
                $(use_with mp3 lame) \
                $(use_with vorbis) \
                $(use_with aac faac) \
                $(use_with aacplus) \
                $(use_with twolame) \
                $(use_with alsa) \
                $(use_with jack) \
                $(use_with pulseaudio) \
                $(use_with libsamplerate samplerate) \
                ${myconf}
}

src_install() {
        emake DESTDIR="${D}" install || die
        dodoc AUTHORS ChangeLog FAQ NEWS README TODO
}

--- snap ---


-- 
---
Niels Dettenbach
Syndicat IT&Internet
http://www.syndicat.com/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice
  2011-12-01  9:12 [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice Niels Dettenbach
@ 2011-12-01 10:44 ` Dale
  2011-12-01 10:55   ` Niels Dettenbach
  0 siblings, 1 reply; 3+ messages in thread
From: Dale @ 2011-12-01 10:44 UTC (permalink / raw
  To: gentoo-dev

Niels Dettenbach wrote:
> Dear Gentoo devels,
>
>
> currently i wrote an update of the media-sound/darkice ebuild as attached
> above. How can i check in / feed it into the public portage as a non developer
> here?
>
> I work very intensive with Gentoo since many years, did read the docs about
> creating ebuilds and i'm interested in becoming a contributor for different
> outdated or even new ebuilds in the future and as my time will allow it, but i
> did not find any details about how i can apply (assume i did not find the
> regarding docs, sorry).
>
>
> many thanks in advance,
>
>
> Niels.

Look around for how to be a proxy maintainer.  I think that is what you 
are looking for.

Good luck.

Dale

:-)  :-)

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!




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

* Re: [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice
  2011-12-01 10:44 ` Dale
@ 2011-12-01 10:55   ` Niels Dettenbach
  0 siblings, 0 replies; 3+ messages in thread
From: Niels Dettenbach @ 2011-12-01 10:55 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

Am Donnerstag, 1. Dezember 2011, 04:44:23 schrieb Dale:
> Look around for how to be a proxy maintainer.  I think that is what you 
> are looking for.
>
> Good luck.
Thank you very much for this hint.


best regards,


Niels.
-- 
---
Niels Dettenbach
Syndicat IT&Internet
http://www.syndicat.com/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2011-12-01 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01  9:12 [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice Niels Dettenbach
2011-12-01 10:44 ` Dale
2011-12-01 10:55   ` Niels Dettenbach

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