pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/farstream



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 29 20:25:16 UTC 2023

Modified Files:
        pkgsrc/chat/farstream: Makefile distinfo
        pkgsrc/chat/farstream/patches: patch-configure.ac

Log Message:
farstream: allow building with gupnp-1.6; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/chat/farstream/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/farstream/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/farstream/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/chat/farstream/Makefile
diff -u pkgsrc/chat/farstream/Makefile:1.35 pkgsrc/chat/farstream/Makefile:1.36
--- pkgsrc/chat/farstream/Makefile:1.35 Wed Apr 19 08:09:15 2023
+++ pkgsrc/chat/farstream/Makefile      Tue Aug 29 20:25:16 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2023/04/19 08:09:15 adam Exp $
+# $NetBSD: Makefile,v 1.36 2023/08/29 20:25:16 adam Exp $
 
 DISTNAME=      farstream-0.2.9
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    chat multimedia
 MASTER_SITES=  https://freedesktop.org/software/farstream/releases/farstream/
 
@@ -23,7 +23,6 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.1
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.4
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.4
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../net/gupnp-igd/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libnice+=        libnice>=0.1.0

Index: pkgsrc/chat/farstream/distinfo
diff -u pkgsrc/chat/farstream/distinfo:1.6 pkgsrc/chat/farstream/distinfo:1.7
--- pkgsrc/chat/farstream/distinfo:1.6  Tue Oct 26 10:05:14 2021
+++ pkgsrc/chat/farstream/distinfo      Tue Aug 29 20:25:16 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:05:14 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/08/29 20:25:16 adam Exp $
 
 BLAKE2s (farstream-0.2.9.tar.gz) = 9a24ad66367640eb32610d1925f323f29b5e30458f5a42a8e55d5848090c9d92
 SHA512 (farstream-0.2.9.tar.gz) = 8840725d2f1de59bebc8c49cf68a6712822a4e7b6ba9078713f80e3c35a39135565a1a885edab43a562f895e11b8f5d8d666d57d9b3814dabb661f46498515bd
 Size (farstream-0.2.9.tar.gz) = 1334833 bytes
 SHA1 (patch-common-modified_gst-glib-gen.mak) = c263dcc05f309be5d7495e286f842dd21acaa80a
-SHA1 (patch-configure.ac) = 476db129a8a425e44cd0eacdaeacf4855996a518
+SHA1 (patch-configure.ac) = 7ac783b06b8adb6ac9052626fcf86fdac6ce912c

Index: pkgsrc/chat/farstream/patches/patch-configure.ac
diff -u pkgsrc/chat/farstream/patches/patch-configure.ac:1.1 pkgsrc/chat/farstream/patches/patch-configure.ac:1.2
--- pkgsrc/chat/farstream/patches/patch-configure.ac:1.1        Mon May  3 08:34:37 2021
+++ pkgsrc/chat/farstream/patches/patch-configure.ac    Tue Aug 29 20:25:16 2023
@@ -1,10 +1,12 @@
-$NetBSD: patch-configure.ac,v 1.1 2021/05/03 08:34:37 wiz Exp $
+$NetBSD: patch-configure.ac,v 1.2 2023/08/29 20:25:16 adam Exp $
 
 This fixes build failure for latest source with autoconf. Add the check
 glib-mkenums and definition of GLIB_MKENUMS to configure.ac
 
 https://gitlab.freedesktop.org/farstream/farstream/-/commit/f047f4f6640146dda90cf9c87565fd61a3edeee8
 
+Build with gupnp-igd-1.6.
+
 --- configure.ac.orig  2020-03-11 23:26:39.000000000 +0000
 +++ configure.ac
 @@ -264,6 +264,12 @@ FS_PREFIX="`$PKG_CONFIG --variable=prefi
@@ -20,3 +22,12 @@ https://gitlab.freedesktop.org/farstream
  dnl *** set variables based on configure arguments ***
  
  dnl set license and copyright notice
+@@ -354,7 +360,7 @@ AC_ARG_ENABLE([gupnp],
+ 
+ HAVE_GUPNP=no
+ if test "x$WANT_GUPNP" != "xno"; then
+-   PKG_CHECK_MODULES(GUPNP, [ gupnp-igd-1.0 >= 0.2 ],
++   PKG_CHECK_MODULES(GUPNP, [ gupnp-igd-1.6 >= 1.6.0 ],
+     [ HAVE_GUPNP=yes ],
+     [ HAVE_GUPNP=no ])
+ fi



Home | Main Index | Thread Index | Old Index