Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 63155
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WONTFIX
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hendrik Brandt <eru@gmx.li>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
rhythmbox-applet-0.1.3.ebuild Ebuild for rhythmbox-applet-0.1.3 text/plain Hendrik Brandt 2004-09-07 11:46 0000 665 bytes Details
rhythmbox-applet-0.1.3.ebuild gnome-extra/rhythmbox-applet/rhythmbox-applet-0.1.3.ebuild text/plain Andreas Waschinski 2004-11-18 15:43 0000 610 bytes Details
rhythmbox-applet-0.1.6.ebuild gnome-extra/rhythmbox-applet/rhythmbox-applet-0.1.6.ebuild text/plain David A. Corby 2005-04-09 00:28 0000 661 bytes Details
rhythmbox-applet-0.1.7.ebuild Update to 0.1.7 text/plain Hendrik Brandt 2005-05-31 11:43 0000 730 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63155 depends on: Show dependency tree
Bug 63155 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-07 11:45 0000
Ebuild for rhythmbox-applet is required.
http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Hendrik Brandt 2004-09-07 11:46:19 0000 -------
Created an attachment (id=39139) [details]
Ebuild for rhythmbox-applet-0.1.3

------- Comment #2 From Jens Schittenhelm 2004-09-16 02:23:27 0000 -------
The ebuild works flawlessly. Can someone put this in portage?

------- Comment #3 From Edward Duffy 2004-10-11 07:34:36 0000 -------
Works here also (GNOME 2.8, ~x86).  Thanks!

------- Comment #4 From Andrew Cowie 2004-11-10 16:19:39 0000 -------
Works fine, built it against Rhythmbox 0.8.5 and 0.8.8-r1 no problem.

------- Comment #5 From foser (RETIRED) 2004-11-10 16:43:42 0000 -------
more something for sound to maintain...

* the description is too long & the end part is useless info anyway.
* license is empty & incorrect
* rhythmbox seems only a runtime dep (?)
* defining S is not needed
* where's src_compile ?
* use 'make DESTDIR=${D} install' instead of einstall (read skel.ebuild)
* where's the docs ? (README COPYING etc.)

------- Comment #6 From Andreas Waschinski 2004-11-18 15:43:53 0000 -------
Created an attachment (id=44251) [details]
gnome-extra/rhythmbox-applet/rhythmbox-applet-0.1.3.ebuild

I corrected most of what foser mentioned but I'm not 100% sure about the
DEPEND/RDEPEND stuff, I might have mixed things up here. I also have no idea
what to do with the docs stuff.

I put the ebuild into gnome-extra though media-sound might be the proper
location.  Whatever, ebuild still compiles flawless. ^^

------- Comment #7 From Daniel 2005-01-23 21:54:37 0000 -------
renamed the ebuild to 0.1.4.1, the latest version that came out jan 23 and it
worked fine, compiled cleanly...
there's some things on the changelog for 0.1.4 so i prefer not changing the
ebuild myself :)
http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/

------- Comment #8 From Jon Dufresne 2005-02-15 14:36:00 0000 -------
Version 0.1.5.1 is now out and the latest version

------- Comment #9 From David A. Corby 2005-04-09 00:19:37 0000 -------
I'm not sure if this is the right way to do it, this is the first time I've
submitted... well, anything, so please just tell me if I'm doing it wrong and
where I can find out how to do it right :)

Anyway, I've fixed up the ebuild a little bit and updated for the lastest
version of rhythmbox-applet. The ebuild now installs using the gnome2
procedures. Works fine on my system, here it is (hope it comes out right,
there's no preview option):

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils gnome2

DESCRIPTION="GNOME panel applet to control playback of Rhythmbox."
HOMEPAGE="http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/"
SRC_URI="http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

IUSE=""

DEPEND=">=media-sound/rhythmbox-0.8.6
        >=gnome-base/gnome-panel-2.6"

DOCS="AUTHORS COPYING ChangeLog NEWS README* THANKS"

src_compile() {
        gnome2_src_compile
}

src_install() {
        gnome2_src_install
}

pkg_postinst() {
        gnome2_pkg_postinst
}

------- Comment #10 From David A. Corby 2005-04-09 00:28:13 0000 -------
Created an attachment (id=55741) [details]
gnome-extra/rhythmbox-applet/rhythmbox-applet-0.1.6.ebuild

Updated the ebuild for the lastest version of Rhythmbox Applet, also updated
the ebuild to use the gnome2 install routines.

------- Comment #11 From David A. Corby 2005-04-09 00:29:17 0000 -------
Sorry about that extremely long comment, if anyone can delete it, please do so.

Thanks!

------- Comment #12 From Hendrik Brandt 2005-05-31 11:43:20 0000 -------
Created an attachment (id=60289) [details]
Update to 0.1.7

rhythmbox-applet now depends on gnome-2.10 and gtk+-2.6

------- Comment #13 From Andrea Pinazzi 2006-01-06 03:54:45 0000 -------
version bump 0.1.9 is out.
I've taken 0.1.7 ebuild, renamed it and applet emerged ok

Byez

------- Comment #14 From Sam Barker 2006-03-02 08:46:03 0000 -------
I have just installed version 0.1.11 using the provided ebuild (renamed
appropariately) on amd64.

emerge --info
Portage 2.0.54 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.15-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r5 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor
3800+
Gentoo Base System version 1.6.14
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks maketest sandbox sfperms strict test"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/overlays/personal"
SYNC="rsync://puku/gentoo-portage"
USE="amd64 X aac alsa audiofile avi bash-completion berkdb bitmap-fonts
browserplugin bzip2 cario cd cdr crypt cups curl dbus dvd dvdr dvdrw eds emacs
emboss encode esd exif expat fam firefox flac foomaticdb fortran gd gdbm gif
glut gnome gpm gstreamer gtk gtk2 gtkhtml hal howl idn imagemagick imlib ipv6
java jpeg junit lcms libwww lirc lzw lzw-tiff mad mng mozilla mp3 mpeg ncurses
nls ogg opengl pam pdflib perl png python quicktime readline recode samba sdl
spell sqlite ssl tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb
userlocales vorbis wmf xml xml2 xpm xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

------- Comment #15 From Aldo "xoen" Giambelluca 2006-04-16 05:23:01 0000 -------
See Music Applet (http://www.gnomefiles.org/app.php?soft_id=1334).
"Music Applet is the successor to Rhythmbox Applet", it supports also banshee,
version 0.9.1 is out.

IMHO the summary should be renamed in something like "[NEW PACKAGE] 
gnome-extra/music-applet".

------- Comment #16 From Jakub Moc (RETIRED) 2006-04-24 02:14:06 0000 -------
Closing, this has ban abandoned upstream in favour of music-applet; see Bug
131075.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug