pkgsrc-WIP-changes archive

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

gst-plugins1-base: fix some pkglint



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed May 5 23:00:31 2021 +0200
Changeset:	db2cd43e0a87c356994a2cec044ab24fbda31ab8

Modified Files:
	gst-plugins1-base/Makefile
	gst-plugins1-base/buildlink3.mk
	gst-plugins1-base/distinfo
	gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h

Log Message:
gst-plugins1-base: fix some pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db2cd43e0a87c356994a2cec044ab24fbda31ab8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gst-plugins1-base/Makefile                                        | 2 +-
 gst-plugins1-base/buildlink3.mk                                   | 4 ++--
 gst-plugins1-base/distinfo                                        | 2 +-
 gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h | 2 ++
 4 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/gst-plugins1-base/Makefile b/gst-plugins1-base/Makefile
index aebdbae6be..7a09310711 100644
--- a/gst-plugins1-base/Makefile
+++ b/gst-plugins1-base/Makefile
@@ -18,7 +18,7 @@ USE_TOOLS+=		pkg-config perl:run
 PKGCONFIG_OVERRIDE=		output/pkgconfig/*.pc
 PKGCONFIG_OVERRIDE_STAGE=	pre-install
 
-PYTHON_FOR_BUILD_ONLY=  tool
+PYTHON_FOR_BUILD_ONLY=		tool
 
 # for tests
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gst-libs/gst/audio:${WRKSRC}/output/gst-libs/gst/video:${WRKSRC}/output/gst-libs/gst/tag:${WRKSRC}/output/gst-libs/gst/rtp:${WRKSRC}/output/gst-libs/gst/allocators:${WRKSRC}/output/gst-libs/gst/app:${WRKSRC}/output/gst-libs/gst/pbutils:${WRKSRC}/output/gst-libs/gst/gl:${WRKSRC}/output/gst-libs/ext/ogg:${WRKSRC}/output/gst-libs/ext/opus:${WRKSRC}/output/gst-libs/ext/theora:${WRKSRC}/output/gst-libs/ext/vorbis:${WRKSRC}/output/gst-libs/gst/riff:${WRKSRC}/output/gst-libs/gst/sdp:${WRKSRC}/output/gst-libs/gst/fft:${WRKSRC}/output/gst-libs/gst/rtsp
diff --git a/gst-plugins1-base/buildlink3.mk b/gst-plugins1-base/buildlink3.mk
index 642d91522f..d0a3269f61 100644
--- a/gst-plugins1-base/buildlink3.mk
+++ b/gst-plugins1-base/buildlink3.mk
@@ -7,9 +7,9 @@ GST_PLUGINS1_BASE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gst-plugins1-base+=	gst-plugins1-base>=1.0.0
 BUILDLINK_ABI_DEPENDS.gst-plugins1-base+=	gst-plugins1-base>=1.16.2nb1
-BUILDLINK_PKGSRCDIR.gst-plugins1-base?=		../../multimedia/gst-plugins1-base
+BUILDLINK_PKGSRCDIR.gst-plugins1-base?=		../../wip/gst-plugins1-base
 
-.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../wip/gstreamer1/buildlink3.mk"
 .include "../../devel/orc/buildlink3.mk"
 .endif # GST_PLUGINS1_BASE_BUILDLINK3_MK
 
diff --git a/gst-plugins1-base/distinfo b/gst-plugins1-base/distinfo
index f28fdb27a9..4ccbe94bd3 100644
--- a/gst-plugins1-base/distinfo
+++ b/gst-plugins1-base/distinfo
@@ -4,4 +4,4 @@ SHA1 (gst-plugins-base-1.18.4.tar.xz) = 879dc96692609ac079cd9d05b359882fb9cf7108
 RMD160 (gst-plugins-base-1.18.4.tar.xz) = 9bb4f0f341b3167facc04307149a259d108f2c77
 SHA512 (gst-plugins-base-1.18.4.tar.xz) = c750d68404462807ff03f441e232c4d98752a9bceeec3038fb37a105942f25499bde0660ca688b6f3204c58eb6a2e3f33671e979018c8bd829e7591455961a6a
 Size (gst-plugins-base-1.18.4.tar.xz) = 3169512 bytes
-SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = d0ad106ec228312e462954ac4b107cb7bcf20b57
+SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8
diff --git a/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h b/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h
index 10a79e9738..6142996b52 100644
--- a/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h
+++ b/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Adapt path to pkgsrc location of cdparanoia headers.
+
 --- ext/cdparanoia/gstcdparanoiasrc.h.orig	2021-03-15 17:48:01.219277600 +0000
 +++ ext/cdparanoia/gstcdparanoiasrc.h
 @@ -34,8 +34,8 @@ static const char GST_PLUGINS_BASE_VERSI


Home | Main Index | Thread Index | Old Index