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

Bug#972562: gmerlin-avdecoder: please make the build reproducible



Source: gmerlin-avdecoder
Version: 1.2.0~dfsg-11
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
gmerlin-avdecoder could not be built reproducibly.

This is because upstream's Doxygen's configuration file has set
FULL_PATH_NAMES = YES. Patch attached that changes this to "NO".

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible_build.patch	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible_build.patch	2020-10-20 11:04:42.207892917 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby@debian.org>
+Last-Update: 2020-10-20
+
+--- gmerlin-avdecoder-1.2.0~dfsg.orig/doc/Doxyfile.in
++++ gmerlin-avdecoder-1.2.0~dfsg/doc/Doxyfile.in
+@@ -105,7 +105,7 @@ INLINE_INHERITED_MEMB  = NO
+ # path before files name in the file list and in the header files. If set 
+ # to NO the shortest path that makes the file name unique will be used.
+ 
+-FULL_PATH_NAMES        = YES
++FULL_PATH_NAMES        = NO
+ 
+ # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
+ # can be used to strip a user-defined part of the path. Stripping is 
--- a/debian/patches/series	2020-10-20 11:00:34.097654200 +0100
--- b/debian/patches/series	2020-10-20 11:04:41.387885518 +0100
@@ -8,3 +8,4 @@
 libav10.patch
 ffmpeg_2.9.patch
 ffmpeg_4.0.patch
+reproducible_build.patch

Reply to: