Doeon

Results 2 comments of Doeon

There are no packages for vivid and later. Had to create a changelog and build a deb package according to Debian manual. Cleaned the postinst and preinst scripts, enabled a...

Had to change in `bindings/Makefile.am` of doubango, so it installs the bindings: ``` @@ -123,7 +123,10 @@ libtinyWRAP_la_SOURCES = \ if TARGET_OS_IS_ANDROID libtinyWRAP_la_SOURCES += java/android/tinyWRAP_wrap.cxx endif +_includedir = $(includedir)/tinywrap +_include_HEADERS...