mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for
the PulseAudio sound server. Please note that this program can only configure local servers, and requires that a special module module-gconf is loaded in the sound server. (Since PulseAudio 0.9.5 this modules is loaded by default.) WWW: http://0pointer.de/lennart/projects/paprefs/ PR: ports/115318 Submitted by: Romain Tartière <romain at blogreen.org>
This commit is contained in:
parent
6443d4106b
commit
1c92630bcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198188
@ -464,6 +464,7 @@
|
||||
SUBDIR += pacpl
|
||||
SUBDIR += padevchooser
|
||||
SUBDIR += paman
|
||||
SUBDIR += paprefs
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pd
|
||||
SUBDIR += pecl-id3
|
||||
|
24
audio/paprefs/Makefile
Normal file
24
audio/paprefs/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection Makefile for: paprefs
|
||||
# Date created: July 21, 2007
|
||||
# Whom: Romain Tartière <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= paprefs
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||
|
||||
MAINTAINER= romain@blogreen.org
|
||||
COMMENT= GTK configuration dialog for PulseAudio
|
||||
|
||||
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||||
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/paprefs/distinfo
Normal file
3
audio/paprefs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (paprefs-0.9.5.tar.gz) = 3c7688657415618996344f475cde2442
|
||||
SHA256 (paprefs-0.9.5.tar.gz) = afef8ecadcf81101ccc198589f8e8aadb0b7ec942703e69544613d6801c1c728
|
||||
SIZE (paprefs-0.9.5.tar.gz) = 88369
|
8
audio/paprefs/pkg-descr
Normal file
8
audio/paprefs/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for
|
||||
the PulseAudio sound server.
|
||||
|
||||
Please note that this program can only configure local servers, and requires
|
||||
that a special module module-gconf is loaded in the sound server. (Since
|
||||
PulseAudio 0.9.5 this modules is loaded by default.)
|
||||
|
||||
WWW: http://0pointer.de/lennart/projects/paprefs/
|
5
audio/paprefs/pkg-plist
Normal file
5
audio/paprefs/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/paprefs
|
||||
share/applications/paprefs.desktop
|
||||
%%DATADIR%%/paprefs.glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user