Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95525 - soundconverter-0.7.1.ebuild (New Package)
Summary: soundconverter-0.7.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Hanno Böck
URL: http://soundconverter.berlios.de/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-06-08 21:55 UTC by Elias Autio
Modified: 2006-01-30 14:13 UTC (History)
4 users (show)

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


Attachments
soundconverter-0.7.1.ebuild (soundconverter-0.7.1.ebuild,784 bytes, text/plain)
2005-06-08 21:56 UTC, Elias Autio
Details
makefile.patch (makefile.patch,740 bytes, patch)
2005-06-08 21:58 UTC, Elias Autio
Details | Diff
soundconverter-0.7.2.ebuild (soundconverter-0.7.2.ebuild,813 bytes, text/plain)
2005-07-28 22:10 UTC, Elias Autio
Details
soundconverter-0.8.0.ebuild (soundconverter-0.8.0.ebuild,813 bytes, text/plain)
2005-09-28 07:24 UTC, Elias Autio
Details
makefile.patch (makefile.patch,821 bytes, patch)
2005-09-28 07:25 UTC, Elias Autio
Details | Diff
soundconverter-0.8.3.ebuild (soundconverter-0.8.3.ebuild,1.07 KB, application/octet-stream)
2006-01-23 08:50 UTC, Soeren Hoeckner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Autio 2005-06-08 21:55:10 UTC
Here is an ebuild and patch for soundconverter, so that it install's correctly.
The patch modifies soundconverter's makefile, which have it's own hardcoded install paths, and we want emerge to decide where to install.

It is a sound converter application for GNOME. I've tested flac, mpc, mp4 and ogg as input formats, but it should handle any format that gstreamer can play.

There is a use flag for gst-plugins-lame, which is required for converting files to mp3.
Comment 1 Elias Autio 2005-06-08 21:56:10 UTC
Created attachment 60882 [details]
soundconverter-0.7.1.ebuild
Comment 2 Elias Autio 2005-06-08 21:58:22 UTC
Created attachment 60883 [details, diff]
makefile.patch
Comment 3 Hanno Böck gentoo-dev 2005-07-26 11:33:11 UTC
I'll take this app. 
Did you send this patch to the upstream author? 
Comment 4 Mehmet Giritli 2005-07-27 01:09:10 UTC
Works fine. A GNOME menu icon would be even better.

btw, 0.7.2 was released.
Comment 5 Hanno Böck gentoo-dev 2005-07-28 03:15:03 UTC
Some notes: 
- There is no lame-useflag, but we have a mp3-useflag, please use that. 
- gnome-python dep is missing 
- bump to 0.7.2 
- i get the error below (don't know why) 
 
Please fix those things, then I can add it to the tree. 
 
Traceback (most recent call last): 
  File "/usr/bin/soundconverter", line 1571, in ? 
    main() 
  File "/usr/bin/soundconverter", line 1563, in main 
    gui_main(args) 
  File "/usr/bin/soundconverter", line 1414, in gui_main 
    win = SoundConverterWindow(glade) 
  File "/usr/bin/soundconverter", line 1288, in __init__ 
    self.prefs = PreferencesDialog(glade) 
  File "/usr/bin/soundconverter", line 759, in __init__ 
    self.set_widget_initial_values(glade) 
  File "/usr/bin/soundconverter", line 851, in set_widget_initial_values 
    self.change_mime_type(mime_type) 
  File "/usr/bin/soundconverter", line 1064, in change_mime_type 
    self.update_example() 
  File "/usr/bin/soundconverter", line 922, in update_example 
    bitrate = self.get_bitrate_from_settings() 
  File "/usr/bin/soundconverter", line 896, in get_bitrate_from_settings 
    bitrate = self.get_int(quality[mode]) 
 
Comment 6 Elias Autio 2005-07-28 22:10:39 UTC
Created attachment 64591 [details]
soundconverter-0.7.2.ebuild

Corrected gnome-python dep and changed lame-useflag to mp3-useflag. Also bumped
to version 0.7.2.
Comment 7 Elias Autio 2005-07-28 22:14:28 UTC
Comment on attachment 64591 [details]
soundconverter-0.7.2.ebuild

Corrected gnome-python dep and changed lame-useflag to mp3-useflag. Also bumped
to version 0.7.2.

I don't know whats causing that error, but I once had a problem with ogg's
quality setting. Removing Soundconverter's settings from gconf database solved
it.
Comment 8 Tomasz Mon 2005-09-25 07:31:41 UTC
version 0.8.0 is out, please update ebuild  
Comment 9 Hanno Böck gentoo-dev 2005-09-28 05:17:00 UTC
Elias, you provided a patch for the Makefile, but you didn't send it to 
upstream (as far as I can see). This is very bad behaviour, because now we have 
0.8.0, your patch fails and it still has hardcoded paths. 
 
Please provide us with a new patch and send it to the upstream devs so 
hopefully we don't need it any more for the next version. 
Comment 10 Elias Autio 2005-09-28 07:24:47 UTC
Created attachment 69417 [details]
soundconverter-0.8.0.ebuild

I'm terribly sorry that I have not posted this earlier. I'll also send that
updated patch to upstream devs righ away.
Comment 11 Elias Autio 2005-09-28 07:25:49 UTC
Created attachment 69418 [details, diff]
makefile.patch

Here is an updated patch which works with version 0.8.0.
Comment 12 Soeren Hoeckner 2006-01-23 08:50:30 UTC
Created attachment 77909 [details]
soundconverter-0.8.3.ebuild

New Version
Comment 13 Hanno Böck gentoo-dev 2006-01-25 06:22:10 UTC
added
Comment 14 Stephen P. Lecheler 2006-01-30 13:48:11 UTC
Tested on AMD64.
Comment 15 Patrick McLean gentoo-dev 2006-01-30 14:13:04 UTC
In the future, please file a new bug for architecture keywording rather than adding a comment to a closed bug.

Added ~amd64.