r10087 - in packages/trunk/performous/debian: . patches
Miriam Ruiz
miriam at alioth.debian.org
Mon Jul 27 23:06:01 UTC 2009
Author: miriam
Date: 2009-07-27 23:06:00 +0000 (Mon, 27 Jul 2009)
New Revision: 10087
Removed:
packages/trunk/performous/debian/patches/tools_names.patch
Modified:
packages/trunk/performous/debian/changelog
packages/trunk/performous/debian/control
packages/trunk/performous/debian/patches/series
Log:
New Upstream Release
Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog 2009-07-27 16:28:16 UTC (rev 10086)
+++ packages/trunk/performous/debian/changelog 2009-07-27 23:06:00 UTC (rev 10087)
@@ -1,3 +1,10 @@
+performous (0.3.2-1) unstable; urgency=low
+
+ [ Miriam Ruiz ]
+ * New upstream release
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Tue, 28 Jul 2009 00:43:34 +0200
+
performous (0.3.1-1) unstable; urgency=low
[ Miriam Ruiz ]
Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control 2009-07-27 16:28:16 UTC (rev 10086)
+++ packages/trunk/performous/debian/control 2009-07-27 23:06:00 UTC (rev 10087)
@@ -46,7 +46,7 @@
Package: performous-dbg
Section: debug
Architecture: any
-Depends: performous (= ${binary:Version}) | performous-tools (= ${binary:Version)
+Depends: performous (= ${binary:Version}) | performous-tools (= ${binary:Version})
Description: karaoke game that allows user supplied songs - debug
Performous is a karaoke program which is based off and looks similar to
the Singstar game for PS2. Performous is based on UltraStar and allows
Modified: packages/trunk/performous/debian/patches/series
===================================================================
--- packages/trunk/performous/debian/patches/series 2009-07-27 16:28:16 UTC (rev 10086)
+++ packages/trunk/performous/debian/patches/series 2009-07-27 23:06:00 UTC (rev 10087)
@@ -2,4 +2,3 @@
boost_fix.patch
gcc_44.patch
datadirs.patch
-tools_names.patch
Deleted: packages/trunk/performous/debian/patches/tools_names.patch
===================================================================
--- packages/trunk/performous/debian/patches/tools_names.patch 2009-07-27 16:28:16 UTC (rev 10086)
+++ packages/trunk/performous/debian/patches/tools_names.patch 2009-07-27 23:06:00 UTC (rev 10087)
@@ -1,53 +0,0 @@
-# Copyright (C) 2009 Miriam Ruiz <little_miry at yahoo.es>
-# Distributed under the same license as the game. See debian/copyright.
-
---- Performous-0.3.1-Source.orig/tools/CMakeLists.txt
-+++ Performous-0.3.1-Source/tools/CMakeLists.txt
-@@ -37,25 +37,25 @@
- endif (Boost_FOUND)
-
- if (Magick++_FOUND)
-- add_executable(cover_conv cover_conv.cpp pak.cpp)
-- target_link_libraries(cover_conv ${Magick++_LIBRARIES} ${LibXML++_LIBRARIES})
-- set(targets ${targets} cover_conv)
-+ add_executable(ss_cover_conv cover_conv.cpp pak.cpp)
-+ target_link_libraries(ss_cover_conv ${Magick++_LIBRARIES} ${LibXML++_LIBRARIES})
-+ set(targets ${targets} ss_cover_conv)
- else (Magick++_FOUND)
-- message("No Magick++ found, not building cover_conv")
-+ message("No Magick++ found, not building ss_cover_conv")
- endif (Magick++_FOUND)
- else (LibXML++_FOUND)
-- message("No LibXML++ found, not building ss_extract nor cover_conv")
-+ message("No LibXML++ found, not building ss_extract nor ss_cover_conv")
- endif (LibXML++_FOUND)
-
- if (Boost_FOUND)
-- add_executable(pak_extract pak_extract.cpp pak.cpp)
-- target_link_libraries(pak_extract ${Boost_LIBRARIES})
-+ add_executable(ss_pak_extract pak_extract.cpp pak.cpp)
-+ target_link_libraries(ss_pak_extract ${Boost_LIBRARIES})
- endif (Boost_FOUND)
-
--add_executable(adpcm_decode adpcm_decode.cpp pak.cpp)
--add_executable(ipu_decode ipu_decode.cpp)
--add_executable(ipu_conv ipu_conv.cpp ipuconvmain.cpp pak.cpp)
--set(targets ${targets} pak_extract adpcm_decode ipu_decode ipu_conv)
-+add_executable(ss_adpcm_decode adpcm_decode.cpp pak.cpp)
-+add_executable(ss_ipu_decode ipu_decode.cpp)
-+add_executable(ss_ipu_conv ipu_conv.cpp ipuconvmain.cpp pak.cpp)
-+set(targets ${targets} ss_pak_extract ss_adpcm_decode ss_ipu_decode ss_ipu_conv)
-
- # add install target:
- install(TARGETS ${targets} DESTINATION bin)
---- Performous-0.3.1-Source.orig/tools/ss_extract.cpp
-+++ Performous-0.3.1-Source/tools/ss_extract.cpp
-@@ -283,7 +283,7 @@
- txtfile.close();
- std::cerr << ">>> Extracting cover image" << std::endl;
- // FIXME: use internally instead of separate program
-- std::system(("cover_conv \"" + dvdPath + "/pack_ee.pak\" " + id + " \"" + path.string() + "/cover.jpg\"").c_str());
-+ std::system(("ss_cover_conv \"" + dvdPath + "/pack_ee.pak\" " + id + " \"" + path.string() + "/cover.jpg\"").c_str());
- remove = "";
- if (video) {
- std::cerr << ">>> Extracting video" << std::endl;
More information about the Pkg-games-commits
mailing list