Projects
Multimedia
MakeMKV
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 91
View file
makemkv.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Jun 5 09:10:34 UTC 2021 - munix9@googlemail.com + +- Add patch to enable "reproducible builds" for this package. + +------------------------------------------------------------------- Sat Mar 20 13:23:51 UTC 2021 Manfred Hollstein <manfred.h@gmx.net> - Make CC="gcc -fcommon"; for an explanation see
View file
makemkv.spec
Changed
@@ -35,7 +35,7 @@ Url: http://www.makemkv.com Source0: %{name}-oss-%{version}.tar.gz Source1: %{name}-bin-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Patch0: fix-reproducible-builds.patch Requires: %{libnamedriveio} = %{version}-%{release} Requires: %{libnamemakemkve} = %{version}-%{release} Requires: %{libnamemmbd} = %{version}-%{release} @@ -108,7 +108,7 @@ %prep -%setup -q -n %{name}-oss-%{version} +%autosetup -n %{name}-oss-%{version} -p1 %build export CC="gcc -fcommon" # see <https://gcc.gnu.org/gcc-10/porting_to.html#common>
View file
fix-reproducible-builds.patch
Added
@@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -27,7 +27,7 @@ + OBJCOPY=@OBJCOPY@ + LD=@LD@ + BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine) +-BUILDINFO_BUILD_DATE=$(shell date) ++BUILDINFO_BUILD_DATE=$(shell date -u -d@$(SOURCE_DATE_EPOCH)) + + top_srcdir ?= . + INCF=-I$(top_srcdir)/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.