Projects
Multimedia
bino
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
bino.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Sep 26 12:09:17 UTC 2017 - zaitor@opensuse.org + +- Add bino-prevent-broken-LIRC-headers.patch: Prevent broken LIRC + headers from messing up PACKAGE_NAME and other definitions. + +------------------------------------------------------------------- Sat Aug 5 20:26:35 UTC 2017 - olaf@aepfle.de - Update to 1.6.5
View file
bino.spec
Changed
@@ -28,6 +28,7 @@ Url: http://bino3d.org Source: http://download-mirror.savannah.gnu.org/releases/bino/bino-%{version}.tar.xz Patch0: 0001-Revert-Always-use-GLEWmx-do-not-fall-back-to-GLEW.patch +Patch1: bino-prevent-broken-LIRC-headers.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -68,6 +69,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build # support via liblircclient
View file
bino-prevent-broken-LIRC-headers.patch
Added
@@ -0,0 +1,60 @@ +From c971bcea5a5d8940a9204551560b15cd6152083f Mon Sep 17 00:00:00 2001 +From: Martin Lambers <marlam@marlam.de> +Date: Tue, 18 Jul 2017 09:11:51 +0200 +Subject: Prevent broken LIRC headers from messing up PACKAGE_NAME and other + definitions. + +--- + src/lirc.cpp | 4 +++- + src/lirc.h | 5 ++--- + 2 files changed, 5 insertions(+), 4 deletions(-) + +diff --git a/src/lirc.cpp b/src/lirc.cpp +index 55729b3..6137d48 100644 +--- a/src/lirc.cpp ++++ b/src/lirc.cpp +@@ -1,7 +1,7 @@ + /* + * This file is part of bino, a 3D video player. + * +- * Copyright (C) 2011, 2012, 2015 ++ * Copyright (C) 2011, 2012, 2015, 2017 + * Martin Lambers <marlam@marlam.de> + * + * This program is free software; you can redistribute it and/or modify +@@ -34,6 +34,8 @@ + + #include "lirc.h" + ++#include <lirc/lirc_client.h> ++ + + lircclient::lircclient( + const std::string &client_name, +diff --git a/src/lirc.h b/src/lirc.h +index a576a8f..8cd4557 100644 +--- a/src/lirc.h ++++ b/src/lirc.h +@@ -1,7 +1,7 @@ + /* + * This file is part of bino, a 3D video player. + * +- * Copyright (C) 2011, 2012 ++ * Copyright (C) 2011, 2012, 2017 + * Martin Lambers <marlam@marlam.de> + * + * This program is free software; you can redistribute it and/or modify +@@ -24,10 +24,9 @@ + #include <string> + #include <vector> + +-#include <lirc/lirc_client.h> +- + #include "dispatch.h" + ++struct lirc_config; + + class lircclient : public controller + { +-- +cgit v1.0-41-gc330
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
.