~alpine/aports

14 2

[alpine-aports] [PATCH 01/12] community/tor: upgrade to 0.3.0.6

Details
Message ID
<20170429180736.29688-1-pickfire@riseup.net>
Sender timestamp
1493489245
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 community/tor/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD
index 2560e3f456..36b83648f2 100644
--- a/community/tor/APKBUILD
+++ b/community/tor/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Christine Dodrill <me@christine.website>
# Maintainer: Christine Dodrill <me@christine.website>
pkgname=tor
pkgver=0.2.9.10
pkgrel=1
pkgver=0.3.0.6
pkgrel=0
pkgdesc="Anonymous network connectivity"
url="https://www.torproject.org"
arch="all"
@@ -49,7 +49,7 @@ package() {
		"$pkgdir"/etc/conf.d/$pkgname || return 1
}

sha512sums="c18c4faf18406f04165136f0d70e6bc2896f3f02770beadaab5e7a99441d71b897ae3a14a046eaec99a1bd6d8ad7758b28f7d652588842b77621cdc95d4fb7e1  tor-0.2.9.10.tar.gz
sha512sums="33983f8c0a32fc32e5586cb1da9a99c93b0502eecfb9db289723b275543ea01168cf1dd335e4c1c42ccf7991dd1d584286e764c1881f7d6ece928bbd109781cc  tor-0.3.0.6.tar.gz
6de4ada16ba58264a247da70343eabd763e992d6b6683977fc1c67b7b4a9731748a7ec9751e869ad4b4ae9c72cf71b2e12dc289bb6e2aee499917f7663f4a735  tor.initd
2b0de119bfdf9eb57e13317b7392190b1b8272c8f96023c71d3fc29215d887e9a3d0ffcef37cdb50b18d34e4b2251f75a739e258e0bb72aabd3339418b22fd67  tor.confd
da386ff7e387312e647f04d360517a1f4cb1efbee36f4a3a6feb89a979bb12fa350fe6dfed49af0cb076ae30bb0c527b5d54127683eaa5aa45d6940dddd89dfb  torrc.sample.patch"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 02/12] main/iso-codes: upgrade to 3.75

Details
Message ID
<20170429180736.29688-2-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489246
DKIM signature
missing
Download raw message
Patch: +5 -7
---
 main/iso-codes/APKBUILD | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/main/iso-codes/APKBUILD b/main/iso-codes/APKBUILD
index e1f21d11fe..42e6271f6f 100644
--- a/main/iso-codes/APKBUILD
+++ b/main/iso-codes/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iso-codes
pkgver=3.69
pkgver=3.75
pkgrel=0
pkgdesc="Lists of the country, language, and currency names"
url="http://pkg-isocodes.alioth.debian.org/"
@@ -10,10 +10,10 @@ depends=""
subpackages="$pkgname-lang $pkgname-dev"
makedepends="python3 gettext"
source="http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz"
builddir="$srcdir"/$pkgname-$pkgver

