Revert "SDL: Remove package"

Actually needed by at least QEMU

This reverts commit 52e192db77.
This commit is contained in:
Michael Tremer 2016-10-16 18:37:38 +01:00
parent 3fae0d50c7
commit 453fba0bb3
1 changed files with 64 additions and 0 deletions

64
SDL/SDL.nm Normal file
View File

@ -0,0 +1,64 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = SDL
version = 1.2.15
release = 1
groups = System/Libraries
url = http://www.libsdl.org/
license = LGPLv2+
summary = A cross-platform multimedia library.
description
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
designed to provide fast access to the graphics frame buffer and audio
device.
end
source_dl = http://www.libsdl.org/release/
build
requires
libusb-compat-devel
libX11-devel
libXext-devel
libXrandr-devel
libXrender-devel
mesa-devel
end
if "%{DISTRO_PLATFORM}" == "x86"
requires += nasm
end
configure_options += \
--disable-video-svga \
--disable-video-ggi \
--disable-video-aalib \
--disable-video-ps3 \
--enable-sdl-dlopen
end
packages
package %{name}
package %{name}-devel
template DEVEL
requires
libX11-devel
libXext-devel
libXrandr-devel
libXrender-devel
mesa-devel
SDL = %{thisver}
end
end
package %{name}-debuginfo
template DEBUGINFO
end
end