Ticket #48400: Portfile.diff

File Portfile.diff, 2.3 KB (added by detlevd (Detlev Droege), 7 years ago)

Updated diff of Portfile for version 0.4.5

  • Portfile_0.

    old new  
    11# -*- 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
    22
    33PortSystem      1.0
    4 PortGroup       qt4 1.0
     4PortGroup       qt5 1.0
    55
    66name            qjackctl
    7 version         0.3.8
     7version         0.4.5
    88license         GPL-2
    99categories      audio
    1010maintainers     nomaintainer
    1111platforms       darwin
    1212homepage        http://qjackctl.sourceforge.net/
    13 master_sites    sourceforge:project/qjackctl/qjackctl%20%28stable%29/${version}
     13master_sites    sourceforge
    1414
    1515description \
    1616    QjackCtl is a simple Qt application to control the JACK sound server daemon.
    1717
    1818long_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.
    2026
    2127universal_variant  no
    2228
    23 checksums       rmd160  22038acba5cc7c2d070b9e2ec437afd1f1fbbf61 \
    24                 sha256  870869836535476b7a2d77fa70c39f7d8facc4767c8fa1aac3c81d6ce7ba71e5
     29checksums       rmd160  d8746505931b81658b4a8ec05b28857634b7f8a9 \
     30                sha256  c50da569ec8466ac6cc72c65e2d8212eb9c40149daed0a10fb7795ff9ddc4ab7
    2531
    2632depends_lib-append port:jack
    2733
    28 patchfiles      patch-src_qjackctlSession.cpp.diff \
    29                 patch-configure-no-x11.diff
     34configure.cxxflags-append -std=c++11
    3035
    3136configure.args-append --with-jack=${prefix} \
    32                       --with-qt=${qt_dir} \
     37                      --with-qt5=${qt_dir} \
    3338                      --disable-alsa-seq
    3439configure.args-delete --disable-dependency-tracking
    3540
     
    7580    configure.args-append --disable-dbus
    7681}
    7782
    78 livecheck.url   http://sourceforge.net/projects/${name}/files/
     83livecheck.url   http://sourceforge.net/projects/${name}/files/${name}/${version}/
    7984livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"