Update to 2.8. Now using GTK2.
Security notes were added to the installation instructions. Several possible security bugs were corrected. New el, nl, and zh_CN translations were added. The es, gl, ja, pt_BR, sv, and uk translations were updated. New items were added to the View menu (GTK+ only). The state of the "Mute All" button was corrected (GTK+ only). Support was added for GTK+ 2.0. A bug with digital inputs may have been fixed. A shell script for muting and un-muting was added. Console mouse support on FreeBSD 5.0-CURRENT has been re-enabled.
This commit is contained in:
parent
4c98545b28
commit
7cb5320086
3 changed files with 13 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.13 2002/11/30 11:46:02 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2003/03/04 18:07:07 wiz Exp $
|
||||
|
||||
DISTNAME= aumix-2.7
|
||||
DISTNAME= aumix-2.8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
|
||||
http://jpj.net/~trevor/aumix/ \
|
||||
${MASTER_SITE_SUNSITE:=apps/sound/mixers/} \
|
||||
ftp://aumix.sourceforge.net/pub/aumix/stable/ \
|
||||
http://jpj.net/~trevor/aumix/old/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= trevor@jpj.net
|
||||
HOMEPAGE= http://jpj.net/~trevor/aumix.html
|
||||
|
@ -19,8 +20,9 @@ USE_PKGLOCALEDIR= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-own-labels
|
||||
CONFIGURE_ARGS+= --enable-nls
|
||||
CONFIGURE_ARGS+= --without-gtk1
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink2.mk"
|
||||
.include "../../devel/ncurses/buildlink2.mk"
|
||||
.include "../../x11/gtk/buildlink2.mk"
|
||||
.include "../../x11/gtk2/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:15:17 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/03/04 18:07:07 wiz Exp $
|
||||
bin/aumix
|
||||
bin/mute
|
||||
bin/xaumix
|
||||
man/man1/aumix.1
|
||||
man/man1/xaumix.1
|
||||
|
@ -10,13 +11,16 @@ share/aumix/fadeout.set
|
|||
share/aumix/vt100
|
||||
share/aumix/xterm
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/aumix.mo
|
||||
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/aumix.mo
|
||||
@dirrm share/aumix
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/06/19 15:55:08 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2003/03/04 18:07:07 wiz Exp $
|
||||
|
||||
SHA1 (aumix-2.7.tar.gz) = 7fed58eb4d52e561dd25ad23f8f9630f6ed106a2
|
||||
Size (aumix-2.7.tar.gz) = 168586 bytes
|
||||
SHA1 (aumix-2.8.tar.bz2) = 5cea563ae91f628433a1950a36efd23681da4bf4
|
||||
Size (aumix-2.8.tar.bz2) = 157503 bytes
|
||||
SHA1 (patch-ad) = fc610f71143b892b68f798e3556bc756875dd26c
|
||||
|
|
Loading…
Reference in a new issue