[packages/farstream] Rel 2
arekm
arekm at pld-linux.org
Thu May 21 15:34:24 CEST 2026
commit 12ccb8b216913529b00dfd38efbf1f827ee4d637
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:34:07 2026 +0200
Rel 2
farstream-make.patch | 19 ++++++++++++++-----
farstream.spec | 3 ++-
2 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/farstream.spec b/farstream.spec
index 361c429..cf70945 100644
--- a/farstream.spec
+++ b/farstream.spec
@@ -7,7 +7,7 @@ Summary: Audio/Video Communications Framework
Summary(pl.UTF-8): Szkielet komunikacji Audio/Video
Name: farstream
Version: 0.2.9
-Release: 1
+Release: 2
License: LGPL v2+
Group: Libraries
Source0: https://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
@@ -115,6 +115,7 @@ Dokumentacja API biblioteki Farstream.
%{__autoheader}
%{__automake}
%configure \
+ CPPFLAGS="%{rpmcppflags}" \
%{__enable_disable apidocs gtk-doc} \
%{__enable_disable static_libs static} \
--disable-silent-rules \
diff --git a/farstream-make.patch b/farstream-make.patch
index 6dffd08..63b03b0 100644
--- a/farstream-make.patch
+++ b/farstream-make.patch
@@ -4,12 +4,12 @@ diff -urN farstream-0.2.9.orig/common-modified/gst-glib-gen.mak farstream-0.2.9/
@@ -6,7 +6,9 @@
#glib_gen_prefix=gst_color_balance
#glib_gen_basename=colorbalance
-
+
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+H := \#
+
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
-
+
# these are all the rules generating the relevant files
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)
diff -urN farstream-0.2.9.orig/farstream/Makefile.am farstream-0.2.9/farstream/Makefile.am
@@ -18,7 +18,7 @@ diff -urN farstream-0.2.9.orig/farstream/Makefile.am farstream-0.2.9/farstream/M
@@ -69,11 +69,13 @@
fs-conference.h \
fs-utils.h
-
+
+H := \#
+
glib_enum_headers=$(public_headers)
@@ -27,6 +27,15 @@ diff -urN farstream-0.2.9.orig/farstream/Makefile.am farstream-0.2.9/farstream/M
glib_gen_basename=fs
-glib_gen_decl_include=\#include <glib-object.h>
+glib_gen_decl_include=$(H)include <glib-object.h>
-
+
include $(top_srcdir)/common-modified/gst-glib-gen.mak
-
+
+@@ -88,7 +90,7 @@
+
+
+ INTROSPECTION_GIRS = Farstream- at FS_APIVERSION@.gir
+-Farstream_ at FS_API_VERSION@_gir: libfarstream_ at FS_APIVERSION@.la
++Farstream- at FS_APIVERSION@.gir: libfarstream- at FS_APIVERSION@.la
+ Farstream_ at FS_API_VERSION@_gir_NAMESPACE = Farstream
+ Farstream_ at FS_API_VERSION@_gir_VERSION = @FS_APIVERSION@
+ Farstream_ at FS_API_VERSION@_gir_LIBS = libfarstream- at FS_APIVERSION@.la
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/farstream.git/commitdiff/12ccb8b216913529b00dfd38efbf1f827ee4d637
More information about the pld-cvs-commit
mailing list