Port details |
- wavbreaker GUI tool to split WAV and MP3 files
- 0.16_3 audio =6 0.16_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-06-02 14:43:31
- Last Update: 2024-09-03 13:05:22
- Commit Hash: 00aade3
- People watching this port, also watch:: lame, unzip, vorbis-tools, sox, ffmpeg
- License: GPLv2+
- WWW:
- https://github.com/thp/wavbreaker
- Description:
- This application's purpose in life is to take a WAV file and break it
up into multiple WAV files. It makes a clean break at the correct
position to burn the files to an Audio CD without any dead air between
the tracks.
wavbreaker now also directly supports breaking up MP3s without
re-encoding meaning it's fast and there is no generational
loss. Decoding (using mpg123) is only done for playback and waveform
display.
The GUI displays a waveform summary of the entire file at the top. The
middle portion displays a zoomed-in view that allows you to select
where to start playing and where it will make the break. The bottom
portion contains a list of track breaks. You may change file names and
uncheck parts that you do not want to have written out to disk when
saving.
There is also a command line tool wavmerge to merge WAV files
together. If you download a show and don't like how it was tracked,
you can merge them together with wavmerge and then break them back up
with wavbreaker. The wavmerge tool will only work on files that have
the same format (for example, 44.100 Hz sample rate, 16-bit sample
size, etc.).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wavbreaker>0:audio/wavbreaker
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/audio/wavbreaker/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/wavbreaker
- pkg install wavbreaker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wavbreaker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1671552325
SHA256 (thp-wavbreaker-0.16_GH0.tar.gz) = 5595291fba10e15f7c9ae24787732353d3c11bc3b2174e83631a6304a397490d
SIZE (thp-wavbreaker-0.16_GH0.tar.gz) = 389319
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:
-
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- moodbar : audio/moodbar
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libao.so : audio/libao
- libmpg123.so : audio/mpg123
- libvorbisfile.so : audio/libvorbis
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wavbreaker-0.16_3:
MOODBAR=on: Visual representation from .mood files
MPG123=on: MP3 decoding support via mpg123
VORBIS=on: Ogg Vorbis audio codec support
===> Use 'make config' to modify these settings
- Options name:
- audio_wavbreaker
- USES:
- desktop-file-utils gettext-tools gnome meson pkgconfig
- 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.16_3 03 Sep 2024 13:05:22 |
Jan Beich (jbeich) |
audio/wavbreaker: drop maintainership |
0.16_3 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.16_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.16_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.16 20 Dec 2022 16:50:28 |
Jan Beich (jbeich) |
audio/wavbreaker: update to 0.16
Changes: https://github.com/thp/wavbreaker/releases/tag/0.16
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.15 04 Apr 2022 21:06:03 |
Jan Beich (jbeich) |
audio/wavbreaker: update to 0.15
Changes: https://github.com/thp/wavbreaker/releases/tag/0.15
Reported by: GitHub (watch releases) |
0.14 17 Mar 2022 17:15:40 |
Jan Beich (jbeich) |
audio/wavbreaker: update to 0.14
Changes: https://github.com/thp/wavbreaker/releases/tag/0.14
Reported by: GitHub (watch releases) |
0.13 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
0.13 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.13 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13 21 Nov 2019 17:24:48 |
jbeich |
audio/wavbreaker: update to 0.13
Changes: https://github.com/thp/wavbreaker/releases/tag/0.13
Reported by: GitHub (watch releases) |
0.12 21 Nov 2019 00:54:37 |
jbeich |
audio/wavbreaker: update to 0.12
- Switch to new home on GitHub
- Drop NLS option as gtk30 depends on gettext unconditionally
- Update COMMENT and pkg-descr based on upstream strings
- Add LICENSE_FILE to avoid "+" using placeholder
- Drop "Created by" after refactor
Changes: https://github.com/thp/wavbreaker/releases/tag/0.12
Reported by: upstream |
0.11_3 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
0.11_3 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.11_2 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.11_2 16 Mar 2016 12:58:17 |
jbeich |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
0.11_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.11_2 26 Sep 2015 20:26:22 |
jbeich |
Convert my ports to USES=localbase |
0.11_2 08 Apr 2015 01:55:39 |
jbeich |
- Convert to option helpers
- Don't alter default exported PKG_CONFIG
- Clarify LICENSE allows future GPL versions
- Take maintainership |
0.11_2 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.11_2 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.11_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.11_1 31 Jan 2014 09:04:52 |
gahr |
- STAGE-clean
- Add LICENSE |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.11_1 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
0.11_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.11_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.11_1 01 Oct 2012 11:07:53 |
gahr |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
0.11_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.11 23 Jan 2012 15:55:58 |
gahr |
- Update to 0.11
Release notes: http://wavbreaker.sourceforge.net/news.html |
0.10_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.10_5 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.10_5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.10_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.10_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.10_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.10_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.10_1 06 Jun 2008 13:07:20 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.10 04 Jun 2008 08:09:51 |
gahr |
- Fix configure script, in case it doesn't find pkg-config
Reported by: ionbot |
0.10 03 Jun 2008 23:09:26 |
gahr |
- Update to 0.10
- Add support for Pulseaudio soundserver via the OPTIONS framework
- Respect WITHOUT_NLS knob
- Take maintainship |
0.9 12 Dec 2007 22:43:42 |
lwhsu |
- Update to 0.9
PR: ports/118584
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
0.8.1 02 Aug 2007 20:33:09 |
lme |
Fix pkg-plist
Spotted by: pav
Approved by: miwi (mentor) |
0.8.1 31 Jul 2007 20:57:55 |
lme |
Update to 0.8.1
PR: ports/114737
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor) |
0.8 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.8 27 May 2007 10:00:11 |
miwi |
- Update to 0.8
PR: 113001
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.7_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.7 17 Mar 2006 12:16:56 |
ehaupt |
Update to 0.7
PR: 94491
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.5_3 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
0.5_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.5_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.5 16 Aug 2004 07:21:19 |
krion |
Remove unneeded patch. |
0.5 16 Aug 2004 01:03:06 |
kris |
BROKEN: Patch fails |
0.5 08 Aug 2004 08:11:20 |
krion |
Drop maintainership. |
0.5 27 Jul 2004 13:10:48 |
krion |
Update to 0.5 |
0.4_2 16 Apr 2004 14:42:39 |
krion |
- Remove USE_SIZE knob |
0.4_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.4 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
0.4 20 Dec 2003 00:16:26 |
krion |
- Update to version 0.4 |
0.3 22 Jul 2003 10:34:12 |
krion |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
0.3 30 Jun 2003 12:42:43 |
daichi |
update audio/wavbreaker: 0.2 --> 0.3
PR: 53811
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) |
0.2 02 Jun 2003 14:42:57 |
fjoe |
New port: wavbreaker
Tool to split wav files.
Submitted by: Kirill Ponomarew |