You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
pHash: use ffmpeg4
This commit is contained in:
@@ -1,10 +1,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
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup ffmpeg 1.0
|
||||
|
||||
name pHash
|
||||
version 0.9.6
|
||||
revision 9
|
||||
revision 10
|
||||
categories multimedia
|
||||
platforms darwin
|
||||
maintainers yandex.com:bstj \
|
||||
@@ -21,8 +22,10 @@ master_sites ${homepage}releases/
|
||||
checksums rmd160 54ae3caca00077f3abab1423bfbd73ae39f0ae77 \
|
||||
sha256 3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935
|
||||
|
||||
depends_lib path:lib/libavcodec.dylib:ffmpeg \
|
||||
path:include/turbojpeg.h:libjpeg-turbo \
|
||||
ffmpeg.version 4
|
||||
|
||||
depends_lib path:include/turbojpeg.h:libjpeg-turbo \
|
||||
port:libpng \
|
||||
port:libsndfile \
|
||||
port:libsamplerate \
|
||||
port:mpg123 \
|
||||
@@ -43,6 +46,8 @@ post-patch {
|
||||
use_autoreconf yes
|
||||
autoreconf.args -fvi
|
||||
|
||||
configure.args --without-fftw
|
||||
|
||||
post-destroot {
|
||||
set docdir ${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -d ${docdir}
|
||||
|
||||
Reference in New Issue
Block a user