Skip to content

Commit

Permalink
MacPorts update
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 16, 2021
1 parent 5e51622 commit 615ea88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tools/MacPorts/multimedia/ffmpeg/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conflicts ffmpeg-devel
# Please increase the revision of mpv whenever ffmpeg's version is updated.
epoch 1
version 4.4
revision 4
revision 5
license LGPL-2.1+
categories multimedia
maintainers {devans @dbevans} {jeremyhu @jeremyhu} openmaintainer
Expand Down
2 changes: 1 addition & 1 deletion tools/MacPorts/multimedia/ffmpeg/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conflicts ffmpeg-devel
# Please increase the revision of mpv whenever ffmpeg's version is updated.
epoch 1
version 4.4
revision 4
revision 5
license LGPL-2.1+
categories multimedia
maintainers {devans @dbevans} {jeremyhu @jeremyhu} openmaintainer
Expand Down
7 changes: 4 additions & 3 deletions tools/MacPorts/multimedia/libvpx/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup muniversal 1.0

name libvpx
version 1.10.0
version 1.11.0
revision 0
categories multimedia
maintainers {devans @dbevans} openmaintainer
Expand Down Expand Up @@ -125,8 +125,9 @@ if {${universal_possible} && [variant_isset universal]} {
# shared library uses relative path in install name
# override with absolute path
post-destroot {
set libname ${prefix}/lib/${name}.6.dylib
system "install_name_tool -id ${libname} ${destroot}${libname}"
foreach f [glob ${destroot}${prefix}/lib/${name}.*.dylib] {
system "install_name_tool -id [string map [list ${destroot} ""] ${f}] ${f}"
}
}

livecheck.type regex
Expand Down
7 changes: 4 additions & 3 deletions tools/MacPorts/multimedia/libvpx/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup muniversal 1.0

name libvpx
version 1.10.0
version 1.11.0
revision 0
categories multimedia
maintainers {devans @dbevans} openmaintainer
Expand Down Expand Up @@ -121,8 +121,9 @@ if {${universal_possible} && [variant_isset universal]} {
# shared library uses relative path in install name
# override with absolute path
post-destroot {
set libname ${prefix}/lib/${name}.6.dylib
system "install_name_tool -id ${libname} ${destroot}${libname}"
foreach f [glob ${destroot}${prefix}/lib/${name}.*.dylib] {
system "install_name_tool -id [string map [list ${destroot} ""] ${f}] ${f}"
}
}

livecheck.type regex
Expand Down

0 comments on commit 615ea88

Please sign in to comment.