Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269435 - New Ebuild: gnome-pulse-applet
Summary: New Ebuild: gnome-pulse-applet
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://gnome-pulse-applet.googlecode.com
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-05-11 16:59 UTC by Christian Häßler
Modified: 2018-01-18 08:17 UTC (History)
6 users (show)

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


Attachments
Ebuild for gnome-pulse-applet (gnome-pulse-applet-0.2.ebuild,650 bytes, text/plain)
2009-05-11 17:01 UTC, Christian Häßler
Details
Ebuild for gnome-pulse-applet with corrections (gnome-pulse-applet-0.2-r1.ebuild,619 bytes, text/plain)
2009-05-11 21:42 UTC, Christian Häßler
Details
Ebuild for SVN Version of Gnome Pulse Applet (gnome-pulse-applet-9999.ebuild,719 bytes, text/plain)
2009-05-12 12:29 UTC, Christian Häßler
Details
gnome-pulse-applet-0.3.ebuild (gnome-pulse-applet-0.3.ebuild,656 bytes, text/plain)
2009-07-03 16:50 UTC, Ryan
Details
Ebuild for SVN Version of Gnome Pulse Applet (gnome-pulse-applet-9999.ebuild,891 bytes, text/plain)
2009-07-03 19:20 UTC, Christian Häßler
Details
Fixed some depends for gnome-pulse-applet-0.3 (gnome-pulse-applet-0.3_fixed-depends.patch,591 bytes, patch)
2011-06-19 15:34 UTC, Matthieu Larson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Häßler 2009-05-11 16:59:37 UTC
Initial Ebuild for a useful gnome applet.

Reproducible: Always

Steps to Reproduce:
Comment 1 Christian Häßler 2009-05-11 17:01:30 UTC
Created attachment 190956 [details]
Ebuild for gnome-pulse-applet

This is the first ebuild i wrote.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-11 20:23:22 UTC
What's the plus wrt to pulseaudio enabled gnome sound applet ?

Also a couple of things wrt to the ebuild:
 * don't depend on gnome meta ebuild, just depend on the libs used by the package
 * don't add -j1 hacks, fix the problem at its root or make upstream fix it
 * don't depend on package without a version, this is generally wrong
 * don't define functions for nothing, pkg_setup is empty, the echo could be replaced by : if it was useful to define it but it's not anyway. You might want to look into just inheriting base eclass.
 * The license is probably incorrect, you probably mean GPL-2

Thanks for your submission.
Comment 3 Christian Häßler 2009-05-11 21:42:10 UTC
Created attachment 190974 [details]
Ebuild for gnome-pulse-applet with corrections

Whith this applet is it possible to control the volume of each sound source.

The Problems with the depencies is, that i don't know which version of the packages this software needs. I have corrected the Lincense in the new Version.
Comment 4 Christian Häßler 2009-05-12 12:29:29 UTC
Created attachment 191014 [details]
Ebuild for SVN Version of Gnome Pulse Applet
Comment 5 Ryan 2009-07-03 16:50:42 UTC
Created attachment 196521 [details]
gnome-pulse-applet-0.3.ebuild

New Release - 0.3

Also cleaned up deps
 Depends on >= python-2.5 or ctypes for those still using only python-2.4
 Removed gnome and added egg-python
Comment 6 Christian Häßler 2009-07-03 19:20:50 UTC
Created attachment 196533 [details]
Ebuild for SVN Version of Gnome Pulse Applet

Change some depencies and create a workaround for this BUG:
http://code.google.com/p/gnome-pulse-applet/issues/detail?id=65
Comment 7 Romain Perier (RETIRED) gentoo-dev 2009-07-03 22:25:44 UTC
- src_unpack() and src_compile() are unnecessary, because defined as default with  EAPI="0" (implitly considered as EAPI="0" on default)

- For each ~arch in KEYWORDS, did you test them ? otherwise put only arch you tested.
Comment 8 Matthieu Larson 2011-06-19 15:34:00 UTC
Created attachment 277539 [details, diff]
Fixed some depends for gnome-pulse-applet-0.3

Patches attachment 196521 [details].

gnome-pulse-applets-0.3 requires gnomeapplet python module, which is provided by dev-python/gnome-applets-python, so it has been added to dependency list.

Patch also adds RDEPEND, as the Gentoo Development Guide recommends explicitly defining it.  Copyright notice now reads 1999-2011.
Comment 9 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-11-03 11:27:16 UTC
Fixing keywords.
Comment 10 Gilles Dartiguelongue (RETIRED) gentoo-dev 2018-01-18 08:17:31 UTC
Looks like development stopped in 2011.
Gnome does not have a panel anymore as well so I guess this obsoletes the request.