Re: supertuxkart 0.8.1
I'm attaching the svn diff of the new release, I'm sbuilding it right now
Bests,
Gianfranco
> Il Mercoledì 18 Dicembre 2013 11:39, Gianfranco Costamagna <costamagnagianfranco@yahoo.it> ha scritto:
> > Hi Heiko,
> Supertuxkart has been released 20 days ago.
>
> The last maintainer has been Vincent, who uploaded 0.8 in may.
>
> I'm ccing him, maybe he has time, he wants to update it again.
>
> Otherwise, I'll be glad to help in supertuxkart packaging :)
>
>
> (I'm only a DM, so I won't be able to push anything without a sponsor)
>
> Bests,
>
> Gianfranco
>
>
>
>
>> Il Mercoledì 18 Dicembre 2013 11:30, Heiko Ernst
> <heiko.ernst@aschershain.de> ha scritto:
>> > please bring supertuxkart 0.8.1 to debian testing
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-devel-games-request@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmaster@lists.debian.org
>> Archive: [🔎] 26688219.2sF3GPg4sQ@debian">http://lists.debian.org/[🔎] 26688219.2sF3GPg4sQ@debian
>
>>
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-games-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> Archive:
> [🔎] 1387363145.23199.YahooMailNeo@web171803.mail.ir2.yahoo.com">http://lists.debian.org/[🔎] 1387363145.23199.YahooMailNeo@web171803.mail.ir2.yahoo.com
>
Index: debian/changelog
===================================================================
--- debian/changelog (revision 14685)
+++ debian/changelog (working copy)
@@ -1,9 +1,16 @@
-supertuxkart (0.8-3) UNRELEASED; urgency=low
+supertuxkart (0.8.1-1) UNRELEASED; urgency=low
+ * Team upload
+
+ [ Alexander Reichle-Schmehl ]
* Removed myself from uploaders.
- -- Alexander Reichle-Schmehl <tolimar@debian.org> Fri, 18 Oct 2013 17:39:45 +0200
+ [ Gianfranco Costamagna ]
+ * New upstream release, patch refresh
+ * Bumped std-version to 3.9.5, no changes required
+ -- Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Wed, 18 Dec 2013 14:00:14 +0100
+
supertuxkart (0.8-2) unstable; urgency=low
* Upload to unstable.
Index: debian/control
===================================================================
--- debian/control (revision 14685)
+++ debian/control (working copy)
@@ -24,7 +24,7 @@
libxxf86vm-dev,
mesa-common-dev,
zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/supertuxkart/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/supertuxkart/
Homepage: http://supertuxkart.sourceforge.net/
Index: debian/patches/build_against_system_enet.patch
===================================================================
--- debian/patches/build_against_system_enet.patch (revision 14685)
+++ debian/patches/build_against_system_enet.patch (working copy)
@@ -5,7 +5,7 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -28,10 +28,6 @@
+@@ -40,10 +40,6 @@
add_subdirectory("${PROJECT_SOURCE_DIR}/lib/bullet")
include_directories("${PROJECT_SOURCE_DIR}/lib/bullet/src")
@@ -13,10 +13,10 @@
-add_subdirectory("${PROJECT_SOURCE_DIR}/lib/enet")
-include_directories("${PROJECT_SOURCE_DIR}/lib/enet/include")
-
- # Build the Wiiuse library
- if(USE_WIIUSE)
- add_subdirectory("${PROJECT_SOURCE_DIR}/lib/wiiuse")
-@@ -60,6 +56,10 @@
+ # Build the irrlicht library
+ add_subdirectory("${PROJECT_SOURCE_DIR}/lib/irrlicht")
+ include_directories("${PROJECT_SOURCE_DIR}/lib/irrlicht/include")
+@@ -107,6 +103,10 @@
find_package(CURL REQUIRED)
include_directories(${CURL_INCLUDE_DIRS})
@@ -27,16 +27,17 @@
# Fribidi
if(USE_FRIBIDI)
find_package(Fribidi)
-@@ -189,8 +189,8 @@
+@@ -225,9 +225,9 @@
bulletdynamics
bulletcollision
bulletmath
- enet
+ stkirrlicht
${CURL_LIBRARIES}
+ ${ENET_LIBRARIES}
- ${IRRLICHT_LIBRARIES}
${OGGVORBIS_LIBRARIES}
- ${IRRLICHT_LIBRARY}
+ ${IRRLICHT_XF86VM_LIBRARY}
+ ${OPENAL_LIBRARY}
--- /dev/null
+++ b/cmake/FindENet.cmake
@@ -0,0 +1,22 @@
Index: debian/patches/fix_desktop_file.patch
===================================================================
--- debian/patches/fix_desktop_file.patch (revision 14685)
+++ debian/patches/fix_desktop_file.patch (working copy)
@@ -12,11 +12,9 @@
--- a/data/supertuxkart_desktop.template
+++ b/data/supertuxkart_desktop.template
-@@ -1,12 +1,11 @@
- [Desktop Entry]
--Encoding=UTF-8
+@@ -2,10 +2,10 @@
Name=SuperTuxKart
- Icon=@PREFIX@/share/pixmaps/supertuxkart_64.xpm
+ Icon=@PREFIX@/share/pixmaps/supertuxkart_128.png
GenericName=A kart racing game
-GenericName[de_DE]=Ein Kart-Rennspiel
-GenericName[fr_FR]=Un jeu de karting
@@ -25,6 +23,6 @@
GenericName[gl]=Xogo de carreiras con karts
-GenericName[ro_RO]=Un joc de curse cu carturi
+GenericName[ro]=Un joc de curse cu carturi
- Exec=@PREFIX@/games/supertuxkart --log=file
+ Exec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --no-console
Terminal=false
StartupNotify=false
Index: debian/patches/irrlicht/use-system-libs.diff
===================================================================
--- debian/patches/irrlicht/use-system-libs.diff (revision 14685)
+++ debian/patches/irrlicht/use-system-libs.diff (working copy)
@@ -56,7 +56,7 @@
#undef _IRR_USE_NON_SYSTEM_ZLIB_
-#endif
//! Define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_ if you want to read AES-encrypted ZIP archives
- #define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_
+ //#define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_
#ifdef NO_IRR_COMPILE_WITH_ZIP_ENCRYPTION_
@@ -623,18 +625,12 @@
/** If this is commented out, Irrlicht will try to compile using the bzlib
@@ -69,7 +69,7 @@
//! Define _IRR_COMPILE_WITH_LZMA_ if you want to use LZMA compressed zip files.
/** LZMA is a very efficient compression code, known from 7zip. Irrlicht
currently only supports zip archives, though. */
--#define _IRR_COMPILE_WITH_LZMA_
+-//#define _IRR_COMPILE_WITH_LZMA_
-#ifdef NO_IRR_COMPILE_WITH_LZMA_
#undef _IRR_COMPILE_WITH_LZMA_
#endif
Index: debian/patches/link_against_system_libs.patch
===================================================================
--- debian/patches/link_against_system_libs.patch (revision 14685)
+++ debian/patches/link_against_system_libs.patch (working copy)
@@ -5,8 +5,8 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -196,7 +196,13 @@
- ${IRRLICHT_LIBRARY}
+@@ -231,7 +231,13 @@
+ ${OGGVORBIS_LIBRARIES}
${IRRLICHT_XF86VM_LIBRARY}
${OPENAL_LIBRARY}
- ${OPENGL_LIBRARIES})
@@ -18,5 +18,5 @@
+ bz2
+)
- if(USE_FRIBIDI)
- target_link_libraries(supertuxkart ${FRIBIDI_LIBRARIES})
+ if(APPLE)
+ # In theory it would be cleaner to let CMake detect the right dependencies. In practice, this means that if a OSX user has
Reply to: