Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213485 - media-sound/banshee-1-1.0.0 version bump
Summary: media-sound/banshee-1-1.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Sound Team
URL: http://banshee-project.org/Releases/1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-15 12:01 UTC by salvo
Modified: 2008-06-14 13:20 UTC (History)
11 users (show)

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


Attachments
banshee-0.99.3.ebuild (banshee-0.99.3.ebuild,2.88 KB, text/plain)
2008-06-01 18:32 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description salvo 2008-03-15 12:01:15 UTC
An ebuild for this version would be nice.

Reproducible: Always
Comment 1 Sebastian Kannengießer 2008-04-01 13:00:06 UTC
how about writing one instead of complaining?
Comment 2 Maciej Piechotka 2008-04-07 20:49:28 UTC
I wrote an ebuild for svn. I'm going to publish git repo somewhere.
Comment 3 Maciej Piechotka 2008-04-07 21:05:32 UTC
Published on git://gitorious.org/banshee-overlay/mainline.git, http://git.gitorious.org/banshee-overlay/mainline.git. I will try to keep it up-to-date as far as possible.
Comment 4 Jose daLuz 2008-05-10 13:07:08 UTC
There's one problem I have run into with banshee-9999 -- I do not have the mtp USE flag set, yet for the past couple of days I have been getting this error:

checking for SQLITE... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for LIBMTP... no
configure: error: libmtp was not found or is not up to date. Please install libmtp of at least version 0.2.0, or disable MTP support by passing --disable-mtp

If I set the mtp USE flag libmtp gets pulled in and the build completes. I'm not sure what the problem is since the ebuild seems to handle this properly:

pkg_setup() {
	use nopodcast || G2CONF="${G2CONF} --enable-podcast"
	G2CONF="${G2CONF} $(use_enable doc docs) $(use_enable mtp)
	        $(use_enable daap) $(use_enable ipod)"
}

Comment 5 Maciej Piechotka 2008-05-20 09:16:49 UTC
I'm so sorry - I haven't receive a mail from bugzilla and that's the reason I respond so late. I have the mtp use flag unset and I haven't get any problems.
Do you mind to send what it shows?:
emerge -av banshee
Comment 6 Maciej Piechotka 2008-05-20 09:22:30 UTC
Ok. It should be solved. Sorry for slow response (why I haven't been on CC list?).
Comment 7 Jose daLuz 2008-05-21 02:18:36 UTC
(In reply to comment #6)
> Ok. It should be solved.
I can confirm that problem is gone. Thanks!

On a separate note, paludis is throwing a QA warning:

+/- prefixed IUSE flag names not allowed in this EAPI

referring to "+podcast" in IUSE. That's not causing any problems with the build or functionality but I thought I would let you know.
Comment 8 emanuele 2008-05-30 05:51:42 UTC
where can I found the ebuild?

Comment 9 Maciej Piechotka 2008-05-30 07:20:54 UTC
In an overlay - git://gitorious.org/banshee-overlay/mainline.git.
You can add it for example to layman.
Comment 10 Pacho Ramos gentoo-dev 2008-06-01 18:32:03 UTC
Created attachment 155139 [details]
banshee-0.99.3.ebuild

I am using this ebuild since banshee-1* versions arrived, it's only a few modified version of current ebuild. Also, you can manually change SLOT to 1 and it would allow you install both versions together (banshee-0.13* and 1)
Comment 11 Maciej Piechotka 2008-06-01 19:35:07 UTC
(In reply to comment #10)
> Created an attachment (id=155139) [edit]
> banshee-0.99.3.ebuild
> 
> I am using this ebuild since banshee-1* versions arrived, it's only a few
> modified version of current ebuild. Also, you can manually change SLOT to 1 and
> it would allow you install both versions together (banshee-0.13* and 1)
> 

Weel I prefere my ebuilds (avaible in git) since they provide more features such as:
- svn ebuilds
- configurable podcasts, tests etc.

PS.
Shouldn't the boo be in version >= 0.8? I'm sure it is written so in configure/
PPS.
Are you sure about --enable-external-* I cannot find it neighter in configure.ac & co. nor in ./cinfigure --help.
Comment 12 Pacho Ramos gentoo-dev 2008-06-01 19:39:45 UTC
I will try your ebuilds if I have enough time :-)

Thanks for your work
Comment 13 Maciej Piechotka 2008-06-01 19:42:38 UTC
You have to add the entry to layman and use.
I try to update it daily to follow the changes in svn trunk - but nowadays there are nearly no changes.

I may add boo-0.8.ebuild and other deps.
Comment 14 Maciej Piechotka 2008-06-01 20:55:04 UTC
(In reply to comment #13)
> You have to add the entry to layman and use.
> I try to update it daily to follow the changes in svn trunk - but nowadays
> there are nearly no changes.
> 
> I may add boo-0.8.ebuild and other deps.
> 

Well. As boo is in portage now I've added it to the banshee dependencies.
Comment 15 Philipp Riegger 2008-06-06 11:06:39 UTC
The ebuilds in your overlay are missing the Manifest file, i think.
Comment 16 corec 2008-06-11 06:12:14 UTC
Just a notice that 1.0 final has been released.

http://banshee-project.org/download/archives/1.0.0/
Comment 17 Rahul Jain 2008-06-11 13:09:59 UTC
When will it be in portage?
Comment 18 Peter Alfredsen (RETIRED) gentoo-dev 2008-06-11 13:45:30 UTC
(In reply to comment #17)
> When will it be in portage?
> 

Now.
+*banshee-1.0.0 (11 Jun 2008)
+
+  11 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> +banshee-1.0.0.ebuild:
+  Bump to 1.0.0.
+
Comment 19 Maciej Piechotka 2008-06-14 13:20:59 UTC
(In reply to comment #15)
> The ebuilds in your overlay are missing the Manifest file, i think.
> 

Sorry. I had some problems with portage