diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-04 20:24:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-04 20:24:47 +0000 |
commit | a0f3257dd6c87b3cfdbe10d641433a1bc5d3e087 (patch) | |
tree | bc7162b01bad269118f192877e43cf459eff893d /audio/volumecontrol.app | |
parent | 4e492f2f5b39370c970a9f4b2cc9078165295aa4 (diff) | |
download | ports-a0f3257dd6c87b3cfdbe10d641433a1bc5d3e087.tar.gz ports-a0f3257dd6c87b3cfdbe10d641433a1bc5d3e087.zip |
Notes
Diffstat (limited to 'audio/volumecontrol.app')
-rw-r--r-- | audio/volumecontrol.app/Makefile | 38 | ||||
-rw-r--r-- | audio/volumecontrol.app/distinfo | 3 | ||||
-rw-r--r-- | audio/volumecontrol.app/pkg-descr | 5 | ||||
-rw-r--r-- | audio/volumecontrol.app/pkg-plist | 20 |
4 files changed, 66 insertions, 0 deletions
diff --git a/audio/volumecontrol.app/Makefile b/audio/volumecontrol.app/Makefile new file mode 100644 index 000000000000..a3b011814333 --- /dev/null +++ b/audio/volumecontrol.app/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: volumecontrol.app +# Date created: 28 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= volumecontrol.app +PORTVERSION= 0.5 +CATEGORIES= audio +MASTER_SITES= http://www.linuks.mine.nu/volumecontrol/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= volumecontrol-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Audio mixer for GNUstep + +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +MAKEFILE= GNUmakefile +WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${PORTVERSION} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|g' \ + ${WRKSRC}/AppController.m + +.include <bsd.port.post.mk> diff --git a/audio/volumecontrol.app/distinfo b/audio/volumecontrol.app/distinfo new file mode 100644 index 000000000000..fb416a55c66f --- /dev/null +++ b/audio/volumecontrol.app/distinfo @@ -0,0 +1,3 @@ +MD5 (volumecontrol-0.5.tar.gz) = 30664abc13eafb55a6792653d5bbda48 +SHA256 (volumecontrol-0.5.tar.gz) = 4eb0ca4b6b07647c54bf49fa7e95de95dd8265b49ede5f2bdd14ee6e846aac6a +SIZE (volumecontrol-0.5.tar.gz) = 20073 diff --git a/audio/volumecontrol.app/pkg-descr b/audio/volumecontrol.app/pkg-descr new file mode 100644 index 000000000000..e8b2d498ec2c --- /dev/null +++ b/audio/volumecontrol.app/pkg-descr @@ -0,0 +1,5 @@ +VolumeControl is a GNUstep program for adjusting the audio mixer on systems that +use the OSS API. It allows the sound level, left/right speakers, muting for +master, PCM, bass, and treble levels to be controlled. + +WWW: http://www.linuks.mine.nu/volumecontrol/ diff --git a/audio/volumecontrol.app/pkg-plist b/audio/volumecontrol.app/pkg-plist new file mode 100644 index 000000000000..3e0af3ef8c20 --- /dev/null +++ b/audio/volumecontrol.app/pkg-plist @@ -0,0 +1,20 @@ +Local/Applications/VolumeControl.app +Local/Applications/VolumeControl.app/VolumeControl +Local/Applications/VolumeControl.app/library_paths.openapp +Local/Applications/VolumeControl.app/Resources +Local/Applications/VolumeControl.app/Resources/Info-gnustep.plist +Local/Applications/VolumeControl.app/Resources/VolumeControl.gorm +Local/Applications/VolumeControl.app/Resources/VolumeControl.gorm/objects.gorm +Local/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.classes +Local/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.info +Local/Applications/VolumeControl.app/Resources/VolumeControl.desktop +Local/Applications/VolumeControl.app/Resources/headphones.tiff +Local/Applications/VolumeControl.app/Resources/VolumeControl.rtf +Local/Applications/VolumeControl.app/stamp.make +@dirrm System/Applications/VolumeControl.app/Resources/VolumeControl.gorm +@dirrm System/Applications/VolumeControl.app/Resources +@dirrm System/Applications/VolumeControl.app +@dirrm Local/Applications/VolumeControl.app/Resources/VolumeControl.gorm +@dirrm Local/Applications/VolumeControl.app/Resources +@dirrm Local/Applications/VolumeControl.app +@dirrmtry Local/Applications |