From b44a6f70bdfc009687116c7d51760d4ad040220b Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 20:46:25 +0000 Subject: With the current RC-file approach the fonts and the png-icon must be within the game/resources directory. They will be moved to a better location after the RC-stuff is removed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1326 b956fd51-792f-4845-bead-9b4dfca2ff2c --- dists/debian/ultrastardx.control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dists/debian/ultrastardx.control (limited to 'dists/debian/ultrastardx.control') diff --git a/dists/debian/ultrastardx.control b/dists/debian/ultrastardx.control new file mode 100644 index 00000000..a1bb17f0 --- /dev/null +++ b/dists/debian/ultrastardx.control @@ -0,0 +1,19 @@ +Package: ultrastardx +Priority: optional +Section: games +Installed-Size: 18400 +Maintainer: Jay Binks +Architecture: i386 +Version: 1.1.1 +Depends: libc6 (>= 2.1), libsdl1.2debian-alsa, libportaudio2, libavcodec1d, libavformat1d, libsqlite3-0, libsdl-ttf2.0-0, libsdl-image1.2 +Description: + Karaoke Software for PC like Singstar for PS2. + It evaluates your singing by analyzing your voice pitch. + Songs can be created with integrated Editor. + . + This is a Fork of the UltraStar Project with many massive improvements. + . + http://www.ultrastardeluxe.org/ + + + -- cgit v1.2.3 From 35e0da31ee1a60cdf8b7a1ed09398e8a730341e2 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 25 Oct 2008 18:36:12 +0000 Subject: configure and package description update: - SDL_TTF replaced by freetype - swscale added to debian control file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1475 b956fd51-792f-4845-bead-9b4dfca2ff2c --- dists/debian/ultrastardx.control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dists/debian/ultrastardx.control') diff --git a/dists/debian/ultrastardx.control b/dists/debian/ultrastardx.control index a1bb17f0..82c2cfb4 100644 --- a/dists/debian/ultrastardx.control +++ b/dists/debian/ultrastardx.control @@ -5,14 +5,12 @@ Installed-Size: 18400 Maintainer: Jay Binks Architecture: i386 Version: 1.1.1 -Depends: libc6 (>= 2.1), libsdl1.2debian-alsa, libportaudio2, libavcodec1d, libavformat1d, libsqlite3-0, libsdl-ttf2.0-0, libsdl-image1.2 +Depends: libc6 (>= 2.1), libsdl1.2debian-alsa, libportaudio2, libavcodec1d, libavformat1d, libswscale1d, libsqlite3-0, libfreetype6, libsdl-image1.2 Description: - Karaoke Software for PC like Singstar for PS2. + Karaoke Software. It evaluates your singing by analyzing your voice pitch. Songs can be created with integrated Editor. . - This is a Fork of the UltraStar Project with many massive improvements. - . http://www.ultrastardeluxe.org/ -- cgit v1.2.3