33d3d91ed6
"volctrls array is only initialized for the first 17 devices, various array buffers were allocated to SOUND_MIXER_NRDEVICES and around that line 295, that SOUND_MIXER_NRDEVICES was also used as upper limit in for loop. This turned out to be problem, because in my machine that variable seems to have value 25" PR: 38560 Submitted by: Juha Ylitalo <jylitalo@iki.fi> Approved by: Maintainer timeout (8 Months)
27 lines
571 B
Makefile
27 lines
571 B
Makefile
# New ports collection makefile for: gmixer
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmixer
|
|
PORTVERSION= 0.98c
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= cpiazza
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
ALL_TARGET= gmixer
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
|
|
@${MKDIR} ${PREFIX}/share/pixmaps
|
|
${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps
|
|
|
|
.include <bsd.port.mk>
|