notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
gst123 Command-line tool to play audio and video files
0.4.1 multimedia on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.3.3_5Version of this port present on the latest quarterly branch.
Maintainer: mew14930xvi@inbox.lv search for ports maintained by this maintainer
Port Added: 2011-04-07 07:13:26
Last Update: 2025-01-18 16:18:56
Commit Hash: a19f517
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: LGPL20+
WWW:
https://space.twc.de/~stefan/gst123.php
Description:
This program is designed to be flexible command line player in the spirit of ogg123 and mpg123, based on GStreamer. It plays all file formats GStreamer understands, so if you have a music collection which contains different file formats, like FLAC, Ogg, and MP3, you can use gst123 to play all your music files.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/gst123
  2. share/man/man1/gst123.1.gz
  3. /usr/local/share/licenses/gst123-0.4.1/catalog.mk
  4. /usr/local/share/licenses/gst123-0.4.1/LICENSE
  5. /usr/local/share/licenses/gst123-0.4.1/LGPL20+
Collapse this list.
Dependency lines:
  • gst123>0:multimedia/gst123
To install the port:
cd /usr/ports/multimedia/gst123/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/gst123
  • pkg install gst123
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gst123
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736050485 SHA256 (gst123-0.4.1.tar.bz2) = 891d4f0a39f1341a80d3acc4293f46a5fb563c41f6795935a49425a2219d2e68 SIZE (gst123-0.4.1.tar.bz2) = 121588

Packages (timestamps in pop-ups are UTC):
gst123
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.10.4.10.3.3_3-0.4.1---
FreeBSD:13:quarterly0.3.3_50.3.3_5-0.3.3_50.3.3_50.3.3_40.3.3_40.3.3_4
FreeBSD:14:latest0.4.10.4.10.3.3_3-0.4.10.3.3_4-0.3.3_4
FreeBSD:14:quarterly0.3.3_50.3.3_5-0.3.3_50.3.3_50.3.3_40.3.3_40.3.3_4
FreeBSD:15:latest0.4.10.4.1n/a0.4.1n/a0.3.3_50.3.3_50.3.3_5
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. gstreamer1-plugins-good>=1.24.11 : multimedia/gstreamer1-plugins-good
  3. gstreamer1-plugins>=1.24.11 : multimedia/gstreamer1-plugins
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. x11.pc : x11/libX11
Runtime dependencies:
  1. gstreamer1-plugins-good>=1.24.11 : multimedia/gstreamer1-plugins-good
  2. gstreamer1-plugins>=1.24.11 : multimedia/gstreamer1-plugins
  3. x11.pc : x11/libX11
Library dependencies:
  1. libatk-1.0.so : accessibility/at-spi2-core
  2. libcairo.so : graphics/cairo
  3. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  4. libglib-2.0.so : devel/glib20
  5. libintl.so : devel/gettext-runtime
  6. libgtk-3.so : x11-toolkits/gtk30
  7. libharfbuzz.so : print/harfbuzz
  8. libpango-1.0.so : x11-toolkits/pango
  9. libgstreamer-1.0.so : multimedia/gstreamer1
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
multimedia_gst123
USES:
compiler:c++11-lang localbase gmake gnome gstreamer ncurses pkgconfig tar:bzip2 xorg
pkg-message:
For install:
Since version 0.4.0, migrate the configuration file from ~/.gst123rc to $XDG_CONFIG_HOME/gst123rc which defaults to ~/.config/gst123rc.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/swesterfeld/gst123/releases/download/0.4.1/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.1
18 Jan 2025 16:18:56
commit hash: a19f517290b2ef1d12fd65ad8af38bfed1c99c46commit hash: a19f517290b2ef1d12fd65ad8af38bfed1c99c46commit hash: a19f517290b2ef1d12fd65ad8af38bfed1c99c46commit hash: a19f517290b2ef1d12fd65ad8af38bfed1c99c46 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: mew14930xvi
multimedia/gst123: Fix build on 13

Can't find ncurses during configure stage:
checking for ncurses >= 5... no
checking for ncurses6-config... false
checking for ncurses5-config... (cached) false
checking for ncurses-config... (cached) false
configure: error: Neither pkgconfig(ncurses) nor ncurses-config was found.
===>  Script "configure" failed unexpectedly.

PR:	284122
Fixes:	716c8f511a06 (Update 0.3.3 → 0.4.1 and remove DEPRECATED)
0.4.1
14 Jan 2025 18:48:53
commit hash: 716c8f511a063d2b8545244e3b195941adc17a5fcommit hash: 716c8f511a063d2b8545244e3b195941adc17a5fcommit hash: 716c8f511a063d2b8545244e3b195941adc17a5fcommit hash: 716c8f511a063d2b8545244e3b195941adc17a5f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: mew14930xvi
multimedia/gst123: Update 0.3.3 → 0.4.1 and remove DEPRECATED

