diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-12-28 14:08:50 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-12-28 14:08:50 -0700 |
commit | 77a3b8eaee3b09693cf9338a13effd4185326ccc (patch) | |
tree | 65687b1381232977d57d4322b088322c7d964e48 | |
parent | 76fe5eb2abac4fbb895d7ca1b5170119b0479a95 (diff) | |
download | ports-77a3b8eaee3b09693cf9338a13effd4185326ccc.tar.gz ports-77a3b8eaee3b09693cf9338a13effd4185326ccc.tar.xz |
Delete rawspeed
We no longer need this for darktable, as the source builtin version
works fine now.
-rw-r--r-- | rawspeed/.footprint | 7 | ||||
-rw-r--r-- | rawspeed/.md5sum | 1 | ||||
-rw-r--r-- | rawspeed/.signature | 5 | ||||
-rw-r--r-- | rawspeed/Pkgfile | 16 |
4 files changed, 0 insertions, 29 deletions
diff --git a/rawspeed/.footprint b/rawspeed/.footprint deleted file mode 100644 index 5e1a2b1..0000000 --- a/rawspeed/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/rs-identify -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/rawspeed/ --rw-r--r-- root/root usr/share/rawspeed/cameras.xml --rw-r--r-- root/root usr/share/rawspeed/showcameras.xsl diff --git a/rawspeed/.md5sum b/rawspeed/.md5sum deleted file mode 100644 index 407dcd5..0000000 --- a/rawspeed/.md5sum +++ /dev/null @@ -1 +0,0 @@ -76fb05d3c170b71ee15c6910515ff766 v3.6.tar.gz diff --git a/rawspeed/.signature b/rawspeed/.signature deleted file mode 100644 index 440424f..0000000 --- a/rawspeed/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZlWGEVWSwm0OQg5yiekVT7M+TBnlYGR8rPX6Wru9wmd856vQn9bkSqjNG2lFKA2XcEGYCJI0xwLRwLfKp4C/4w4= -SHA256 (Pkgfile) = 15582bd0e1d6a8d50f483eff71a9183aa9343205d89a32c7d0e4b3aa2d1dc672 -SHA256 (.footprint) = 5f2210947d8ae80c69240e9c1e7cd1e0a508241a52c028302c7219f3a046e018 -SHA256 (v3.6.tar.gz) = 95594575760ffcc048965af9ae1480211d019144d0d06844a6ef292cfc7d4dc1 diff --git a/rawspeed/Pkgfile b/rawspeed/Pkgfile deleted file mode 100644 index ac7cb47..0000000 --- a/rawspeed/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Fst raw [photography] image decoding library -# URL: https://rawspeed.org/ -# Maintainer: Aaron Ball, nullspoon at oper dot io -# Depends on: cmake pugixml libxml2 libjpeg-turbo -name=rawspeed -version=3.6 -release=2 -source=(https://github.com/darktable-org/${name}/archive/v${version}.tar.gz) - -build() { - cd ${name}-${version} - mkdir build && cd build - cmake -DBUILD_TESTING=no -DCMAKE_INSTALL_PREFIX=/usr -DUSE_XMLLINT=OFF .. - make - make DESTDIR=${PKG} install -} |