diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-04 08:33:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-04 08:33:53 +0000 |
commit | 80c278fce2db8e8f31f8cc94336d84ee66f017ba (patch) | |
tree | fd124fea700eddc82908a0c41ae19bd992aa36c4 /main | |
parent | 4f6cfa80647332fa0223bddcd787a8d9ff7ae127 (diff) | |
download | aports-80c278fce2db8e8f31f8cc94336d84ee66f017ba.tar.bz2 aports-80c278fce2db8e8f31f8cc94336d84ee66f017ba.tar.xz |
main/cups-filters: upgrade to 1.0.44
Diffstat (limited to 'main')
-rw-r--r-- | main/cups-filters/APKBUILD | 14 | ||||
-rw-r--r-- | main/cups-filters/path_max.patch | 22 |
2 files changed, 5 insertions, 31 deletions
diff --git a/main/cups-filters/APKBUILD b/main/cups-filters/APKBUILD index 794ad1a537..d58040cffa 100644 --- a/main/cups-filters/APKBUILD +++ b/main/cups-filters/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters -pkgver=1.0.42 +pkgver=1.0.44 pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format" @@ -14,8 +14,7 @@ makedepends="$depends_dev cups-dev libjpeg-turbo-dev poppler-dev zlib-dev qpdf-dev avahi-dev dbus-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -source="http://www.openprinting.org/download/cups-filters/cups-filters-$pkgver.tar.xz - path_max.patch" +source="http://www.openprinting.org/download/cups-filters/cups-filters-$pkgver.tar.xz" _builddir="$srcdir"/cups-filters-$pkgver prepare() { @@ -66,9 +65,6 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -md5sums="3047524b51f2ac064663f1997c7d2c81 cups-filters-1.0.42.tar.xz -d113d611b603d8f10c33292a66394cca path_max.patch" -sha256sums="3df524207ab24472430cffba7f01407b8adc094ec40094c5f6682d5a88a70dd6 cups-filters-1.0.42.tar.xz -3abac367128cc121c89fe077abac96d168ca06f7541731bfea2cacd490d0c181 path_max.patch" -sha512sums="f323b79f8c1c8596fe9b2a98bee24bdccc9b8ad95852101895c6d4936ebfd75fc1fe34b829606e3bbb102138f484473ccd60dd5035baf486d3027f7143cbbff2 cups-filters-1.0.42.tar.xz -f4768f487147d98e27030f5408175509a9d1be97b300e82d6ec147894cc28cae0108e2f92d13c9202f79293aaaa3afdcbc87bdd27907a69ffd3e8465ed65d1f3 path_max.patch" +md5sums="5d17b3fbca9e9ebe6435aa720907657e cups-filters-1.0.44.tar.xz" +sha256sums="593e7112ececdd734d4992c730db6a646484af41ccee6a5c3ed26906502db2f5 cups-filters-1.0.44.tar.xz" +sha512sums="ae4b312c04162b4eb3adb1dc3b426e33d58d2ed40adc4ed9b0a664bc5e3ce9e93223e2fac62ca0b4fc56c65edec0c0115095e69dee5e10683d6bc0c4faa8b83a cups-filters-1.0.44.tar.xz" diff --git a/main/cups-filters/path_max.patch b/main/cups-filters/path_max.patch deleted file mode 100644 index 05aa030087..0000000000 --- a/main/cups-filters/path_max.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/filter/foomatic-rip/foomaticrip.h b/filter/foomatic-rip/foomaticrip.h -index 875e6b8..b46abba 100644 ---- a/filter/foomatic-rip/foomaticrip.h -+++ b/filter/foomatic-rip/foomaticrip.h -@@ -33,6 +33,7 @@ - #include <stddef.h> - #include <stdio.h> - #include <time.h> -+#include <limits.h> - - /* This is the location of the debug logfile (and also the copy of the - * processed PostScript data) in case you have enabled debugging above. -@@ -75,7 +76,9 @@ - extern int spooler; - - -+#ifndef PATH_MAX - #define PATH_MAX 65536 -+#endif - - typedef struct { - char printer[256]; |