You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
libde265: update to 1.0.19, revbump dependents
This commit is contained in:
@@ -12,7 +12,7 @@ name gstreamer1-gst-plugins-bad
|
||||
set my_name gst-plugins-bad
|
||||
# please only commit stable updates (even numbered releases)
|
||||
version 1.28.2
|
||||
revision 1
|
||||
revision 2
|
||||
description A set of plug-ins for GStreamer that need more quality.
|
||||
long_description GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
|
||||
to the rest. They might be close to being good quality, but they're missing \
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
# -*- 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 cmake 1.1
|
||||
PortGroup github 1.0
|
||||
PortGroup legacysupport 1.1
|
||||
|
||||
github.setup strukturag libde265 1.0.16 v
|
||||
github.setup strukturag libde265 1.0.19 v
|
||||
github.tarball_from releases
|
||||
revision 0
|
||||
|
||||
checksums rmd160 7778a7c2fa6b89e1262b5488de6687109a3bd664 \
|
||||
sha256 b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7 \
|
||||
size 835657
|
||||
checksums rmd160 978c5a419b8f85def29a1e2a6b8d602d670a3782 \
|
||||
sha256 bb19a0b485d2643e0eeb7e91f3ab32d1ad617e7c487dbedc91214ca3dbd8d7eb \
|
||||
size 291375
|
||||
|
||||
categories multimedia
|
||||
license LGPL-3+
|
||||
@@ -18,26 +19,25 @@ maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
||||
description an open source implementation of the h.265 video codec
|
||||
long_description ${name} is {*}${description}.
|
||||
|
||||
compiler.cxx_standard 2011
|
||||
compiler.cxx_standard 2017
|
||||
# see https://trac.macports.org/ticket/59866
|
||||
legacysupport.newest_darwin_requires_legacy \
|
||||
9
|
||||
legacysupport.newest_darwin_requires_legacy 9
|
||||
|
||||
# dec265, a simple player for raw h.265 bitstreams.
|
||||
# sherlock265, a Qt-based video player.
|
||||
configure.args-append --disable-dec265 \
|
||||
--disable-sherlock265 \
|
||||
--disable-arm
|
||||
configure.args-append -DENABLE_SHERLOCK265=OFF \
|
||||
-DENABLE_ENCODER=OFF \
|
||||
-DENABLE_SIMD=OFF
|
||||
|
||||
variant players description {install example video players} {
|
||||
PortGroup qt5 1.0
|
||||
PortGroup active_variants 1.1
|
||||
|
||||
configure.args-delete --disable-dec265 \
|
||||
--disable-sherlock265
|
||||
configure.args-replace -DENABLE_SHERLOCK265=OFF -DENABLE_SHERLOCK265=ON \
|
||||
-DENABLE_ENCODER=OFF -DENABLE_ENCODER=ON
|
||||
|
||||
depends_lib-append path:lib/pkgconfig/libswscale.pc:ffmpeg \
|
||||
port:libsdl \
|
||||
depends_lib-append path:lib/pkgconfig/libswscale.pc:ffmpeg8 \
|
||||
port:libsdl2 \
|
||||
port:libvideogfx
|
||||
configure.env-append PATH=${qt_dir}/bin:$env(PATH)
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ platform darwin {
|
||||
|
||||
if {${port_latest}} {
|
||||
github.setup strukturag libheif 1.21.2 v
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
checksums rmd160 ef1678a39e20f9f98a7b1d30a01313dbe468561a \
|
||||
sha256 75f530b7154bc93e7ecf846edfc0416bf5f490612de8c45983c36385aa742b42 \
|
||||
@@ -37,7 +37,7 @@ if {${port_latest}} {
|
||||
compiler.cxx_standard 2020
|
||||
} else {
|
||||
github.setup strukturag libheif 1.18.2 v
|
||||
revision 3
|
||||
revision 4
|
||||
|
||||
checksums rmd160 fb41f7c4d109883a214b8db5db1039809a3fb8eb \
|
||||
sha256 c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf \
|
||||
|
||||
Reference in New Issue
Block a user