pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/librespot



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Apr  3 10:05:29 UTC 2022

Modified Files:
        pkgsrc/audio/librespot: options.mk

Log Message:
audio/librespot

Fix build with gstreamer-backend.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/librespot/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/librespot/options.mk
diff -u pkgsrc/audio/librespot/options.mk:1.4 pkgsrc/audio/librespot/options.mk:1.5
--- pkgsrc/audio/librespot/options.mk:1.4       Fri May 14 07:07:19 2021
+++ pkgsrc/audio/librespot/options.mk   Sun Apr  3 10:05:29 2022
@@ -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 @@ 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