Ticket #48400: Portfile.diff
File Portfile.diff, 2.3 KB (added by detlevd (Detlev Droege), 8 years ago) |
---|
-
Portfile_0.
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 3 3 PortSystem 1.0 4 PortGroup qt 41.04 PortGroup qt5 1.0 5 5 6 6 name qjackctl 7 version 0. 3.87 version 0.4.5 8 8 license GPL-2 9 9 categories audio 10 10 maintainers nomaintainer 11 11 platforms darwin 12 12 homepage http://qjackctl.sourceforge.net/ 13 master_sites sourceforge :project/qjackctl/qjackctl%20%28stable%29/${version}13 master_sites sourceforge 14 14 15 15 description \ 16 16 QjackCtl is a simple Qt application to control the JACK sound server daemon. 17 17 18 18 long_description \ 19 ${description} 19 QjackCtl is a simple Qt application to control the JACK sound server daemon, \ 20 specific for the Linux Audio Desktop infrastructure. \ 21 Written in C++ around the Qt framework for X11, most exclusively using Qt Designer. \ 22 Provides a simple GUI dialog for setting several JACK daemon parameters, \ 23 which are properly saved between sessions, and a way control of the status \ 24 of the audio server daemon. With time, this primordial interface has become \ 25 richer by including a enhanced patchbay and connection control features. 20 26 21 27 universal_variant no 22 28 23 checksums rmd160 22038acba5cc7c2d070b9e2ec437afd1f1fbbf61\24 sha256 870869836535476b7a2d77fa70c39f7d8facc4767c8fa1aac3c81d6ce7ba71e529 checksums rmd160 d8746505931b81658b4a8ec05b28857634b7f8a9 \ 30 sha256 c50da569ec8466ac6cc72c65e2d8212eb9c40149daed0a10fb7795ff9ddc4ab7 25 31 26 32 depends_lib-append port:jack 27 33 28 patchfiles patch-src_qjackctlSession.cpp.diff \ 29 patch-configure-no-x11.diff 34 configure.cxxflags-append -std=c++11 30 35 31 36 configure.args-append --with-jack=${prefix} \ 32 --with-qt =${qt_dir} \37 --with-qt5=${qt_dir} \ 33 38 --disable-alsa-seq 34 39 configure.args-delete --disable-dependency-tracking 35 40 … … 75 80 configure.args-append --disable-dbus 76 81 } 77 82 78 livecheck.url http://sourceforge.net/projects/${name}/files/ 83 livecheck.url http://sourceforge.net/projects/${name}/files/${name}/${version}/ 79 84 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"