On 2008-01-01, audio/paman was moved to audio/pavucontrol. But this seems to be a mistake since these are two distinct projects.
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server. WWW: http://0pointer.de/lennart/projects/paman/ PR: ports/119674 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: gabor (mentor)
This commit is contained in:
parent
40e012915e
commit
3ff89862cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214414
7 changed files with 47 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -3348,7 +3348,6 @@ net-p2p/mldonkey-core-devel||2007-12-25|Development version no longer necessary
|
|||
net-p2p/mldonkey-gui-devel||2007-12-25|Development version no longer necessary
|
||||
net-p2p/mldonkey-devel||2007-12-25|Development version no longer necessary
|
||||
audio/polypaudio|audio/pulseaudio|2008-01-01|Project renamed
|
||||
audio/paman|audio/pavucontrol|2008-01-01|New tool to work with pulseaudio
|
||||
audio/akode-plugins-polypaudio||2008-01-01|Polypaudio is obsolete in favor of pulseaudio
|
||||
audio/teknap|net-p2p/teknap|2008-01-09|moved to net-p2p category
|
||||
net/freeradius-devel|net/freeradius2|2008-01-18|Development version no longer necessary
|
||||
|
|
9
UPDATING
9
UPDATING
|
@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
|
|||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20080605:
|
||||
AFFECTS: users of audio/paman and audio/pavucontrol
|
||||
AUTHOR: lippe@FreeBSD.org
|
||||
|
||||
paman was renamed to pavucontrol, but these are two projects differents.
|
||||
paman is an GTK frontend to PulseAudio and pavucontrol is GTK based volume
|
||||
control tool to PulseAudio.
|
||||
|
||||
20080605:
|
||||
AFFECTS: users of devel/gettext (ie: YOU)
|
||||
AUTHOR: ade@FreeBSD.org
|
||||
|
@ -46,6 +54,7 @@ upgrades.
|
|||
|
||||
ikiwiki-transition hashpassword /path/to/your/wiki/srcdir
|
||||
|
||||
>>>>>>> 1.638
|
||||
20080524:
|
||||
AFFECTS: users of net-im/jabberd
|
||||
AUTHOR: mm@FreeBSD.org
|
||||
|
|
|
@ -498,6 +498,7 @@
|
|||
SUBDIR += p5-xmms2
|
||||
SUBDIR += pacpl
|
||||
SUBDIR += padevchooser
|
||||
SUBDIR += paman
|
||||
SUBDIR += paprefs
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
|
|
25
audio/paman/Makefile
Normal file
25
audio/paman/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Ports collection Makefile for: paman
|
||||
# Date created: 2008-01-15
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= paman
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||
|
||||
MAINTAINER= romain@blogreen.org
|
||||
COMMENT= Gtk frontend for PulseAudio
|
||||
|
||||
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||||
pulse.0:${PORTSDIR}/audio/pulseaudio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/paman/distinfo
Normal file
3
audio/paman/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (paman-0.9.4.tar.gz) = 4a77b129b0de8d261f2794ce3db518cc
|
||||
SHA256 (paman-0.9.4.tar.gz) = 9034087c4dd6caa19f6b59ba3b80c377b9dbff395fc1f94f890f2ba1173a5041
|
||||
SIZE (paman-0.9.4.tar.gz) = 116757
|
4
audio/paman/pkg-descr
Normal file
4
audio/paman/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound
|
||||
server.
|
||||
|
||||
WWW: http://0pointer.de/lennart/projects/paman/
|
5
audio/paman/pkg-plist
Normal file
5
audio/paman/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/paman
|
||||
share/applications/paman.desktop
|
||||
%%DATADIR%%/paman.glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
Loading…
Reference in a new issue