pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/spotify-player
Module Name: pkgsrc
Committed By: pin
Date: Sun Apr 3 10:04:09 UTC 2022
Modified Files:
pkgsrc/audio/spotify-player: options.mk
Log Message:
audio/spotify-player
Fix build with gstreamer-backend.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/spotify-player/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/spotify-player/options.mk
diff -u pkgsrc/audio/spotify-player/options.mk:1.2 pkgsrc/audio/spotify-player/options.mk:1.3
--- pkgsrc/audio/spotify-player/options.mk:1.2 Wed Sep 8 10:48:20 2021
+++ pkgsrc/audio/spotify-player/options.mk Sun Apr 3 10:04:09 2022
@@ -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 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPAT
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