multimedia/librist: update 0.2.10 → 0.2.11

This commit is contained in:
Yuri Victorovich 2025-01-01 18:47:27 -08:00
parent 9bb3b9fe7e
commit 54c1ed56a0
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= librist
DISTVERSION= 0.2.10
DISTVERSION= 0.2.11
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
@ -22,7 +22,7 @@ USE_LDCONFIG= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= rist
GL_TAGNAME= 1e805500dc14a507598cebdd49557c32e514899f
GL_TAGNAME= c526858020ce14c1ef156c0c68a655ba8dfe8b00
MESON_ARGS= -Dtest=false

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1699077208
SHA256 (rist-librist-1e805500dc14a507598cebdd49557c32e514899f_GL0.tar.gz) = 15d664708fe6e044f1249dd0df9291a6d3849ff9cb340b11270afd26efea62dc
SIZE (rist-librist-1e805500dc14a507598cebdd49557c32e514899f_GL0.tar.gz) = 2918205
TIMESTAMP = 1735785318
SHA256 (rist-librist-c526858020ce14c1ef156c0c68a655ba8dfe8b00_GL0.tar.gz) = a5aac150969db099057c564996fdacd60da00a8be93fb340ce6547067868e7de
SIZE (rist-librist-c526858020ce14c1ef156c0c68a655ba8dfe8b00_GL0.tar.gz) = 3097583

View file

@ -1,23 +1,23 @@
- workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280210
- code uses the c11 feature stdatomic.h while it uses --std=c99
--- meson.build.orig 2024-07-09 22:00:05 UTC
--- meson.build.orig 2024-11-15 20:43:07 UTC
+++ meson.build
@@ -5,7 +5,7 @@ project('libRIST', 'c',
project('libRIST', 'c',
version: '0.2.10',
version: '0.2.11',
- default_options: ['c_std=c99', 'warning_level=3', 'libdir=lib'],
+ default_options: ['c_std=c11', 'warning_level=3', 'libdir=lib'],
meson_version: '>= 0.51.0')
cc = meson.get_compiler('c')
@@ -374,7 +374,7 @@ if get_option('static_analyze')
@@ -379,7 +379,7 @@ if get_option('static_analyze')
if get_option('static_analyze')
run_target('cppcheck', command : ['cppcheck',
'--quiet',
- '--std=c99',
+ '--std=c11',
'--suppressions-list=' + join_paths(meson.source_root(), 'common/configs/cppcheck-suppressions.txt'),
'--suppressions-list=' + join_paths(librist_src_root, 'common/configs/cppcheck-suppressions.txt'),
'--project=' + join_paths(meson.build_root(),
'compile_commands.json')])

View file

@ -19,5 +19,5 @@ include/librist/urlparam.h
include/librist/version.h
lib/librist.so
lib/librist.so.4
lib/librist.so.4.3.1
lib/librist.so.4.4.0
libdata/pkgconfig/librist.pc