diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-25 18:36:12 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-25 18:36:12 +0000 |
commit | 35e0da31ee1a60cdf8b7a1ed09398e8a730341e2 (patch) | |
tree | 9a2cf2820d25c2edaab31b1396afbbb9aeeb12e1 /dists | |
parent | 13f2f09b879f543572f04135b28655f30bf64c8f (diff) | |
download | usdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.tar.gz usdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.tar.xz usdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.zip |
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
Diffstat (limited to 'dists')
-rw-r--r-- | dists/debian/ultrastardx.control | 6 | ||||
-rw-r--r-- | dists/gentoo/ultrastardx-1.1_alpha.ebuild | 1 | ||||
-rw-r--r-- | dists/gentoo/ultrastardx-9999.ebuild | 1 |
3 files changed, 4 insertions, 4 deletions
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 <jaybinks@gmail.com> 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/ diff --git a/dists/gentoo/ultrastardx-1.1_alpha.ebuild b/dists/gentoo/ultrastardx-1.1_alpha.ebuild index 92606cc9..7170fcdb 100644 --- a/dists/gentoo/ultrastardx-1.1_alpha.ebuild +++ b/dists/gentoo/ultrastardx-1.1_alpha.ebuild @@ -25,6 +25,7 @@ RDEPEND="virtual/opengl virtual/glu media-libs/libsdl media-libs/sdl-image + media-libs/freetype media-libs/libpng =media-libs/portaudio-19* media-video/ffmpeg diff --git a/dists/gentoo/ultrastardx-9999.ebuild b/dists/gentoo/ultrastardx-9999.ebuild index 1048c404..7b092919 100644 --- a/dists/gentoo/ultrastardx-9999.ebuild +++ b/dists/gentoo/ultrastardx-9999.ebuild @@ -26,6 +26,7 @@ RDEPEND="virtual/opengl virtual/glu media-libs/libsdl media-libs/sdl-image + media-libs/freetype media-libs/libpng =media-libs/portaudio-19* media-video/ffmpeg |