Skip to content

Commit

Permalink
audiowmark: update to 0.6.3
Browse files Browse the repository at this point in the history
* use ffmpeg7
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and reneeotten committed Jan 1, 2025
1 parent d49678f commit 1371686
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 86 deletions.
22 changes: 13 additions & 9 deletions audio/audiowmark/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup gitlab 1.0
PortGroup compiler_blacklist_versions 1.0

gitlab.instance https://code.uplex.de
gitlab.setup stefan audiowmark 0.6.2
revision 1
gitlab.setup stefan audiowmark 0.6.3
revision 0

categories audio
maintainers {@aeiouaeiouaeiouaeiouaeiouaeiou outlook.com:aeioudev} openmaintainer
Expand All @@ -27,29 +27,33 @@ long_description {*}${description} A sound file is read by the software, \

homepage https://uplex.de/audiowmark/

checksums rmd160 d2a0f274efa84f897d51d17f7142ab222c8383b4 \
sha256 8c88a6b2a5a6d51d67fa3d76d85baf9405d6fe2bf559d520ca9e0e3b2433bef7 \
size 104386
checksums rmd160 9d541594a6392fc6752faaec0786fc59f3129207 \
sha256 a465a45eb25be7057b24607e988b38d7a60e554fecf881f75a74fa45256e5cfa \
size 117205

set ffmpeg_ver 7

depends_build port:gettext \
port:pkgconfig \
port:autoconf-archive

depends_lib port:fftw-3-single \
path:lib/libavcodec.dylib:ffmpeg \
port:ffmpeg${ffmpeg_ver} \
port:libsndfile \
port:libgcrypt \
port:libzita-resampler \
port:mpg123

patchfiles patch-missing-errno.diff \
patch-cinttypes.diff

compiler.cxx_standard \
2014
# do not use Xcode Clang due to failing buildbots
compiler.blacklist {clang}

# configure: error: Package requirements (libavcodec libavformat
# libavutil libswresample) were not met
configure.pkg_config_path \
${prefix}/libexec/ffmpeg${ffmpeg_ver}/lib/pkgconfig

# videowmark always requires ffmpeg libraries
configure.args --with-ffmpeg

Expand Down
59 changes: 0 additions & 59 deletions audio/audiowmark/files/patch-cinttypes.diff

This file was deleted.

18 changes: 0 additions & 18 deletions audio/audiowmark/files/patch-missing-errno.diff

This file was deleted.

0 comments on commit 1371686

Please sign in to comment.