update to version 2.7
adds japanese and swedish translations, removes dependency on gmake
This commit is contained in:
parent
dd0ccee3d5
commit
82fbc6c78b
@ -1,16 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/11 00:56:36 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/07/13 23:16:06 naddy Exp $
|
||||
|
||||
DISTNAME= aumix-2.6.1
|
||||
DISTNAME= aumix-2.7
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.311
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://jpj.net/~trevor/aumix/ \
|
||||
http://jpj.net/~trevor/aumix/old/
|
||||
MASTER_SITE_SUBDIR= aumix
|
||||
NEED_VERSION= 1.312
|
||||
|
||||
HOMEPAGE= http://www.jpj.net/~trevor/aumix.html
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
HOMEPAGE= http://jpj.net/~trevor/aumix.html
|
||||
|
||||
MAINTAINER= naddy@openbsd.org
|
||||
|
||||
@ -19,13 +13,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://jpj.net/~trevor/aumix/ \
|
||||
http://jpj.net/~trevor/aumix/old/
|
||||
MASTER_SITE_SUBDIR= aumix
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
|
||||
FLAVORS= no_x11 no_curses dummy
|
||||
FLAVOR?=
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --enable-own-labels
|
||||
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
||||
LDFLAGS='-L${LOCALBASE}/lib'
|
||||
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
CONFIGURE_ARGS+= --without-gtk
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (aumix-2.6.1.tar.gz) = 4899f5f315c7e739cef3b01fade55215
|
||||
RMD160 (aumix-2.6.1.tar.gz) = f9d91d678321cd190cd6cb5c2a958848386782a9
|
||||
SHA1 (aumix-2.6.1.tar.gz) = 2d0f834af082f2b3d28675e36832db98abffc482
|
||||
MD5 (aumix-2.7.tar.gz) = 84ecc331bf6d86d3ac925590fee83af7
|
||||
RMD160 (aumix-2.7.tar.gz) = 6949ac5664be882114e40321ca047e2a6eae8a1f
|
||||
SHA1 (aumix-2.7.tar.gz) = 7fed58eb4d52e561dd25ad23f8f9630f6ed106a2
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-doc_aumix_1,v 1.1.1.1 2000/07/11 00:56:36 naddy Exp $
|
||||
$OpenBSD: patch-doc_aumix_1,v 1.2 2000/07/13 23:16:07 naddy Exp $
|
||||
--- doc/aumix.1.orig Tue Jul 11 01:42:56 2000
|
||||
+++ doc/aumix.1 Tue Jul 11 01:47:09 2000
|
||||
@@ -210,43 +210,6 @@ refresh screen
|
||||
@ -45,15 +45,6 @@ $OpenBSD: patch-doc_aumix_1,v 1.1.1.1 2000/07/11 00:56:36 naddy Exp $
|
||||
.Sh ENVIRONMENT
|
||||
The
|
||||
.Ev HOME
|
||||
@@ -316,7 +279,7 @@ If either foreground or background is gi
|
||||
then the default color for that is used.
|
||||
The defaults are a white foreground and black background.
|
||||
.Pp
|
||||
-Two xpm icons are provided.
|
||||
+An xpm icon is provided.
|
||||
.Sh VERSION
|
||||
This page corresponds to version 2.6.1.
|
||||
.Sh BUGS
|
||||
@@ -344,7 +307,5 @@ operating system, and the model of sound
|
||||
to diagnose problems, so it is best if you include such details in
|
||||
any bug reports.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/11 00:56:36 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/07/13 23:16:07 naddy Exp $
|
||||
bin/aumix
|
||||
man/man1/aumix.1
|
||||
!%%no_curses%%
|
||||
@ -9,8 +9,10 @@ share/locale/de/LC_MESSAGES/aumix.mo
|
||||
share/locale/es/LC_MESSAGES/aumix.mo
|
||||
share/locale/fr/LC_MESSAGES/aumix.mo
|
||||
share/locale/gl/LC_MESSAGES/aumix.mo
|
||||
share/locale/ja/LC_MESSAGES/aumix.mo
|
||||
share/locale/pl/LC_MESSAGES/aumix.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/aumix.mo
|
||||
share/locale/ru/LC_MESSAGES/aumix.mo
|
||||
share/locale/sv/LC_MESSAGES/aumix.mo
|
||||
share/locale/uk/LC_MESSAGES/aumix.mo
|
||||
@dirrm share/aumix
|
||||
|
Loading…
Reference in New Issue
Block a user