aboutsummaryrefslogtreecommitdiff
path: root/audio/praat/Makefile
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-11-13 11:09:00 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2020-11-13 11:09:00 +0000
commit31c0d19999ad4da45d3eeae274860674f63df515 (patch)
tree1365005a5be0c2658562c3fe536758bbd955825e /audio/praat/Makefile
parent9ff08c0fdcc9f41edf5b5411730275b7b27ee516 (diff)
downloadports-31c0d19999ad4da45d3eeae274860674f63df515.tar.gz
ports-31c0d19999ad4da45d3eeae274860674f63df515.zip
Update audio/praat to latest upstream
- One git patch can be removed (since git caught up with it) - Praat has switched to using GTK3, so chase that - .. since it doesn't have a sensible configure phase, hard-code a -lX11 into our makefile.defs, since the gtk3 libs don't pull that in, but the praat code does use XInternAtom directly. The release notes are, as always, at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html but the relevant change really only is "switch to GTK3".
Notes
Notes: svn path=/head/; revision=555012
Diffstat (limited to 'audio/praat/Makefile')
-rw-r--r--audio/praat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/praat/Makefile b/audio/praat/Makefile
index 4df85aeabc8f..71cd7b13ab1a 100644
--- a/audio/praat/Makefile
+++ b/audio/praat/Makefile
@@ -2,7 +2,7 @@
PORTNAME= praat
DISTVERSIONPREFIX= v
-DISTVERSION= 6.1.28
+DISTVERSION= 6.1.31
CATEGORIES= audio science
MAINTAINER= adridg@FreeBSD.org
@@ -16,8 +16,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libasound.so:audio/alsa-lib
USES= compiler:c++11-lang dos2unix gnome iconv pkgconfig
-USE_GNOME= cairo gdkpixbuf2 gtk20
+USE_GNOME= cairo gdkpixbuf2 gtk30
USE_GITHUB= yes
+USE_XORG= x11
DOS2UNIX_REGEX= .*Makefile
PLIST_FILES= bin/praat man/man1/praat.1.gz