pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/faad2



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun May 15 02:35:33 UTC 2022

Modified Files:
        pkgsrc/audio/faad2: distinfo
        pkgsrc/audio/faad2/patches: patch-libfaad_Makefile.am

Log Message:
In audio/faad2, use -I instead -iquote; latter is gcc-only.

(and was being used for no real reason)

Should fix PR 42117.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/faad2/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am

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

Modified files:

Index: pkgsrc/audio/faad2/distinfo
diff -u pkgsrc/audio/faad2/distinfo:1.33 pkgsrc/audio/faad2/distinfo:1.34
--- pkgsrc/audio/faad2/distinfo:1.33    Tue Oct 26 09:58:53 2021
+++ pkgsrc/audio/faad2/distinfo Sun May 15 02:35:32 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2021/10/26 09:58:53 nia Exp $
+$NetBSD: distinfo,v 1.34 2022/05/15 02:35:32 dholland Exp $
 
 BLAKE2s (faad2-2.10.0.tar.gz) = 6347f7b438f164332547290d6cc705ae8f232d2763ce2e3c36be11b7c189df59
 SHA512 (faad2-2.10.0.tar.gz) = 92c8b5e79f85b7a7caac9e7954959c26d74ef148a658dcb37e2c1b303fc2fcc5a0d12f21e7bd476870498109bdd03916a56c13f578186a69d6eceb103222e771
@@ -7,7 +7,7 @@ SHA1 (patch-configure.ac) = ed9d4e9d611d
 SHA1 (patch-frontend_Makefile.am) = 32c8bede5773b2cb97777951b1a18366b4e10e3d
 SHA1 (patch-frontend_getopt.c) = 3eaf3e8318887eca49e354696cad1bd2c5bf5504
 SHA1 (patch-frontend_mp4read.c) = a72c20b69428809caf328850fd70a13ba5c82d41
-SHA1 (patch-libfaad_Makefile.am) = 4d3b92f54d998bd577641f49e88d0c8bc38f963c
+SHA1 (patch-libfaad_Makefile.am) = 7a5ff541d0b11a7d71d0ed5740bbf494501c6b7a
 SHA1 (patch-libfaad_common.h) = 60eccd8aebeb085760d6866f83ff5a613197918f
 SHA1 (patch-plugins_xmms_src_Makefile.am) = 4ba1dfefe1e351830ee990c711af6ac46db42c14
 SHA1 (patch-plugins_xmms_src_libmp4.c) = 7c6cd667999aab36efc9d713cf967c01b01916bf

Index: pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am
diff -u pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am:1.2 pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am:1.3
--- pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am:1.2    Fri Dec  1 11:17:51 2017
+++ pkgsrc/audio/faad2/patches/patch-libfaad_Makefile.am        Sun May 15 02:35:33 2022
@@ -1,9 +1,19 @@
-$NetBSD: patch-libfaad_Makefile.am,v 1.2 2017/12/01 11:17:51 adam Exp $
+$NetBSD: patch-libfaad_Makefile.am,v 1.3 2022/05/15 02:35:33 dholland Exp $
+
+Use -I instead of -iquote, which is gratuitously gcc-specific.
 
 Separate includes from source files.
 
---- libfaad/Makefile.am.orig   2017-10-07 09:02:02.000000000 +0000
+--- libfaad/Makefile.am.orig   2020-10-20 06:24:05.000000000 +0000
 +++ libfaad/Makefile.am
+@@ -1,6 +1,6 @@
+ lib_LTLIBRARIES = libfaad.la libfaad_drm.la
+ 
+-AM_CPPFLAGS   = -iquote $(top_srcdir)/include
++AM_CPPFLAGS   = -I$(top_srcdir)/include
+ include_HEADERS = $(top_srcdir)/include/faad.h \
+                 $(top_srcdir)/include/neaacdec.h
+ 
 @@ -15,7 +15,8 @@ libfaad_la_SOURCES = bits.c cfft.c decod
                     pulse.c specrec.c syntax.c tns.c hcr.c huffman.c \
                     rvlc.c ssr.c ssr_fb.c ssr_ipqf.c common.c \



Home | Main Index | Thread Index | Old Index