public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ogg2mp3/files: ogg2mp3-0.5-prevent_endian_swapping.patch
@ 2009-05-12 11:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-12 11:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/12 11:33:43

  Added:                ogg2mp3-0.5-prevent_endian_swapping.patch
  Log:
  Patch to prevent endian swapping by Boris Petersen wrt #238855.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/ogg2mp3/files/ogg2mp3-0.5-prevent_endian_swapping.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ogg2mp3/files/ogg2mp3-0.5-prevent_endian_swapping.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ogg2mp3/files/ogg2mp3-0.5-prevent_endian_swapping.patch?rev=1.1&content-type=text/plain

Index: ogg2mp3-0.5-prevent_endian_swapping.patch
===================================================================
diff -ur ogg2mp3-0.5.orig/ogg2mp3 ogg2mp3-0.5/ogg2mp3
--- ogg2mp3-0.5.orig/ogg2mp3	2005-05-16 21:07:33.000000000 +0300
+++ ogg2mp3-0.5/ogg2mp3	2009-05-12 14:30:00.000000000 +0300
@@ -311,7 +311,7 @@
 	# this took me some time to figure
 	# note that byte order is swapped by lame via -x option
 	# TODO: somebody please tell me how to supress the "Assuming bla bla" output without devnull
-	$result = system("$OGG123 $decquiet -d raw -f - $oggfile_escaped | $MP3ENC $encquiet -r -x -q $quality -b $bitrate -s $frequency -m $channels $infostring - $mp3outputfile_escaped");
+	$result = system("$OGG123 $decquiet -d raw -f - $oggfile_escaped | $MP3ENC $encquiet -r -q $quality -b $bitrate -s $frequency -m $channels $infostring - $mp3outputfile_escaped");
 
 	# TODO: find some widely used mp3 checker
 	# disabled the checking due to lack of checker






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ogg2mp3/files: ogg2mp3-0.5-prevent_endian_swapping.patch
@ 2009-07-09 15:48 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-07-09 15:48 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/07/09 15:48:37

  Removed:              ogg2mp3-0.5-prevent_endian_swapping.patch
  Log:
  Version bump, adds "use strict". Deleted old ebuild.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-09 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 11:33 [gentoo-commits] gentoo-x86 commit in media-sound/ogg2mp3/files: ogg2mp3-0.5-prevent_endian_swapping.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-09 15:48 Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox