Changes between Initial Version and Version 1 of Ticket #59075, comment 2


Ignore:
Timestamp:
Sep 22, 2019, 7:18:22 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59075, comment 2

    initial v1  
    1 this works, brings up a nice GUI, passes 100% of the tests. not able to yet check the ffmpeg & wma bit;
    21{{{
    32# -*- 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
     
    1918                        including XAudio2, X3DAudio, XAPO, and XACT3.
    2019
    21 depends_lib-append      port:libsdl2 \
    22                         path:lib/libavcodec.dylib:ffmpeg
     20depends_lib-append      port:libsdl2
    2321
    2422checksums               rmd160  29c4c20bdff4ee0c403dfc3a159ea58dc56a1c73 \
     
    2624                        size    901764
    2725
    28 configure.args          -DFFMPEG=ON \
     26configure.args          -DFFMPEG=OFF \
    2927                        -DBUILD_UTILS=ON \
    3028                        -DBUILD_TESTS=ON \
    3129                        -DXNASONG=ON
     30
     31variant ffmpeg description "Use ffmpeg for additional xWMA support - note license changes" {
     32    license                GPL-2+
     33    depends_lib-append     path:lib/libavcodec.dylib:ffmpeg
     34    configure.args-replace -DFFMPEG=OFF -DFFMPEG=ON
     35}
     36
     37pre-destroot {
     38# this tool -- is it a tool? -- segfaulted when I tried to open an audio engine
     39#    file copy ${workpath}/build/facttool ${destroot}${prefix}/bin/
     40}
    3241
    3342test.run                 yes