diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,31 +1,29 @@
name : dcraw
version : 9.28.0
-release : 5
+release : 6
source :
- - http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.28.0.tar.gz : 2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
+ - https://www.dechifro.org/dcraw/archive/dcraw-9.28.0.tar.gz : 2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
license : GPL-2.0-or-later
component : desktop.library
-summary : Dave Coffin's raw photo decoder
+summary : Tool for decoding raw image data from digital cameras
description: |
This is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
builddeps :
+ - pkgconfig(jasper)
- pkgconfig(lcms2)
- - jasper-devel
- - libjpeg-turbo-devel
+ - pkgconfig(libturbojpeg)
build : |
gcc %CFLAGS% %LDFLAGS% \
-o dcraw dcraw.c \
-lm -ljasper -ljpeg -llcms2 \
- -DLOCALEDIR=\"%PREFIX%/share/locale/\"
+ -DLOCALEDIR=\"/usr/share/locale/\"
install : |
- install -Dm755 dcraw %installroot%/usr/bin/dcraw
- install -Dm644 dcraw.1 %installroot%/usr/share/man/man1/dcraw.1
+ install -Dm00755 dcraw $installdir/usr/bin/dcraw
+ install -Dm00644 dcraw.1 $installdir/usr/share/man/man1/dcraw.1
for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
- install -Dm644 $i %installroot%/usr/share/man/$k/man1/dcraw.1
+ install -Dm00644 $i $installdir/usr/share/man/$k/man1/dcraw.1
done
for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
- install -d %installroot%/usr/share/locale/$k/LC_MESSAGES
- msgfmt -o %installroot%/usr/share/locale/$k/LC_MESSAGES/dcraw.mo $i
+ install -dm00755 $installdir/usr/share/locale/$k/LC_MESSAGES
+ msgfmt -o $installdir/usr/share/locale/$k/LC_MESSAGES/dcraw.mo $i
done
- install -d %installroot%/usr/share/licenses/dcraw
- head -25 dcraw.c > %installroot%/usr/share/licenses/dcraw/license.txt
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,25 +2,24 @@
dcraw
- Peter O'Connor
- peter@solus-project.com
+ Pierre-Yves
+ pyu@riseup.netGPL-2.0-or-laterdesktop.library
- Dave Coffin's raw photo decoder
+ Tool for decoding raw image data from digital camerasThis is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solusdcraw
- Dave Coffin's raw photo decoder
+ Tool for decoding raw image data from digital camerasThis is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
desktop.library/usr/bin/dcraw
- /usr/share/licenses/dcraw/license.txt/usr/share/locale/ca/LC_MESSAGES/dcraw.mo/usr/share/locale/cs/LC_MESSAGES/dcraw.mo/usr/share/locale/da/LC_MESSAGES/dcraw.mo
@@ -61,12 +60,12 @@
-
- 2018-06-29
+
+ 2020-01-059.28.0Packaging update
- Peter O'Connor
- peter@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file