Ticket #34011: yorick-av-devel-variant.diff
File yorick-av-devel-variant.diff, 1.0 KB (added by paumard, 13 years ago) |
---|
-
Portfile
old new 8 8 github.setup paumard yorick-${uname} 0.0.1 v 9 9 categories science multimedia 10 10 platforms darwin 11 maintainers users.sourceforge.net:paumard 11 maintainers users.sourceforge.net:paumard openmaintainer 12 12 13 13 description Write movies to various formats from within Yorick 14 14 … … 20 20 checksums rmd160 b6a864310bc93b4700af1edf43af7ad5dfae1881 \ 21 21 sha256 b81accb4b3c1ac2a74daf8c127c4f6e0ed87af9c877643a0636d0848c65dc540 22 22 23 depends_lib-append port:yorick \ 24 path:lib/libavcodec.dylib:ffmpeg 23 depends_lib-append path:bin/yorick:yorick \ 24 port:ffmpeg 25 26 variant devel description {Link against ffmpeg-devel insted of ffmpeg} { 27 depends_lib-replace s/port:ffmpeg/port:ffmpeg-devel/ 28 } 29 30 if { ![catch { registry_active ffmpeg-devel }] } { 31 default_variants +devel 32 } 25 33 26 34 # yorick is not universal 27 35 universal_variant no