pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/librespot audio/librespot



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adab700baa20
branches:  trunk
changeset: 376178:adab700baa20
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Apr 03 10:05:29 2022 +0000

description:
audio/librespot

Fix build with gstreamer-backend.

diffstat:

 audio/librespot/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 60ef5b93078c -r adab700baa20 audio/librespot/options.mk
--- a/audio/librespot/options.mk        Sun Apr 03 10:04:09 2022 +0000
+++ b/audio/librespot/options.mk        Sun Apr 03 10:05:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2021/05/14 07:07:19 nia Exp $
+# $NetBSD: options.mk,v 1.5 2022/04/03 10:05:29 pin Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.librespot
 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