[Vorbis-dev] Re: Where should I put an Bugreport of OggEnc

Ian Malone ibmalone at gmail.com
Sun Jun 25 15:53:12 PDT 2006


Heino Tiedemann wrote:
> Rene Herman <rene.herman at keyaccess.nl> wrote:
> 
>> Heino Tiedemann wrote:
>>
>>> If this "european characters" are inside the track information, then
>>> OggEnc v1.0.2 repleced them by an "#". The Filename is fine, but the
>>> tag is always wrecked.
>> This problem was fixed 9 months ago but for some reason xiph.org seems
>> to be vehemently opposed to doing actual releases:
> 
> Ah.
> 
>> http://marc.theaimsgroup.com/?l=vorbis-dev&m=113318093909270&w=2
>>
>> At the bottom of that trac.xiph.org link mentioned, there's the option
>> to download the patch as a unidiff. If you apply and recompile, it'll
>> work again.
> 
> Okay, I'm a patch newbie: 
> 
> Save as what? 
> How to patch?
> 

For future reference, you'd use the "patch" command, it reads the patch
file from stdin, so eg. save as patchfile, cd to an "appropriate"
directory and
$ patch -p1 < patchfile

That "-p1" indicates to strip one directory level from the directories
given in the patch (kernel patches are typically given as
--- a/somepath
+++ b/somepath
Where a and b are dummy directories for the old and new trees
respectively. man patch is quite comprehensive.

You don't need it in this case though; just checkout the current
vorbis-tools by doing:

$ svn co http://svn.xiph.org/trunk/vorbis-tools
This includes the above patch.

Then do the
./autogen.sh
make

thing as described in the README.  Hope this solves your problem.

-- 
imalone


More information about the Vorbis-dev mailing list