Commit 9d649c56 authored by Rene Ladan's avatar Rene Ladan
Browse files

audio/decibels: Remove expired port

2025-11-30 audio/decibels: Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856
parent ae795746
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4873,3 +4873,4 @@ x11/salut||2025-11-25|Has expired: fails to build with rust 1.90.0
comms/gtkmmorse||2025-11-26|Has expired: Depends on expired devel/gconfmm26
devel/gconfmm26||2025-11-26|Has expired: Gconf has been replaced with gsettings
print/xreader|graphics/xreader|2025-11-27|Use proper category based on repocopy from graphics/atril
audio/decibels||2025-12-01|Has expired: Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@
    SUBDIR += deadbeef-spectrogram-plugin
    SUBDIR += deadbeef-vu-meter-plugin
    SUBDIR += deadbeef-waveform-seekbar-plugin
    SUBDIR += decibels
    SUBDIR += denemo
    SUBDIR += dexed
    SUBDIR += dgedit

audio/decibels/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	decibels
DISTVERSION=	48.0
CATEGORIES=	audio gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GNOME audio player
WWW=		https://gitlab.gnome.org/GNOME/decibels

DEPRECATED=	Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856
EXPIRATION_DATE=2025-11-30

LICENSE=	GPLv3

BUILD_DEPENDS=	tsc:lang/typescript \
		blueprint-compiler:devel/blueprint-compiler
LIB_DEPENDS=	libgjs.so:lang/gjs
RUN_DEPENDS=	dbus>0:devel/dbus

USES=		desktop-file-utils gettext-tools gnome gstreamer meson \
		pkgconfig tar:xz
USE_GNOME=	glib20 gtk40 libadwaita
USE_GSTREAMER=	faad flac lame libav ogg opus ugly vorbis wavpack

PORTSCOUT=	limit:^48\.

.include <bsd.port.mk>

audio/decibels/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1745433863
SHA256 (gnome/decibels-48.0.tar.xz) = 229b11a9263147bcb8c3e21ff0d4af659fb26262f8aece547adcf8c65e031f74
SIZE (gnome/decibels-48.0.tar.xz) = 584392

audio/decibels/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
An audio player that just plays audio files. It doesn't require an organized
music library and won't overload you with tons of functionality.
Decibels offers advanced features such as:
- An elegant waveform of the track
- Adjustable playback speed
- Easy seek controls
- Playing multiple files at the same time
Loading