]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- some extra options for lame
authorwolf <wolf@pld-linux.org>
Thu, 19 Sep 2002 14:28:29 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm-lame.patch -> 1.1
    scummvm.spec -> 1.7

scummvm-lame.patch [new file with mode: 0644]
scummvm.spec

diff --git a/scummvm-lame.patch b/scummvm-lame.patch
new file mode 100644 (file)
index 0000000..234a6cf
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN scummvm-/tools/extract.c scummvm/tools/extract.c
+--- scummvm-/tools/extract.c   Mon Sep  9 07:46:02 2002
++++ scummvm/tools/extract.c    Thu Sep 19 16:20:03 2002
+@@ -221,7 +221,7 @@
+               if (encparms.silent == 1)
+                       strcat(fbuf_temp," --silent");
+               sprintf(fbuf,
+-                      "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m -r -s %d %s %s",
++                      "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m -r --athtype 3 --lowpass 21500 -s %d %s %s",
+                       encparms.algqual, fbuf_temp, encparms.vbrqual,
+                       encparms.maxBitr, real_samplerate, rawname, mp3name);
+               system(fbuf);
index a41f5a2d5f7e026b282984fca37ce7fdb2f13da0..345c9f4ffb88731813319b7e6bfacbabbf2e08b2 100644 (file)
@@ -13,6 +13,7 @@ Group:                X11/Applications/Games
 Source0:       %{name}-%{_snap}.tar.bz2
 #Source0:      http://telia.dl.sourceforge.net/sourceforge/scummvm/%{name}_%{version}-src.tgz
 Source1:       %{name}-tools-%{_snap}.tar.bz2
+Patch0:                %{name}-lame.patch
 BuildRequires: mad-devel
 BuildRequires: SDL-devel >= 1.2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -55,6 +56,7 @@ Narz
 
 %prep
 %setup -q -a 1 -n %{name}
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.109138 seconds and 4 git commands to generate.