_builddir="$srcdir"/$pkgname-$pkgver
build() {
	cd "$_builddir"
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
@@ -23,10 +23,8 @@ build() {
}

package() {
	cd "$_builddir"
	cd "$builddir"
	make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install || return 1
}

md5sums="33ed5ea7eed84a7609f041c838fc96d7  iso-codes-3.69.tar.xz"
sha256sums="3f285d3c13f4dccfbdb9e432f172403ac1a54ab432616f10556eb18c23a1c0b2  iso-codes-3.69.tar.xz"
sha512sums="38cd0db8cabec7df99fd51dde6a76500dc224106c7c05f6d4d9e97681a0f0413dfb86a3c13d11a0b3afb3910062d4e136a0e3b0ce2cad7a11cdb639415c54f86  iso-codes-3.69.tar.xz"
sha512sums="157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e  iso-codes-3.75.tar.xz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 03/12] main/imagemagick: upgrade to 7.0.5.5

Details
Message ID
<20170429180736.29688-3-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489247
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/imagemagick/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index 86b8784d6f..d08d326615 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imagemagick
pkgver=7.0.5.4
pkgver=7.0.5.5
_abiver=7
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=0
@@ -66,4 +66,4 @@ _cxx() {
	mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}

sha512sums="4f2af87c3da5723b1b8030faf37c7b3a09f25301749f9b5c35c175b825c5f8758f29d8d36bb0acb285d2beae13aa45d906455cefec37a247c039ba98222b41ef  ImageMagick-7.0.5-4.tar.xz"
sha512sums="56ac34cde0dace2e6dcd6968efd6b1f814cd1ec6c27ed9f10d441610a540028df8cde354c662f7b37dc0bd2e6005374eef0a26ea4e432a0ab39acf6e2bf5a4a6  ImageMagick-7.0.5-5.tar.xz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 04/12] main/x265: upgrade to 2.4

Details
Message ID
<20170429180736.29688-4-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489248
DKIM signature
missing
Download raw message
Patch: +5 -17
---
 main/x265/APKBUILD | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/main/x265/APKBUILD b/main/x265/APKBUILD
index c12fa13a4c..a0a16572c0 100644
--- a/main/x265/APKBUILD
+++ b/main/x265/APKBUILD
@@ -1,32 +1,20 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=x265
pkgver=2.3
pkgver=2.4
pkgrel=0
pkgdesc="Open Source H265/HEVC video encoder"
url="https://bitbucket.org/multicoreware/x265"
arch="all"
license="GPL"
depends=""
depends_dev=""
makedepends="$depends_dev cmake yasm"
install=""
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/multicoreware/$pkgname/downloads/${pkgname}_${pkgver}.tar.gz"

_builddir="$srcdir"/x265_$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}
builddir="$srcdir"/x265_$pkgver

