pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/spotify-player audio/spotify-player
details: https://anonhg.NetBSD.org/pkgsrc/rev/60ef5b93078c
branches: trunk
changeset: 376177:60ef5b93078c
user: pin <pin%pkgsrc.org@localhost>
date: Sun Apr 03 10:04:09 2022 +0000
description:
audio/spotify-player
Fix build with gstreamer-backend.
diffstat:
audio/spotify-player/options.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r aa7a42ff6201 -r 60ef5b93078c audio/spotify-player/options.mk
--- a/audio/spotify-player/options.mk Sun Apr 03 09:17:56 2022 +0000
+++ b/audio/spotify-player/options.mk Sun Apr 03 10:04:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2021/09/08 10:48:20 pin Exp $
+# $NetBSD: options.mk,v 1.3 2022/04/03 10:04:09 pin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spotify-player
PKG_SUPPORTED_OPTIONS= alsa gstreamer jack portaudio pulseaudio rodio sdl
@@ -17,7 +17,10 @@
CARGO_FEATURES+= gstreamer-backend
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.gstreamer1}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gstreamer1}/lib
+DEPENDS+= gstreamer1-default-backend-[0-9]*:../../meta-pkgs/gstreamer1-default-backend
.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-good/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mjack)
Home |
Main Index |
Thread Index |
Old Index