Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2012-07-24 15:38:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scummvm (Old)
 and      /work/SRC/openSUSE:Factory/.scummvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scummvm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes  2012-05-21 
07:32:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes     2012-07-24 
17:20:54.000000000 +0200
@@ -1,0 +2,53 @@
+Sat Jul 21 22:37:28 UTC 2012 - [email protected]
+
+- Update to 1.5.0
+  * New Games:
+    - Added support for Backyard Baseball 2003.
+    - Added support for Blue Force.
+    - Added support for Darby the Dragon.
+    - Added support for Dreamweb.
+    - Added support for Geisha.
+    - Added support for Gregory and the Hot Air Balloon.
+    - Added support for Magic Tales: Liam Finds a Story.
+    - Added support for Once Upon A Time: Little Red Riding Hood
+    - Added support for Sleeping Cub's Test of Courage.
+    - Added support for Soltys.
+    - Added support for The Princess and the Crab.
+  * General:
+    - Updated MT-32 emulation code to latest munt project snapshot.
+      The emulation improved dramatically.
+    - Implemented support for TrueType fonts via FreeType2 in our
+      GUI. Along with it GNU FreeFont was also added to our modern
+      theme. Note that not all ports take advantage of this.
+    - Added Basque translation.
+    - Added custom game and engine options in the AGI, DREAMWEB,
+      KYRA, QUEEN, SKY and SCI engines. It is now possible to
+      toggle these options via the Engine tab when adding or
+      editing a configuration for a game. In most cases, you will
+      have to run each game once or readd them all in ScummVM's
+      launcher in order to get the custom options tab.
+    - Improved predictive dialog look.
+    - Various GUI improvements.
+  * Broken Sword 1:
+    - Fixed incorrect sound effects in the DOS/Windows demo.
+    - Added support for PlayStation videos.
+    - Fixed missing subtitles in the demo.
+  * Broken Sword 2:
+    - Added support for PlayStation videos.
+  * Cine:
+    - Implemented Roland MT-32 output driver.
+  * Drascula:
+    - Added Spanish subtitles in the Von Braun cutscene (#3069981:
+      no subtitles in scene with "von Braun").
+  * Gob:
+    - Fixed a crash in Lost in Time
+    - Rewrote the AdLib player. Enabled the now working MDY player
+      in Fascination and Geisha.
+  * SCUMM:
+    - Added support for the Macintosh version of SPY Fox in Hold
+      the Mustard.
+    - Added a difficulty selection dialog for Loom FM-TOWNS.
+    - Fixed graphical glitches in HE98 version of Pajama Sam's Lost
+      & Found.
+
+-------------------------------------------------------------------

Old:
----
  precheckin_cripple_tarball.sh
  scummvm-1.4.1-crippled.tar.bz2
  scummvm-1.4.1.tar.bz2

New:
----
  scummvm-1.5.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scummvm.spec ++++++
--- /var/tmp/diff_new_pack.WUH5T9/_old  2012-07-24 17:20:57.000000000 +0200
+++ /var/tmp/diff_new_pack.WUH5T9/_new  2012-07-24 17:20:57.000000000 +0200
@@ -18,22 +18,15 @@
 
 %bcond_with aac
 %bcond_with mp3
-%bcond_without distributable
 
 Name:           scummvm
-Version:        1.4.1
+Version:        1.5.0
 Release:        0
 Summary:        Interpreter for several adventure games
 License:        GPLv2+, LGPLv2.1+, BSD
 Group:          Amusements/Games/Other
 Url:            http://www.scummvm.org/
-# Waiting for sf#3527268 to be fixed
-%if %{with distributable}
-Source0:        scummvm-%{version}-crippled.tar.bz2
-%else
-Source0:        
http://downloads.sourceforge.net/project/scummvm/scummvm/%{version}/scummvm-%{version}.tar.bz2
-%endif
-Source1:        precheckin_cripple_tarball.sh
+Source0:        
http://prdownloads.sourceforge.net/scummvm/scummvm-1.5.0.tar.bz2
 Patch0:         scummvm-nostrip.patch
 # It's an ugly workaround but makes the sword25 engine plugin link against
 # png/theora, and since we use --as-needed there are no real problems. Once the
@@ -46,9 +39,12 @@
 BuildRequires:  pkgconfig(alsa) >= 0.9
 BuildRequires:  pkgconfig(flac) >= 1.0.1
 BuildRequires:  pkgconfig(fluidsynth)
+BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libpng) >= 1.2.8
+BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(sdl) >= 1.2.2
 BuildRequires:  pkgconfig(theoradec) >= 1.0
+BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
 %if %{with aac}
@@ -79,7 +75,7 @@
 Requires:       %{name} = %{version}
 
 %description extra
-M4, mohawk and hugo engines for ScummVM.
+lastexpress, sword25 and toltecs engines for ScummVM.
 These engines are in a worse state, but allow to play extra games.
 
 %prep
@@ -100,21 +96,17 @@
             --datarootdir=%{_datadir} \
             --mandir=%{_mandir} \
             --libdir=%{_libdir} \
+            --docdir=%{_docdir}/%{name} \
             --enable-verbose-build \
             --enable-plugins \
-            --enable-engine-dynamic=cge \
-            --enable-engine-dynamic=composer \
-            --enable-engine-dynamic=dreamweb \
             --enable-engine-dynamic=lastexpress \
-            --enable-engine-dynamic=m4 \
-            --enable-engine-dynamic=sword25
-# --docdir=%%{_docdir}/%%{name}
+            --enable-engine-dynamic=sword25 \
+            --enable-engine-dynamic=toltecs
 # Subengines are not included even as dynamic since I don't want to touch the 
main engines
 make %{?_smp_mflags}
 
 %install
-# docdir is here because since 1.2.0 configure is broken
-%make_install docdir=%{_docdir}/%{name}
+%make_install
 # Since desktop-file-utils 0.19 (openSUSE 12.2) it automatically searches for 
%{buildroot}
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ 
dists/scummvm.desktop
 

++++++ scummvm-1.4.1-crippled.tar.bz2 -> scummvm-1.5.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/scummvm/scummvm-1.4.1-crippled.tar.bz2 
/work/SRC/openSUSE:Factory/.scummvm.new/scummvm-1.5.0.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to