WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: vorbis-tools  (Read 6455 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
vorbis-tools
« on: June 14, 2010, 07:38:43 AM »
Ogg vorbis has been updated and split into it's individual components.  "ogg-vorbis.tcz" entries in dep files have been replaced with "vorbis-tools.tcz" whose dep file contains the needed deps.  Please update your dep files before removing ogg-vorbis.tcz from your tce directory.

Code: [Select]
Title:          vorbis-tools.tcz
Description:    ogg123 player and tools
Version:        1.4.0
Author:         Xiphorus
Original-site:  http://xiph.org/downloads/
Copying-policy: GPL
Size: 108K
Extension_by:   hiro
Comments:           
Change-log:
Current:        2010/06/11 First Version


Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vorbis-tools
« Reply #1 on: June 14, 2010, 10:33:03 AM »
this is not directly related to vorbis-tools but to current changes for ogg-vorbis

it is about missing dep files for libogg and libvorbis

libvorbis depends on libogg
libvorbis-dev depends on libvorbis and libogg-dev
libogg-dev depends on libogg

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vorbis-tools
« Reply #2 on: June 14, 2010, 11:30:53 AM »
Done for 2.x and 3.x.  I will announce the other extensions soon, time is tight.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: vorbis-tools
« Reply #3 on: June 14, 2010, 08:48:32 PM »
Reference: http://forum.tinycorelinux.net/index.php?topic=6458.msg34227#msg34227

These upgrades might have broken some extensions, at least through libao (vrobis-tools.tcz.dep lists libao.tcz)

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vorbis-tools
« Reply #4 on: June 14, 2010, 10:41:09 PM »
maybe old version should be reposted with the name libao2
also libao needs rebuilding, alsa & pulseaudio plugins are missing which i think better be built ?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vorbis-tools
« Reply #5 on: June 15, 2010, 06:30:46 AM »
For now the dep files have been adjusted back to use ogg-vorbis.tcz.  For both 2.x and 3.x.  /usr/local/lib/libao.so points to either libao.so.2 or libao.so.4 depending on which version it is, so having both versions would seem to conflict though it may work for some extensions.




Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vorbis-tools
« Reply #6 on: June 15, 2010, 07:14:39 AM »
you can delete libao.so in fact it is a part of development files
http://packages.debian.org/sid/libao-dev

Edit: i mean that a temporary extension with just two files libao.so.2 and libao.so.2.y.z is enough for those broken extensions
« Last Edit: June 15, 2010, 10:50:43 AM by Arslan S. »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vorbis-tools
« Reply #7 on: June 15, 2010, 11:08:55 AM »
True, it is not the .so that is linked to but the .so.2 or .so.4. I will create a libao legacy extension with those two files to allow the use of the newer vorbis stuff.  That would allow a gradual transition to the newer libao. 

But it would be good when library extensions are updated if the submitter would check to see if there differences in the new one that will break existing apps.  Biggest thing to look for probably the number of the lib.so.X files.  If they change number, then likely they will break apps.  The upstream changelogs will also often tell if an update will break things. 


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vorbis-tools
« Reply #8 on: June 15, 2010, 02:13:18 PM »
These extensions depend on the old libao files, at least from what I could tell from some basic scripting.  I will add libao2 to their dep files and reinstate the new ogg vorbis stuff.

audacious.tcz
cdrdao.tcz
mpd.tcz
mpg321.tcz
sox.tcz


« Last Edit: June 15, 2010, 05:00:07 PM by Jason W »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vorbis-tools
« Reply #9 on: June 15, 2010, 02:23:30 PM »
Ok, lets try this again, with the new vorbis-tools.tcz replacing ogg-vorbis.tcz in dep files, 2.x and 3.x.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vorbis-tools
« Reply #10 on: June 15, 2010, 10:33:14 PM »
old libao dependent extensions list is very short they can be rebuilt/updated easily
i will take care of cdrdao