mirror of
https://abf.rosa.ru/djam/SDL2_sound.git
synced 2025-02-23 09:02:50 +00:00
2.0.4
This commit is contained in:
parent
853fadf074
commit
76722340e9
2 changed files with 6 additions and 5 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
SDL2_sound-2.0.4.tar.gz: a834cca9ff4b50d28d1f94bcfe64c81cb0974ffa
|
||||
SDL_sound-default.tar.bz2: 7f20277870fe37789c4f2f60db40cbcbef709d22
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
%define develname %mklibname -d %{name}
|
||||
%define oname SDL_sound-default
|
||||
|
||||
Name: sdl2_sound
|
||||
Name: SDL2_sound
|
||||
# see cmake file
|
||||
#set(SDLSOUND_VERSION 2.0.0)
|
||||
Version: 2.0.0
|
||||
Version: 2.0.4
|
||||
Release: 1
|
||||
Summary: An abstract SDL2 sound-file decoder
|
||||
License: zlib
|
||||
Group: System/Libraries
|
||||
Url: https://hg.icculus.org/icculus/SDL_sound/
|
||||
Source0: https://hg.icculus.org/icculus/SDL_sound/archive/SDL_sound-default.tar.bz2
|
||||
URL: https://icculus.org/SDL_sound
|
||||
Source0: https://github.com/icculus/SDL_sound/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
|
@ -72,7 +72,7 @@ Provides: %{name}-devel = %{EVRD}
|
|||
|
||||
%prep
|
||||
%setup -qn %{oname}
|
||||
%patch0 -p1
|
||||
#patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -lm -lSDL2"
|
Loading…
Add table
Reference in a new issue