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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
gstreamer-plugins-mp3 Gstreamer Plugins Mp3 decoder meta-port
0.10.0_1 audio Deleted on this many watch lists=19 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.10.0_1Version of this port present on the latest quarterly branch.
Maintainer: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-06-07 14:01:15
Last Update: 2021-02-04 06:04:51
SVN Revision: 563995
People watching this port, also watch:: desktop-file-utils, xlsclients, font-misc-meltho, font-bh-lucidatypewriter-100dpi, mkfontscale
License: not specified in port
Description:
Gstreamer Plugins Mp3 decoder meta-port
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gstreamer-plugins-mp3>0:audio/gstreamer-plugins-mp3
No installation instructions:
This port has been deleted.
PKGNAME: gstreamer-plugins-mp3
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
gstreamer-plugins-mp3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.10.0_1-----
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gstreamer-plugins-mad>=0.10.0 : audio/gstreamer-plugins-mad
  2. gstreamer-plugins>=0 : multimedia/gstreamer-plugins
Runtime dependencies:
  1. gstreamer-plugins-mad>=0.10.0 : audio/gstreamer-plugins-mad
  2. gstreamer-plugins>=0 : multimedia/gstreamer-plugins
Library dependencies:
  1. libgstreamer-0.10.so : multimedia/gstreamer
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. audio/decibel-audio-player*
  2. audio/gstreamer-plugins-moodbar*
  3. audio/linnya*
  4. graphics/swfdec*
  5. multimedia/gstreamer-plugins-all*
  6. multimedia/gstreamer-plugins-core*
  7. sysutils/gnomebaker*
  8. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. audio/decibel-audio-player*
  2. audio/gstreamer-plugins-moodbar*
  3. audio/linnya*
  4. graphics/swfdec*
  5. multimedia/gstreamer-plugins-all*
  6. multimedia/gstreamer-plugins-core*
  7. sysutils/gnomebaker*
  8. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for gstreamer-plugins-mp3-0.10.0_1: ====> MP3 audio format support: you have to choose at least one of them MAD=on: MAD MP3 audio decoder support FLUENDO=off: Use Fluendo Mp3 decoder ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
metaport
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Port Moves
  • port deleted on 2021-02-04
    REASON: Replaced by gstreamer1

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.0_1
04 Feb 2021 06:04:51
Revision:563995Original commit files touched by this commit
bapt search for other commits by this committer
Remove expired gstreamer 0.x

gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept
to let time for applications to catchup on gstreamer 1.x
0.10.0_1
15 Jul 2015 14:26:02
Revision:392148Original commit files touched by this commit
kwm search for other commits by this committer
Use OPTION helpers and USES=metaport

PR:		201539
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
0.10.0_1
01 Nov 2013 22:14:08
Revision:332416Original commit files touched by this commit
kwm search for other commits by this committer
Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
0.10.0_1
20 Sep 2013 14:36:37
Revision:327706Original 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:
audio)
0.10.0_1
02 Jun 2012 17:56:56
Original commit files touched by this commit
bapt search for other commits by this committer
Fix typo in fluendo description
0.10.0_1
01 Jun 2012 11:47:17
Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
0.10.0_1
06 Jun 2008 13:07:20
Original commit files touched by this commit
edwin search for other commits by this committer
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.0
07 Jun 2007 14:00:05
Original commit files touched by this commit
ahze search for other commits by this committer
- Add gstreamer-plugins-mp3
Gstreamer Plugins Mp3 decoder meta-port

Number of commits found: 8