build() {
	cd "$_builddir"/build/linux
	cd "$builddir"/build/linux
	local CMAKE_OPS="-DCMAKE_INSTALL_PREFIX=/usr"
	# has textrel on x86 so we disable asm
	if [ "$CARCH" = x86 ] ; then
@@ -39,8 +27,8 @@ build() {
}

package() {
	cd "$_builddir"/build/linux
	cd "$builddir"/build/linux
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="c863e4bd95323baf5c1ee388c2d9e460749940b947a795e0bce7bffab620258fb7aafbbf2956225491f4532f715392df3d40f19301964e00c3ac2971cd7d8809  x265-2.3.tar.gz"
sha512sums="40d0e57104839454226cdba928806c12e533eade391a89e9587e1f9c11b8fd70cc54d20136a09a1127784fe7799c80425617280076b29e1a1ffff7ce44f07dbe  x265-2.4.tar.gz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 05/12] main/poppler: upgrade to 0.54.0

Details
Message ID
<20170429180736.29688-5-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489249
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/poppler/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/poppler/APKBUILD b/main/poppler/APKBUILD
index 6ee18da1f6..b13caeb98a 100644
--- a/main/poppler/APKBUILD
+++ b/main/poppler/APKBUILD
@@ -4,7 +4,7 @@
# circular make dependency: qt <- cups <- poppler <- qt
# So we build qt support in separate package poppler-qt4
pkgname=poppler
pkgver=0.52.0
pkgver=0.54.0
pkgrel=0
pkgdesc="PDF rendering library based on xpdf 3.0"
url="http://poppler.freedesktop.org/"
@@ -80,4 +80,4 @@ _cpp() {
		"$subpkgdir"/usr/lib/ || return 1
}

sha512sums="8047af6cb6b1daff12f26463addbaaf532ef1f5c5185bc37eba6bc110438bc88687115bfec2802d738612fbc0c51ca5f7a5182989a23e30a05e9dab7ae4f5a52  poppler-0.52.0.tar.xz"
sha512sums="1967cebdcc24c6a4ffc2ebea6940fafe315040afe5c8d797521897fe6ba851704af0e90122d3213d10d1dede7594b14198e6592c0666f4091e866c10cd104b43  poppler-0.54.0.tar.xz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 06/12] main/poppler-qt4: upgrade to 0.54.0

Details
Message ID
<20170429180736.29688-6-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489250
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/poppler-qt4/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/poppler-qt4/APKBUILD b/main/poppler-qt4/APKBUILD
index a585e56002..a9b8ff3303 100644
--- a/main/poppler-qt4/APKBUILD
+++ b/main/poppler-qt4/APKBUILD
@@ -6,8 +6,8 @@

pkgname=poppler-qt4
_realname=poppler
pkgver=0.52.0
pkgrel=1
pkgver=0.54.0
pkgrel=0
pkgdesc="PDF rendering library based on xpdf 3.0"
url="http://poppler.freedesktop.org/"
arch="all"
@@ -62,4 +62,4 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="8047af6cb6b1daff12f26463addbaaf532ef1f5c5185bc37eba6bc110438bc88687115bfec2802d738612fbc0c51ca5f7a5182989a23e30a05e9dab7ae4f5a52  poppler-0.52.0.tar.xz"
sha512sums="1967cebdcc24c6a4ffc2ebea6940fafe315040afe5c8d797521897fe6ba851704af0e90122d3213d10d1dede7594b14198e6592c0666f4091e866c10cd104b43  poppler-0.54.0.tar.xz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 07/12] community/wine: upgrade to 2.7

Details
Message ID
<20170429180736.29688-7-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489251
DKIM signature
missing
Download raw message
Patch: +4 -11
---
 community/wine/APKBUILD | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD
index acd29fdc4e..12d99309c5 100644
--- a/community/wine/APKBUILD
+++ b/community/wine/APKBUILD
@@ -3,8 +3,7 @@
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine
pkgver=2.0
_pkgver=${pkgver/_/-}
pkgver=2.7
pkgrel=0
pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
@@ -19,11 +18,11 @@ makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev
	cups-dev alsa-lib-dev lcms-dev libxml2-dev paxmark dbus-dev libxi-dev
	gnutls-dev tiff-dev v4l-utils-dev udisks2-dev autoconf automake
	"
source="http://dl.winehq.org/$pkgname/source/2.0/$pkgname-$_pkgver.tar.bz2
source="https://dl.winehq.org/$pkgname/source/2.x/$pkgname-$pkgver.tar.xz
	nopie.patch
	winhlp32-flex.patch
	"
builddir="$srcdir/$pkgname-$_pkgver"
builddir="$srcdir/$pkgname-$pkgver"

prepare() {
	cd "$builddir"
@@ -111,12 +110,6 @@ libs() {
	done
}

md5sums="fde8a855080279f74fb2e9ccec926db7  wine-2.0.tar.bz2
282865724e8d91958fa4e909a92c1035  nopie.patch
be202ea06fbdcbcd2d5365b9c160825b  winhlp32-flex.patch"
sha256sums="9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6  wine-2.0.tar.bz2
3449932791966342470286127a5b51f2035efc66a33bcfd6afdf0c5c1db17b67  nopie.patch
56c49b299052b58b54c7bf5bc8d85a02333d80315dd9b90af3c2229574f73699  winhlp32-flex.patch"
sha512sums="b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186  wine-2.0.tar.bz2
sha512sums="1e61b9a4aa1f5f42fb27d11d5254a9ba90f348ad9c4d1ddd4b5da47cd7de638290a20accf7447db9c0e4ced4c2144497cdf5fc906a5eac60e923dabb61f65d3a  wine-2.7.tar.xz
f4c3ffc86ceb14c865282574f837c2114cdfa38df64327f17c2d5913cb85726d883e4a136ce38297612cda6dd47f9bdf80aff770368b8b846a642337f52a68bf  nopie.patch
522a94a31fc459e80ea7dd05f7aee64f6ae666ec05236d06614acde118d5c60002e0f253ae75edb5f02164f22937ca89578504b690d1a5611bd60f703c8f0c00  winhlp32-flex.patch"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 08/12] main/fping: upgrade to 4.0

Details
Message ID
<20170429180736.29688-8-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489252
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/fping/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/fping/APKBUILD b/main/fping/APKBUILD
index f804757a65..6a1844b8b7 100644
--- a/main/fping/APKBUILD
+++ b/main/fping/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fping
pkgver=3.16
pkgver=4.0
pkgrel=0
pkgdesc="A utility to ping multiple hosts at once"
url="http://fping.org/"
@@ -29,4 +29,4 @@ package() {
	chmod 4755 "$pkgdir"/usr/sbin/fping*
}

sha512sums="c97c338ef2f7fe0a904ca495503ed5d8745d449ea1821917658538db93683e37f019bc6f78abad8c7eed4ea8accba3b27f126b3af436f79bfd6f3f15d957c805  fping-3.16.tar.gz"
sha512sums="5dca650e9c34dd2e1bdbb981df61cf092230f07a15c4ccef105b9f58aaaa43e0d85dc9665db89631feded503ecc6f6be86446719de18e59349adb7c2f3e9757e  fping-4.0.tar.gz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 09/12] main/parallel: upgrade to 20170422

Details
Message ID
<20170429180736.29688-9-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489253
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/parallel/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/parallel/APKBUILD b/main/parallel/APKBUILD
index 8a4e4372d5..8ca0c8af20 100644
--- a/main/parallel/APKBUILD
+++ b/main/parallel/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
pkgname=parallel
pkgver=20170322
pkgver=20170422
pkgrel=0
pkgdesc="Shell tool for executing jobs in parallel"
arch="noarch"
@@ -30,4 +30,4 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="f5e31dd7510a8bd7d57bcfda38a52560f6002cf924736d2a94d093c230696ae6e09817fa480e9c6d3ae4543ce80416be936ef4f8ad96ce4c18ced7278407c973  parallel-20170322.tar.bz2"
sha512sums="3785221751ef334db0c999819dd6a6cfae20400b1257467325e1533cbff3ea02a1008b61636bd8ec11b270a95c081c89f4be46d2d7a4fe8585e402f320e7c870  parallel-20170422.tar.bz2"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 10/12] community/mpv: upgrade to 0.25.0

Details
Message ID
<20170429180736.29688-10-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489254
DKIM signature
missing
Download raw message
Patch: +3 -5
Remove --enable-xrandr and --enable-xss since it became mandatory:
https://git.srsfckn.biz/mpv/commit/wscript?id=927afa311d4a89b022305508acbf4e7325fe3928
---
 community/mpv/APKBUILD | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index e7a2383266..bc98691d93 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -4,8 +4,8 @@
# Contributor: Jakub Skrzypnik <j.skrzypnik@openmailbox.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.24.0
pkgrel=1
pkgver=0.25.0
pkgrel=0
pkgdesc="Video player based on MPlayer/mplayer2"
url="http://mpv.io/"
arch="all"
@@ -39,8 +39,6 @@ build() {
		--enable-libass \
		--enable-libmpv-shared \
		--enable-rsound \
		--enable-xrandr \
		--enable-xss \
		--enable-zsh-comp \
		|| return 1
	./waf build || return 1
@@ -70,4 +68,4 @@ zshcomp() {
		"$subpkgdir/usr/share/zsh/site-functions" || return 1
}

sha512sums="c1d988ccf9e22765822b9ce75c04f155df4fc4bd4c2aa164903eee8947c36f659116c2ab96668a4af31c4f5aeecbf20ce21191c48456d74e138db617a1e34d96  mpv-0.24.0.tar.gz"
sha512sums="eefc574e2995ddf6bd15c9b62986a5ca277c30949b036d57a11bbfb796c11c1e6dd7c313abd91a909dd98ca0f2b0be29ec6b980d0287a5891b42b0ffba926cbf  mpv-0.25.0.tar.gz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 11/12] main/py-tornado: upgrade to 4.5.1

Details
Message ID
<20170429180736.29688-11-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489255
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/py-tornado/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/py-tornado/APKBUILD b/main/py-tornado/APKBUILD
index 7bbeb28c89..4dea0c4f7d 100644
--- a/main/py-tornado/APKBUILD
+++ b/main/py-tornado/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Bui <pnutzh4x0r@gmail.com>
pkgname=py-tornado
_pkgname=tornado
pkgver=4.5
pkgver=4.5.1
pkgrel=0
pkgdesc="Python web framework and asynchronous networking library"
url="http://www.tornadoweb.org/"
@@ -49,4 +49,4 @@ _py() {
	rm -Rf "$subpkgdir"/usr/lib/$python*/site-packages/$_pkgname/test
}

sha512sums="06a4a5b3105a83056f2b0515ed70ee6c06582fc57dfa0def55194bdab80dc8291fe2908827ff3eaa188607dbe16b867df3c994d8428227a8961189c0f8dedd61  tornado-4.5.tar.gz"
sha512sums="b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87  tornado-4.5.1.tar.gz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 12/12] main/mutt: upgrade to 1.8.2

Details
Message ID
<20170429180736.29688-12-pickfire@riseup.net>
In-Reply-To
<20170429180736.29688-1-pickfire@riseup.net> (view parent)
Sender timestamp
1493489256
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/mutt/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 12030646e1..eb53154826 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Andrew Manison<amanison@anselsystems.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mutt
pkgver=1.8.1
pkgrel=1
pkgver=1.8.2
pkgrel=0
pkgdesc="a small but very powerful text-mode email client"
url="http://www.mutt.org"
arch="all"
@@ -57,4 +57,4 @@ package() {
		"$pkgdir"/etc/Muttrc.gpg.dist
}

sha512sums="5d695212560266aa16f2a547305bc6cd1a1ee7b10bfac9c45b5a8f7b5dfc16b8c288f5229bdf38167a77c44952bf353d93def5b928001ec4982e018f8c1a3e7a  mutt-1.8.1.tar.gz"
sha512sums="a5db6154c6baf96e64e9b55b866052b1dae96166b9993fd9a55dc9801a525b50539d26b68d04983f70e9cc1927d95b5b9057f153ce579398e711a24bbd04869c  mutt-1.8.2.tar.gz"
-- 
2.12.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

Re: [alpine-aports] [PATCH 04/12] main/x265: upgrade to 2.4

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<b7925f7d-4b03-315b-f6ce-898787ccf6df@gmail.com>
In-Reply-To
<20170429180736.29688-4-pickfire@riseup.net> (view parent)
Sender timestamp
1493818408
DKIM signature
missing
Download raw message
Hi,


On 04/29/2017 08:07 PM, Ivan Tham wrote:
> ---
>   main/x265/APKBUILD | 22 +++++-----------------
>   1 file changed, 5 insertions(+), 17 deletions(-)
>
> diff --git a/main/x265/APKBUILD b/main/x265/APKBUILD
> index c12fa13a4c..a0a16572c0 100644
> --- a/main/x265/APKBUILD
> +++ b/main/x265/APKBUILD
> @@ -1,32 +1,20 @@
>   # Contributor: Carlo Landmeter <clandmeter@gmail.com>
>   # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>   pkgname=x265
> -pkgver=2.3
> +pkgver=2.4

this update breaks ABI, soname is changed. We need to rebuild all 
packages depending on it.

Thanks!

/eo



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

Re: [alpine-aports] [PATCH 05/12] main/poppler: upgrade to 0.54.0

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<228031fe-4bf1-c1bc-43e0-c585611c7712@gmail.com>
In-Reply-To
<20170429180736.29688-5-pickfire@riseup.net> (view parent)
Sender timestamp
1493818764
DKIM signature
missing
Download raw message
Hi,


On 04/29/2017 08:07 PM, Ivan Tham wrote:
> ---
>   main/poppler/APKBUILD | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/main/poppler/APKBUILD b/main/poppler/APKBUILD
> index 6ee18da1f6..b13caeb98a 100644
> --- a/main/poppler/APKBUILD
> +++ b/main/poppler/APKBUILD
> @@ -4,7 +4,7 @@
>   # circular make dependency: qt <- cups <- poppler <- qt
>   # So we build qt support in separate package poppler-qt4
>   pkgname=poppler
> -pkgver=0.52.0
> +pkgver=0.54.0
this update breaks ABI, soname is changed. We need to rebuild everything 
that depends on it.

Thanks!

/eo



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

Re: [alpine-aports] [PATCH 07/12] community/wine: upgrade to 2.7

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<5fe2996e-b6fd-6c20-75ff-1f6ecb3508ef@gmail.com>
In-Reply-To
<20170429180736.29688-7-pickfire@riseup.net> (view parent)
Sender timestamp
1493819093
DKIM signature
missing
Download raw message
Hi,


On 04/29/2017 08:07 PM, Ivan Tham wrote:
> ---
>   community/wine/APKBUILD | 15 ++++-----------
>   1 file changed, 4 insertions(+), 11 deletions(-)
>
> diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD
> index acd29fdc4e..12d99309c5 100644
> --- a/community/wine/APKBUILD
> +++ b/community/wine/APKBUILD
> @@ -3,8 +3,7 @@
>   # Contributor: Łukasz Jendrysik <scadu@yandex.com>
>   # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>   pkgname=wine
> -pkgver=2.0
> -_pkgver=${pkgver/_/-}
> +pkgver=2.7

community/wine tracks the stable release of wine. If you want to try the 
develpment version (actually is even more edge than the dev branch) 
please use testing/wine-staging.

Thanks!

/eo


>   pkgrel=0
>   pkgdesc="A compatibility layer for running Windows programs"
>   url="http://www.winehq.com"
> @@ -19,11 +18,11 @@ makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev
>   	cups-dev alsa-lib-dev lcms-dev libxml2-dev paxmark dbus-dev libxi-dev
>   	gnutls-dev tiff-dev v4l-utils-dev udisks2-dev autoconf automake
>   	"
> -source="http://dl.winehq.org/$pkgname/source/2.0/$pkgname-$_pkgver.tar.bz2
> +source="https://dl.winehq.org/$pkgname/source/2.x/$pkgname-$pkgver.tar.xz
>   	nopie.patch
>   	winhlp32-flex.patch
>   	"
> -builddir="$srcdir/$pkgname-$_pkgver"
> +builddir="$srcdir/$pkgname-$pkgver"
>   
>   prepare() {
>   	cd "$builddir"
> @@ -111,12 +110,6 @@ libs() {
>   	done
>   }
>   
> -md5sums="fde8a855080279f74fb2e9ccec926db7  wine-2.0.tar.bz2
> -282865724e8d91958fa4e909a92c1035  nopie.patch
> -be202ea06fbdcbcd2d5365b9c160825b  winhlp32-flex.patch"
> -sha256sums="9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6  wine-2.0.tar.bz2
> -3449932791966342470286127a5b51f2035efc66a33bcfd6afdf0c5c1db17b67  nopie.patch
> -56c49b299052b58b54c7bf5bc8d85a02333d80315dd9b90af3c2229574f73699  winhlp32-flex.patch"
> -sha512sums="b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186  wine-2.0.tar.bz2
> +sha512sums="1e61b9a4aa1f5f42fb27d11d5254a9ba90f348ad9c4d1ddd4b5da47cd7de638290a20accf7447db9c0e4ced4c2144497cdf5fc906a5eac60e923dabb61f65d3a  wine-2.7.tar.xz
>   f4c3ffc86ceb14c865282574f837c2114cdfa38df64327f17c2d5913cb85726d883e4a136ce38297612cda6dd47f9bdf80aff770368b8b846a642337f52a68bf  nopie.patch
>   522a94a31fc459e80ea7dd05f7aee64f6ae666ec05236d06614acde118d5c60002e0f253ae75edb5f02164f22937ca89578504b690d1a5611bd60f703c8f0c00  winhlp32-flex.patch"



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)