smpeg, sdl_mixer: adopted

This commit is contained in:
John McQuah 2023-03-03 11:39:39 -05:00
parent 8550d8d4b2
commit 17e91de34f
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+7e7CEUfZkc4ZU9h+NqswhIdDckLZl6HWcT6PPN7uqI03/7n7hmho2al978jNSpwELACvW6RdoOzeAnIDpPtwg=
SHA256 (Pkgfile) = d403fbdc4a88d877ff9f9da7e78499f40e8b114f044c89b4a30445ca2a4c7147
RWSagIOpLGJF39Zdzh4qRCozBCG326KZBu2EavLEKPAkgMLF4xnuogLP7NC+pCSoQZt++x3pAU5v1y/Ji/zszMH7eidLD8dxhQ4=
SHA256 (Pkgfile) = f8022903a19093274cb25b4f12c050fcb0042d8e34dd0136d86bbd05b0c4c279
SHA256 (.footprint) = c1593123daee91b932d5cadbcb15f7b53bcaedc287ef5db045428d2c582d9176
SHA256 (SDL_mixer-1.2.12.tar.gz) = 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a

View File

@ -1,6 +1,6 @@
# Description: A sample multi-channel audio mixer library.
# URL: http://www.libsdl.org/projects/SDL_mixer/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libvorbis smpeg libmikmod flac
name=sdl_mixer

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yUJE/JpD/sWytQvTTpauXXlPmajf4MU+lualPsjOoZ0L/scYZG5D0hwDFemCP8I6QkuyE2CjM+F2f3pu0KrXgE=
SHA256 (Pkgfile) = 286cf2c3dc4d36166833a8df5ca3d465da61f4a6f1f9dbe36cd7b16446fcf8e3
RWSagIOpLGJF30H0Cx+VHOm+2GgkCGGV+PeGVbMecJopk0bJ/6ubE2ylpbFMM8vdUHAdL5VyUmc1lG8AB1PyP75R3CbUO4iXpAU=
SHA256 (Pkgfile) = 70a3f01c1a16d77f8733f4e4c9bf857a54095841a1c9b6d239f45cd9b0919637
SHA256 (.footprint) = ede54dc30aef43ce661b40034d9baa24d933bfb17e707247654969c26494e96c
SHA256 (smpeg-0.4.5.zip) = 4b40a6e8b3749995f4098c201823deaafa51ea186338f3130d6540509e00191d

View File

@ -1,6 +1,6 @@
# Description: A SDL MPEG player library.
# URL: http://icculus.org/smpeg/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: glu libsdl
name=smpeg
@ -13,7 +13,7 @@ build() {
cd $name-release_*
CFLAGS+=' -Wno-error=narrowing'
export LDFLAGS="${LDFLAGS} -lX11"
LDFLAGS+=' -lX11'
./autogen.sh
./configure \
--prefix=/usr \