Page MenuHomeSolus

D8001.diff
No OneTemporary

D8001.diff

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 @@
<Source>
<Name>dcraw</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.library</PartOf>
- <Summary xml:lang="en">Dave Coffin&apos;s raw photo decoder</Summary>
+ <Summary xml:lang="en">Tool for decoding raw image data from digital cameras</Summary>
<Description xml:lang="en">This is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>dcraw</Name>
- <Summary xml:lang="en">Dave Coffin&apos;s raw photo decoder</Summary>
+ <Summary xml:lang="en">Tool for decoding raw image data from digital cameras</Summary>
<Description xml:lang="en">This is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
</Description>
<PartOf>desktop.library</PartOf>
<Files>
<Path fileType="executable">/usr/bin/dcraw</Path>
- <Path fileType="data">/usr/share/licenses/dcraw/license.txt</Path>
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/dcraw.mo</Path>
<Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/dcraw.mo</Path>
<Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/dcraw.mo</Path>
@@ -61,12 +60,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2018-06-29</Date>
+ <Update release="6">
+ <Date>2020-01-05</Date>
<Version>9.28.0</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 24 2023, 8:02 PM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801816
Default Alt Text
D8001.diff (4 KB)

Event Timeline