Port details |
- audiowmark Audio and video watermarking tool
- 0.6.1_1 audio
=0 0.6.1_1Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2023-06-09 06:54:08
- Last Update: 2023-06-12 07:59:19
- Commit Hash: d2a7ba9
- License: GPLv3
- WWW:
- https://github.com/swesterfeld/audiowmark
- Description:
- A sound file is read by the software, and a 128-bit message is stored in
a watermark in the output sound file. For human listeners, the files
typically sound the same.
However, the 128-bit message can be retrieved from the output sound
file. Our tests show, that even if the file is converted to mp3 or ogg
(with bitrate 128 kbit/s or higher), the watermark usually can be
retrieved without problems. The process of retrieving the message does
not need the original audio file (blind decoding).
Internally, audiowmark is using the patchwork algorithm to hide the data
in the spectrum of the audio file. The signal is split into 1024 sample
frames. For each frame, some pseoudo-randomly selected amplitudes of the
frequency bands of a 1024-value FFTs are increased or decreased
slightly, which can be detected later.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- audiowmark>0:audio/audiowmark
- To install the port:
- cd /usr/ports/audio/audiowmark/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/audiowmark
- pkg install audiowmark
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: audiowmark
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686551226
SHA256 (swesterfeld-audiowmark-0.6.1_GH0.tar.gz) = 033500755f333db228c0192c80782fa4ad947e7604a5f34689a3ce4eef72afcc
SIZE (swesterfeld-audiowmark-0.6.1_GH0.tar.gz) = 102875
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- fftw3.h : math/fftw3
- autoconf-archive>=0 : devel/autoconf-archive
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libfftw3f.so : math/fftw3-float
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- libmpg123.so : audio/mpg123
- libsndfile.so : audio/libsndfile
- libzita-resampler.so : audio/zita-resampler
- libavcodec.so : multimedia/ffmpeg
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for audiowmark-0.6.1_1:
DOCS=on: Build and/or install documentation
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
===> Use 'make config' to modify these settings
- Options name:
- audio_audiowmark
- USES:
- autoreconf localbase:ldflags pkgconfig shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_1 12 Jun 2023 07:59:19
    |
Emanuel Haupt (ehaupt)  |
audio/audiowmark: Fix build with llvm15
Upstream issue: https://github.com/swesterfeld/audiowmark/issues/36 |
0.6.1 09 Jun 2023 06:53:07
    |
Emanuel Haupt (ehaupt)  |
audio/audiowmark: Add new port
A sound file is read by the software, and a 128-bit message is stored in
a watermark in the output sound file. For human listeners, the files
typically sound the same.
However, the 128-bit message can be retrieved from the output sound
file. Our tests show, that even if the file is converted to mp3 or ogg
(with bitrate 128 kbit/s or higher), the watermark usually can be
retrieved without problems. The process of retrieving the message does
not need the original audio file (blind decoding).
Internally, audiowmark is using the patchwork algorithm to hide the data
in the spectrum of the audio file. The signal is split into 1024 sample
frames. For each frame, some pseoudo-randomly selected amplitudes of the
frequency bands of a 1024-value FFTs are increased or decreased
slightly, which can be detected later. |