diff --git a/.abf.yml b/.abf.yml index f4ab213..79fe86a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - SDL2_mixer-2.0.4.tar.gz: 242a63b1c7f38e358e94b1e0dc5120a6c1f3763b + SDL2_mixer-2.8.1.tar.gz: b38a337de10b04c51053ca0d17b57c31f5dcdd96 diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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 }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec index d69909c..7e4d9d3 100644 --- a/SDL2_mixer.spec +++ b/SDL2_mixer.spec @@ -5,13 +5,14 @@ Summary: Simple DirectMedia Layer 2 - mixer Name: SDL2_mixer -Version: 2.0.4 +Version: 2.8.1 Release: 1 License: Zlib Group: System/Libraries -Url: http://www.libsdl.org/projects/SDL_mixer/ -Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz -BuildRequires: libmikmod-devel +URL: https://github.com/libsdl-org/SDL_mixer +#Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz +Source0: %{url}/releases/download/release-%{version}/%{name}-%{version}.tar.gz +BuildRequires: pkgconfig(libmikmod) BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(fluidsynth) BuildRequires: pkgconfig(libmodplug)