pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
uTox-git: Disable FILTER_AUDIO until filter_audio is packaged
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Sat Jun 11 23:04:12 2016 +0200
Changeset: e0fe8bc8c2367ad541a354fbfe4c023890ea3f37
Modified Files:
uTox-git/Makefile
Added Files:
uTox-git/TODO
Log Message:
uTox-git: Disable FILTER_AUDIO until filter_audio is packaged
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0fe8bc8c2367ad541a354fbfe4c023890ea3f37
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
uTox-git/Makefile | 5 ++++-
uTox-git/TODO | 1 +
2 files changed, 5 insertions(+), 1 deletion(-)
diffs:
diff --git a/uTox-git/Makefile b/uTox-git/Makefile
index 8c07c79..38e5987 100644
--- a/uTox-git/Makefile
+++ b/uTox-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= uTox-0.9.0
+DISTNAME= uTox-0.9.5
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=GrayHatter/}
@@ -16,6 +16,9 @@ LICENSE= gnu-gpl-v3
NO_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
+#TODO: remove the following line when filter_audio is packaged
+MAKE_FLAGS+= FILTER_AUDIO=0
+
.include "../../wip/toxcore/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"
diff --git a/uTox-git/TODO b/uTox-git/TODO
new file mode 100644
index 0000000..bac6d95
--- /dev/null
+++ b/uTox-git/TODO
@@ -0,0 +1 @@
+Don’t disable FILTER_AUDIO.
Home |
Main Index |
Thread Index |
Old Index