pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst123



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 21:42:55 UTC 2026

Modified Files:
        pkgsrc/multimedia/gst123: distinfo
Added Files:
        pkgsrc/multimedia/gst123/patches: patch-src_terminal.h

Log Message:
gst123: add missing header

to fix build on NetBSD 11


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/gst123/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/gst123/patches/patch-src_terminal.h

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

Modified files:

Index: pkgsrc/multimedia/gst123/distinfo
diff -u pkgsrc/multimedia/gst123/distinfo:1.12 pkgsrc/multimedia/gst123/distinfo:1.13
--- pkgsrc/multimedia/gst123/distinfo:1.12      Tue Oct 26 11:01:05 2021
+++ pkgsrc/multimedia/gst123/distinfo   Tue Jan  6 21:42:55 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:01:05 nia Exp $
+$NetBSD: distinfo,v 1.13 2026/01/06 21:42:55 wiz Exp $
 
 BLAKE2s (gst123-0.3.5.tar.bz2) = 2986db2cef672dbc0aebd2cd990ed78464828f3d4b15a3ed50bea9576afafd93
 SHA512 (gst123-0.3.5.tar.bz2) = a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee
 Size (gst123-0.3.5.tar.bz2) = 125468 bytes
+SHA1 (patch-src_terminal.h) = 1352da2cc6ae84ae8bc38fb394a14e8115161e2c

Added files:

Index: pkgsrc/multimedia/gst123/patches/patch-src_terminal.h
diff -u /dev/null pkgsrc/multimedia/gst123/patches/patch-src_terminal.h:1.1
--- /dev/null   Tue Jan  6 21:42:55 2026
+++ pkgsrc/multimedia/gst123/patches/patch-src_terminal.h       Tue Jan  6 21:42:55 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_terminal.h,v 1.1 2026/01/06 21:42:55 wiz Exp $
+
+Include termios.h for struct termios.
+
+--- src/terminal.h.orig        2026-01-06 21:41:47.238819588 +0000
++++ src/terminal.h
+@@ -20,6 +20,7 @@
+ #define GST123_TERMINAL_H
+ 
+ #include <term.h>
++#include <termios.h>
+ #include <glib.h>
+ #include <vector>
+ #include <string>



Home | Main Index | Thread Index | Old Index