svn commit: r378483 - in head/net-im/uTox: . files
Thierry Thomas
thierry at FreeBSD.org
Thu Feb 5 18:38:20 UTC 2015
Author: thierry
Date: Thu Feb 5 18:38:18 2015
New Revision: 378483
URL: https://svnweb.freebsd.org/changeset/ports/378483
QAT: https://qat.redports.org/buildarchive/r378483/
Log:
Update to git20150204 v0.2.l .
PR: ports/197347
Submitted by: Ivan Klymenko (maintainer)
Added:
head/net-im/uTox/files/
head/net-im/uTox/files/patch-Makefile (contents, props changed)
Modified:
head/net-im/uTox/Makefile
head/net-im/uTox/distinfo
Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile Thu Feb 5 17:50:02 2015 (r378482)
+++ head/net-im/uTox/Makefile Thu Feb 5 18:38:18 2015 (r378483)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= uTox
-DISTVERSION= 0.1.9.git20150114
+DISTVERSION= 0.2.l.git20150204
CATEGORIES= net-im net-p2p
MAINTAINER= fidaj at ukr.net
@@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxco
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \
- libvpx.so:${PORTSDIR}/multimedia/libvpx
+ libvpx.so:${PORTSDIR}/multimedia/libvpx \
+ libfilteraudio.so:${PORTSDIR}/audio/filter_audio
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= notsecure
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= a78a756
+GH_COMMIT= 621727d
USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig
USE_XORG= x11 xext xrender
Modified: head/net-im/uTox/distinfo
==============================================================================
--- head/net-im/uTox/distinfo Thu Feb 5 17:50:02 2015 (r378482)
+++ head/net-im/uTox/distinfo Thu Feb 5 18:38:18 2015 (r378483)
@@ -1,2 +1,2 @@
-SHA256 (uTox-0.1.9.git20150114.tar.gz) = 13ecdc34efd0cec358301c5c3cdf24f9e2bac2ff8941fd621ebe108301e3394c
-SIZE (uTox-0.1.9.git20150114.tar.gz) = 744372
+SHA256 (uTox-0.2.l.git20150204.tar.gz) = c66f1d9751bcfa3d82e7b895dc52cb200a761f11bd4e7d3a957b2c4bfd519dc5
+SIZE (uTox-0.2.l.git20150204.tar.gz) = 753374
Added: head/net-im/uTox/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-im/uTox/files/patch-Makefile Thu Feb 5 18:38:18 2015 (r378483)
@@ -0,0 +1,21 @@
+--- Makefile.orig 2015-01-28 12:42:36.939246000 +0200
++++ Makefile 2015-01-28 12:44:04.733423000 +0200
+@@ -15,10 +15,6 @@
+ DEPS += libv4lconvert
+ endif
+
+-ifeq ($(FILTER_AUDIO), 1)
+- DEPS += filteraudio
+-endif
+-
+ UNAME_S := $(shell uname -s)
+
+ CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99
+@@ -36,6 +32,7 @@
+
+ ifeq ($(FILTER_AUDIO), 1)
+ CFLAGS += -DAUDIO_FILTERING
++ LDFLAGS += -lfilteraudio
+ endif
+
+ ifeq ($(UNAME_S), Linux)
More information about the svn-ports-all
mailing list