early alpha version of xmms-wavpack plugin |
![]() ![]() |
early alpha version of xmms-wavpack plugin |
Oct 17 2007, 05:27
Post
#26
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
i updated xmms-wavpack for rarewares/debian. ...and i've made some changes to kuniklo's last sources and it is on my server here: http://xmixahlx.dyndns.org/debian/source/x...0.1.orig.tar.gz This link seems to be dead, so I have put a copy on my site: http://www.wavpack.com/files/xmms-wavpack_1.0.1.orig.tar.gz Xmixahlx, I really appreciate you working on this. I am wondering, does it makes any sense to add this to the WavPack sources? For Windows, I have the winamp and Audition plugins there, so there is some precedent. I suspect that we would want some way of conditionally building it because someone who wasn't specifically looking for xmms wouldn't have xmms-dev installed, or could we check for that? As you can see, I'm pretty clueless about this packaging stuff... Thanks again, David |
|
|
|
Oct 18 2007, 17:21
Post
#27
|
|
![]() Group: Members Posts: 1394 Joined: 20-December 01 From: seattle Member No.: 693 |
it would probably be a good idea to keep it in your source tree (like all the other plugins) but even now this plugin isn't complete so i'd avoid building it with the rest of wavpack on *nix
my server is up again - i was playing around with my router and i'm done now. and david, i really appreciate your work on wavpack! thanks so much later -------------------- RareWares/Debian :: http://www.rarewares.org/debian.html
|
|
|
|
Nov 19 2007, 21:06
Post
#28
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
it would probably be a good idea to keep it in your source tree (like all the other plugins) but even now this plugin isn't complete so i'd avoid building it with the rest of wavpack on *nix Today I installed xmms and xmms-dev and tried to build the plugin in preparation for including it in the WavPack source tree (and possibly adding some stuff) but I couldn't build it. The INSTALL file specifies doing a "configure", but it isn't in there. Are there some missing files, or am I missing something? I thought I had Kuniklo's original sources, but I can't find them either... Thanks! David |
|
|
|
Nov 19 2007, 21:56
Post
#29
|
|
![]() Musepack Developer Group: Members Posts: 359 Joined: 17-October 01 Member No.: 309 |
it would probably be a good idea to keep it in your source tree (like all the other plugins) but even now this plugin isn't complete so i'd avoid building it with the rest of wavpack on *nix Today I installed xmms and xmms-dev and tried to build the plugin in preparation for including it in the WavPack source tree (and possibly adding some stuff) but I couldn't build it. The INSTALL file specifies doing a "configure", but it isn't in there. Are there some missing files, or am I missing something? It's generated from configure.in with autotools, try `autoreconf -fi'. Usually people don't include configure & co in cvs/svn repos, as it's just waste of space and bandwidth. They're put it to release tarballs though, as audience is usually wider and you can't expect everybody having autotools installed. |
|
|
|
Nov 19 2007, 23:06
Post
#30
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
It's generated from configure.in with autotools, try `autoreconf -fi'. Usually people don't include configure & co in cvs/svn repos, as it's just waste of space and bandwidth. They're put it to release tarballs though, as audience is usually wider and you can't expect everybody having autotools installed. Thanks a lot, worked like a champ! Well, it worked after I installed g++, but I was able to figure that one out myself... |
|
|
|
Nov 19 2007, 23:41
Post
#31
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
Cool! It would have been nice if efforts where done to make the xmms-wavpack plugin mature.
Even if it's an old and in many respects not that good a player, xmms is widespread and I think that a fully working xmms plugin is one of the prerequisites for a formats inclusion in the *nix community. -------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
Nov 22 2007, 22:55
Post
#32
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
Cool! It would have been nice if efforts where done to make the xmms-wavpack plugin mature. I agree. The major areas that need improvement are the implementation of replaygain (which is in there but doesn't work) and the handling of bitdepths other than 16. I think I can handle getting those in pretty quickly because I can use code from the new winamp plugin. |
|
|
|
Dec 17 2007, 05:02
Post
#33
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
As an update to this topic, I have incorporated xmms-wavpack into the WavPack source tree, made some improvements, and bumped it to 1.0.2. Here are the improvements:
In any event, the code is here: http://svn.slomosnail.de/wavpack/trunk/xmms/ Thanks in advance for any testing and/or feedback! David |
|
|
|
Dec 17 2007, 08:32
Post
#34
|
|
![]() Group: Members Posts: 1394 Joined: 20-December 01 From: seattle Member No.: 693 |
i'll add this to my list of stuff to do this week
later -------------------- RareWares/Debian :: http://www.rarewares.org/debian.html
|
|
|
|
Dec 17 2007, 22:13
Post
#35
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
Compiles, installs and work nice as far as I can see from brief testing, thanks!
Does the "Enable Dynamic Bitrate Display" option actually do anything, or is it just a remnant from the Musepack plugin? New libwavpack-dev dependency should be added to the INSTALL file (and mention of musepack probably removed from same file?). -------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
Dec 18 2007, 06:35
Post
#36
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
i'll add this to my list of stuff to do this week Thanks! Compiles, installs and work nice as far as I can see from brief testing, thanks! Does the "Enable Dynamic Bitrate Display" option actually do anything, or is it just a remnant from the Musepack plugin? Thanks for giving it a try! The "Enable Dynamic Bitrate Display" is just a remnant and doesn't do anything now, but I think it will be pretty easy to turn back on. I also want to add the option I have in the winamp plugin to ignore .wvc files. New libwavpack-dev dependency should be added to the INSTALL file (and mention of musepack probably removed from same file?). Haha! I guess I never looked in that file, but yes, I'll update that... |
|
|
|
Jan 17 2008, 18:54
Post
#37
|
|
![]() Group: Members Posts: 1394 Joined: 20-December 01 From: seattle Member No.: 693 |
rarewares/debian package is updated & working great
thanks david later -------------------- RareWares/Debian :: http://www.rarewares.org/debian.html
|
|
|
|
Jan 21 2008, 07:20
Post
#38
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
|
|
|
|
Jan 27 2008, 18:05
Post
#39
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
I should inform I tried to install the svn source on a Debian stable (Etch) box the other day against it's libraries. It compiled and installed but did not show up in XMMS. Etch uses Wavpack 4.32 libs. I uninstalled those and installed 4.41 from source. Now xmms-wavpack installed as intended, working nice. So the versions of other dependencies (gtk, glib and xmms headers and libs) in Etch seems ok, following that it must be compiling against wavpack 4.32 that makes problems.
This post has been edited by Mr_Rabid_Teddybear: Jan 27 2008, 18:07 -------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
May 14 2009, 04:10
Post
#40
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
XMMS is probably fast fading away but still...
I noticed that OpenBSD have added xmms-wavpack to their ports list. However, the package are marked "no license", and the mantainer was complaining that the tarball downloaded from wavpack.com contains no licensing information. You probably should put a COPYING file of some sort in the tarball... Regarding both the original xmms-musepack code and the wavpack code are under 3 clause BSD license I have a guess what that license could be, but then it's not up to me and I don't know... -------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
May 28 2009, 06:26
Post
#41
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1225 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
XMMS is probably fast fading away but still... I noticed that OpenBSD have added xmms-wavpack to their ports list. However, the package are marked "no license", and the mantainer was complaining that the tarball downloaded from wavpack.com contains no licensing information. You probably should put a COPYING file of some sort in the tarball... Regarding both the original xmms-musepack code and the wavpack code are under 3 clause BSD license I have a guess what that license could be, but then it's not up to me and I don't know... Actually, the copy of the xmms-musepack plugin that I saw was GPL, so I made the xmms-wavpack the same. I had a conversation with someone about this a few months ago and did create the COPYING file and put a mention in the README (or INSTALL, I forget). However, that’s just in SVN...I will add something to the About display and package it when I release 4.60, which hopefully will not be too long. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 07:42 |