Changes in port:
- undeprecate;
- get maintainership;
- pet portclippy.

Since version 0.4.0, migrate the configuration file from ~/.gst123rc
to $XDG_CONFIG_HOME/gst123rc which defaults to ~/.config/gst123rc.

Changelogs:
https://github.com/swesterfeld/gst123/releases/tag/0.4.0
https://github.com/swesterfeld/gst123/releases/tag/0.4.1

PR:		283852
Approved by:	Herbert J. Skuhra <herbert@gojira.at> (former maintainer)
0.3.3_5
07 Jan 2025 19:50:39
commit hash: daaf95820e2f638237a8fc10d34ca13870332296commit hash: daaf95820e2f638237a8fc10d34ca13870332296commit hash: daaf95820e2f638237a8fc10d34ca13870332296commit hash: daaf95820e2f638237a8fc10d34ca13870332296 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
multimedia/gst123: fix expiration date
0.3.3_5
05 Jan 2025 01:06:35
commit hash: e53c4ed32d3f8ad4bc3d15042145c76c262c5140commit hash: e53c4ed32d3f8ad4bc3d15042145c76c262c5140commit hash: e53c4ed32d3f8ad4bc3d15042145c76c262c5140commit hash: e53c4ed32d3f8ad4bc3d15042145c76c262c5140 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
multimedia/gst123: Deprecate and set expiration date to 2025-02-28

Outdated and unsupported upstream, depends on deprecated library GTK2

Reference:
https://github.com/swesterfeld/gst123

PR:		282590
Approved by:	portmgr (maintainer timeout, 2+ months)
0.3.3_5
21 Jan 2024 21:42:27
commit hash: 7711e392591350e300d91c74816a53f29a92277dcommit hash: 7711e392591350e300d91c74816a53f29a92277dcommit hash: 7711e392591350e300d91c74816a53f29a92277dcommit hash: 7711e392591350e300d91c74816a53f29a92277d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
multimedia/gst123: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
0.3.3_4
02 Mar 2023 05:23:10
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.3.3_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.3.3_3
20 Jul 2022 14:22:30
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.3_3
30 Apr 2022 08:03:20
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
0.3.3_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.3.3_3
09 Nov 2020 08:58:30
Revision:554692Original commit files touched by this commit
bapt search for other commits by this committer
Remove gstreamer 0.10 support

Only build with gstreamer 1
While here:
- switch to USES=localbase
- fix build with ports ncurses is installed (by forcing linking to libtinfo
0.3.3_2
08 Nov 2019 13:59:51
Revision:517065Original commit files touched by this commit
tobik search for other commits by this committer
multimedia: Add missing USES={gl,gnome,sdl,xorg}
0.3.3_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.3.3_1
12 Mar 2019 04:11:56
Revision:495421Original commit files touched by this commit
linimon search for other commits by this committer
Fix build on gcc-based architectures:

  /usr/local/lib/libgraphite2.so.3: undefined reference to
'__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

Approved by:	portmgr (tier-2 blanket)
0.3.3_1
08 Dec 2016 19:52:20
Revision:428152Original commit files touched by this commit
tijl search for other commits by this committer
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.3.3
20 Nov 2016 04:41:18
Revision:426554Original commit files touched by this commit
marino search for other commits by this committer
archivers/zipmix, multimedia/gst123: Document ncurses requirement

Approved by:	ncurses blanket
0.3.3
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
0.3.3
17 Dec 2013 17:54:55
Revision:336747Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 0.3.2 to 0.3.3 [1]
- Remove the indefinite article from COMMENT
- Add stage support

PR:		ports/184932
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) [1]
0.3.2
20 Sep 2013 20:57:49
Revision:327747Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
0.3.2
06 Sep 2013 12:12:01
Revision:326491Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
0.3.2
03 May 2013 21:36:29
Revision:317266Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 0.3.2.

PR:		ports/178226
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
0.2.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.2.1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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.2.1
23 Aug 2011 07:44:38
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 0.2.1

PR:             ports/159960
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
0.2.0
13 Apr 2011 12:50:47
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.2.0

PR:             ports/156366
Submitted by:   Herbert J. Skuhra <h.skuhra AT gmail.com> (maintainer)
0.1.4
07 Apr 2011 07:13:04
Original commit files touched by this commit
danfe search for other commits by this committer
Add gst123 0.1.4, a command-line tool to play audio and video files.

PR:             ports/152954 (severely modified)
Submitted by:   Herbert J. Skuhra <h.skuhra at gmail.com>

Number of commits found: 27