mirror of
https://abf.rosa.ru/djam/SDL2_mixer.git
synced 2025-02-23 14:52:47 +00:00
2.8.1
This commit is contained in:
parent
3866c78ffc
commit
87ee514f22
4 changed files with 26 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
SDL2_mixer-2.0.4.tar.gz: 242a63b1c7f38e358e94b1e0dc5120a6c1f3763b
|
SDL2_mixer-2.8.1.tar.gz: b38a337de10b04c51053ca0d17b57c31f5dcdd96
|
||||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
version: '1'
|
||||||
|
|
||||||
|
name: Run CI/CD...
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: r11_builder
|
||||||
|
steps:
|
||||||
|
- name: Jobs
|
||||||
|
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||||
|
with:
|
||||||
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.*~
|
||||||
|
*~
|
||||||
|
.env
|
|
@ -5,13 +5,14 @@
|
||||||
|
|
||||||
Summary: Simple DirectMedia Layer 2 - mixer
|
Summary: Simple DirectMedia Layer 2 - mixer
|
||||||
Name: SDL2_mixer
|
Name: SDL2_mixer
|
||||||
Version: 2.0.4
|
Version: 2.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.libsdl.org/projects/SDL_mixer/
|
URL: https://github.com/libsdl-org/SDL_mixer
|
||||||
Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
|
#Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: libmikmod-devel
|
Source0: %{url}/releases/download/release-%{version}/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: pkgconfig(libmikmod)
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
BuildRequires: pkgconfig(libmodplug)
|
BuildRequires: pkgconfig(libmodplug)
|
||||||
|
|
Loading…
Add table
Reference in a new issue