Port details |
- audiowmark Audio and video watermarking tool
- 0.6.3 audio
=2 0.6.2Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2023-06-09 06:54:08
- Last Update: 2024-12-30 13:09:58
- Commit Hash: e83d2c7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 = 1735562747
SHA256 (swesterfeld-audiowmark-0.6.3_GH0.tar.gz) = f2a0b67f319e207c58695a3767fb3d54e37df5fec6bf14374210900eec67380b
SIZE (swesterfeld-audiowmark-0.6.3_GH0.tar.gz) = 141124
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
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- 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.3:
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 gettext-tools libtool 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.3 30 Dec 2024 13:09:58
    |
Emanuel Haupt (ehaupt)  |
audio/audiowmark: Update to 0.6.3 |
0.6.2 21 Feb 2024 19:36:34
    |
Emanuel Haupt (ehaupt)  |
audio/audiowmark: Update to 0.6.2 |
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. |