diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-16 14:13:48 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-16 14:13:48 +0000 |
commit | b9941d535641c24209108550dc838140020a8ff5 (patch) | |
tree | 803fe5e294f21af124386bfaf9acb6a59c7e5bf0 /audio | |
parent | c62cc0af16e755e47c0071da823946c937ab64f5 (diff) | |
download | ports-b9941d535641c24209108550dc838140020a8ff5.tar.gz ports-b9941d535641c24209108550dc838140020a8ff5.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mhwaveedit/Makefile | 11 | ||||
-rw-r--r-- | audio/mhwaveedit/distinfo | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index 576272042fae..40449290b9e9 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.21 CATEGORIES= audio MASTER_SITES= http://download.gna.org/mhwaveedit/ @@ -28,6 +28,7 @@ PLIST_FILES= bin/mhwaveedit \ share/locale/es/LC_MESSAGES/mhwaveedit.mo \ share/locale/fr/LC_MESSAGES/mhwaveedit.mo \ share/locale/it/LC_MESSAGES/mhwaveedit.mo \ + share/locale/pl/LC_MESSAGES/mhwaveedit.mo \ share/locale/ru/LC_MESSAGES/mhwaveedit.mo \ share/locale/sv/LC_MESSAGES/mhwaveedit.mo \ share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo \ @@ -47,6 +48,7 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \ ARTS "arts sound driver" off \ JACK "JACK sound driver" off \ ESD "EsounD sound driver" off \ + PULSEAUDIO "PULSEAUDIO support" off \ LADSPA "LADSPA support" off .include <bsd.port.pre.mk> @@ -105,6 +107,13 @@ USE_GNOME+= esound CONFIGURE_ARGS+= --without-esound .endif +.if defined(WITH_PULSEAUDIO) +LIBS_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +CONFIGURE_ARGS+= --with-pulse +.else +CONFIGURE_ARGS+= --without-pulse +.endif + .if defined(WITH_LADSPA) BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo index ffa2d6850a8a..a0d78b641005 100644 --- a/audio/mhwaveedit/distinfo +++ b/audio/mhwaveedit/distinfo @@ -1,2 +1,2 @@ -SHA256 (mhwaveedit-1.4.20.tar.bz2) = 916c72a501ac705269f20f0c234dc2bc14a3983b8d51515fd5a489c8ae61cc16 -SIZE (mhwaveedit-1.4.20.tar.bz2) = 576320 +SHA256 (mhwaveedit-1.4.21.tar.bz2) = 878788bfb9e0bcb4194042d64ab86e9dc2114d25d090d08a658e7ccde17e874a +SIZE (mhwaveedit-1.4.21.tar.bz2) = 625695 |