This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## System Information | |
``` | |
Computer Information: | |
Manufacturer: ASRock | |
Model: B150M-ITX | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Saijin-Naib <[email protected]> | |
# Maintainer: Saijin-Naib <[email protected]> | |
pkgname=cloudcompare | |
pkgver=2.11.3 | |
pkgrel=0 | |
pkgdesc="3D point cloud and mesh processing software" | |
url="http://cloudcompare.org" | |
arch="all" | |
license="GPL-2.0-or-later" | |
#depends="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Saijin-Naib <[email protected]> | |
# Maintainer: Saijin-Naib <[email protected]> | |
pkgname=gpscorrelate | |
pkgver=2.0 | |
pkgrel=0 | |
pkgdesc="Program to match GPS tracks to photographs and store the matches in EXIF" | |
url="https://dfandrich.github.io/gpscorrelate/" | |
arch="all" | |
license="GPL-2.0" | |
makedepends="exiv2-dev gtk+3.0-dev intltool libxml2-dev libxslt-dev make pkgconf" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Makefile for gpscorrelate | |
PACKAGE_VERSION = 2.0 | |
CC = $CC | |
CXX = $CXX | |
EXEEXT = | |
PKG_CONFIG=pkg-config | |
CFLAGS = $CFLAGS | |
LDFLAGS = $LDFLAGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/Makefile | |
+++ b/Makefile | |
@@ -2,12 +2,12 @@ | |
PACKAGE_VERSION = 2.0 | |
-CC = gcc | |
-CXX = g++ | |
+CC = $CC | |
+CXX = $CXX |