mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- New openal-soft port for the linux f10 base system.
This commit is contained in:
parent
5d9f3af55c
commit
8d9098cd96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259588
@ -70,8 +70,8 @@ _LINUX_APPS_ALL= allegro alsalib arts aspell atk cairo curl dri esound expat fon
|
||||
_LINUX_APPS_ALL+=
|
||||
|
||||
# 2.6.16 components
|
||||
_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs libidn libssh2 nspr nss openldap \
|
||||
sqlite3 tcl84 tk84
|
||||
_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs libidn libssh2 nspr nss openal-soft \
|
||||
openldap sqlite3 tcl84 tk84
|
||||
|
||||
_LINUX_APPS_ALL+= ${_LINUX_26_APPS}
|
||||
|
||||
@ -374,6 +374,12 @@ openal_DETECT= ${openal${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
openal_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal
|
||||
openal_DEPENDS= alsalib arts esound libaudiofile libvorbis sdl12
|
||||
|
||||
# no openal-soft_FILE, openal-soft_f8_FILE
|
||||
openal-soft_f10_FILE= ${LINUXBASE}/usr/lib/libopenal.so.1.8.466
|
||||
openal-soft_DETECT= ${openal-soft${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
openal-soft_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal-soft
|
||||
openal-soft_DEPENDS= alsalib arts esound
|
||||
|
||||
openssl_FILE= ${LINUXBASE}/lib/libssl.so.0.9.7f
|
||||
openssl_f8_FILE= ${LINUXBASE}/lib/libssl.so.0.9.8b
|
||||
openssl_f10_FILE= ${LINUXBASE}/lib/libssl.so.0.9.8g
|
||||
|
@ -417,6 +417,7 @@
|
||||
SUBDIR += linux-f10-mikmod
|
||||
SUBDIR += linux-f10-nas-libs
|
||||
SUBDIR += linux-f10-openal
|
||||
SUBDIR += linux-f10-openal-soft
|
||||
SUBDIR += linux-f10-sdl_mixer
|
||||
SUBDIR += linux-f8-alsa-lib
|
||||
SUBDIR += linux-f8-arts
|
||||
|
30
audio/linux-f10-openal-soft/Makefile
Normal file
30
audio/linux-f10-openal-soft/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: audio/linux-f10-openal-soft
|
||||
# Date created: 2010-08-19
|
||||
# Whom: mva
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openal-soft
|
||||
PORTVERSION= 1.8.466
|
||||
CATEGORIES= audio linux
|
||||
PKGNAMEPREFIX= linux-f10-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc10
|
||||
|
||||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= A 3D positional spatialized sound library (Linux Fedora 10)
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX_RPM= yes
|
||||
USE_LINUX_APPS= alsalib arts esound
|
||||
LINUX_DIST_VER= 10
|
||||
RPMVERSION= 7
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \
|
||||
usr/bin/openal-info
|
||||
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
PORTDOCS= COPYING
|
||||
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
||||
|
||||
.include <bsd.port.mk>
|
6
audio/linux-f10-openal-soft/distinfo.i386
Normal file
6
audio/linux-f10-openal-soft/distinfo.i386
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.i386.rpm) = ace2fbcd966935c108dfc6d32823f74d
|
||||
SHA256 (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.i386.rpm) = ac58797668e0c2a4dedd750f58d5a5afd5801fe6a744b262308a150b1cc148f0
|
||||
SIZE (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.i386.rpm) = 102250
|
||||
MD5 (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.src.rpm) = cbc7f509e84061edcbc7721b0aad7047
|
||||
SHA256 (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.src.rpm) = fec0f2f4dd331e96fd4d8b018ad317d515056ac0d320ab3ae1ffbb6d98a5379d
|
||||
SIZE (rpm/i386/fedora/10/openal-soft-1.8.466-7.fc10.src.rpm) = 94764
|
Loading…
Reference in New Issue
Block a user