Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51473 - x11-plugins/gkrellm-volume-2.1.13 version bump (cp)
Summary: x11-plugins/gkrellm-volume-2.1.13 version bump (cp)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
: 57976 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-19 09:43 UTC by Daniel Webert
Modified: 2005-03-22 10:05 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gkrellm-volume-2.1.11.ebuild (gkrellm-volume-2.1.11.ebuild,648 bytes, text/plain)
2004-05-19 18:28 UTC, Daniel Webert
Details
gkrellm-volume-2.1.13.ebuild (gkrellm-volume-2.1.13.ebuild,746 bytes, text/plain)
2004-08-30 07:43 UTC, Daniel Webert
Details
gkrellm-volume-2.1.13.ebuild (gkrellm-volume-2.1.13.ebuild,735 bytes, text/plain)
2005-03-16 13:38 UTC, Tom Samstag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-05-19 09:43:53 UTC
x11-plugins/gkrellm-volume-2.1.11 version bump
Comment 1 Daniel Webert 2004-05-19 18:28:02 UTC
a copyquick of last ebuild works fine overhere (x86) - attached ebuild - please bump
Comment 2 Daniel Webert 2004-05-19 18:28:04 UTC
Created attachment 31736 [details]
gkrellm-volume-2.1.11.ebuild
Comment 3 CBke -Left- bye 2004-05-23 12:57:10 UTC
If ALSA support in USEFLAGS make should get the argument enable_alsa=1 for actual alsa support
Comment 4 Wallex 2004-07-13 17:49:03 UTC
Daniel get moving, I want my ebuild on the tree already ;)
I would submit the ebuild myself, but I am not about to give up my online anonymity (or something like that).

The build doesn't needs much in the way of changes... the src_compile function could be changed as follow:

src_compile() { 
    if use alsa ; then
        make enable_alsa=1 || die
    else
        make || die
    fi
}

And apart from that, all you need is to add the IUSE="alsa" word and the DEPEND as such:

DEPEND="=app-admin/gkrellm-2*
        alsa? ( media-libs/alsa-lib )"

Well, it could be use a bit more tweaking, but I got the ebuild working for me this way, and I'll use it in the meantime until an official 2.1.11 hits the tree =)
Comment 5 Alexander Brüning 2004-07-14 05:23:36 UTC
Works on amd64
*bump*
Comment 6 Daniel Webert 2004-08-20 07:33:27 UTC
latest is 2.1.13
Comment 7 Francesco Lamonica 2004-08-30 05:38:18 UTC
Yes, bumping to 2.1.13 would even solve bug 57976
and it seems to be rock solid on amd64 :-)
Comment 8 Daniel Webert 2004-08-30 07:31:07 UTC
*** Bug 57976 has been marked as a duplicate of this bug. ***
Comment 9 Daniel Webert 2004-08-30 07:43:12 UTC
Created attachment 38506 [details]
gkrellm-volume-2.1.13.ebuild

updated ebuild with alsa-support
Comment 10 Daniel Webert 2004-08-30 07:43:31 UTC
attached updated alsa-ebuild ...

works fine on (Portage 2.0.51_pre20 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz)

plz bump it to kill the amd64 issue - see #57976
Comment 11 Daniel Webert 2004-09-03 10:01:44 UTC
in cvs
Comment 12 Daniel Webert 2004-09-03 10:04:40 UTC
ups - sorry wrong tab :(
Comment 13 Daniel Webert 2004-09-26 14:10:19 UTC
can we bump this?
Comment 14 Julien Allanos (RETIRED) gentoo-dev 2004-09-27 16:22:43 UTC
i'd like to :)
Comment 15 Julien Allanos (RETIRED) gentoo-dev 2004-09-27 16:24:25 UTC
shouldn't it have IUSE="alsa" ?
Comment 16 Daniel Webert 2004-12-09 16:21:43 UTC
ping - can we bump this? - +100d old
Comment 17 Tom Samstag 2005-03-16 13:38:12 UTC
Created attachment 53654 [details]
gkrellm-volume-2.1.13.ebuild

My first ebuild, so don't kill me if I made a mistake, but I'd like to see the
new version in portage. (bug ~10mo old)
Comment 18 Karol Wojtaszek (RETIRED) gentoo-dev 2005-03-22 10:05:02 UTC
Bumped in portage, thanks for info and help.