Minor updates

This commit is contained in:
P.M. Kuipers 2023-01-14 16:52:40 +01:00
parent 574a4ca14c
commit 49b7326523
7 changed files with 5 additions and 1243 deletions

4
.gitignore vendored
View File

@ -10,6 +10,8 @@ deb_dist/
Makefile
/config.hpp
/version.py
# http://www.gnu.org/software/automake
Makefile.in
@ -52,4 +54,4 @@ m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/lt~obsolete.m4

1212
Makefile

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
/* config.hpp. Generated from config.hpp.in by configure. */
/* config.hpp.in. Generated from configure.ac by autoheader. */
/* define if the Boost library is available */
#define HAVE_BOOST /**/
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "bugs@miqra.nl"
/* Define to the full name of this package. */
#define PACKAGE_NAME "MediaCore HID Server"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "MediaCore HID Server 4.1.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mediacore-hid"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://www.miqra.nl/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.1.1"

View File

@ -3,9 +3,6 @@
/* define if the Boost library is available */
#undef HAVE_BOOST
/* define if the Boost::Signals library is available */
#undef HAVE_BOOST_SIGNALS
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

View File

@ -1,4 +1,4 @@
AC_INIT([MediaCore HID Server], [4.1.1], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/])
AC_INIT([MediaCore HID Server], [4.1.2], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
AC_CONFIG_HEADERS([config.hpp])

View File

@ -5,7 +5,7 @@ After=dbus.service
[Service]
Type=dbus
ExecStart=/usr/local/sbin/$NAME
ExecStart=/usr/sbin/mediacore-hid-server
BusName=nl.miqra.MediaCore.Hid
[Install]

View File

@ -1,2 +0,0 @@
PACKAGE="mediacore-hid"
VERSION="4.1.1"