[arch-commits] Commit in zimg/trunk (PKGBUILD)

2020-08-28 Thread Maxime Gauduin via arch-commits
Date: Friday, August 28, 2020 @ 07:52:09
  Author: alucryd
Revision: 690143

upgpkg: zimg 3.0.1-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 07:50:34 UTC (rev 690142)
+++ PKGBUILD2020-08-28 07:52:09 UTC (rev 690143)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=(git)
 provides=(libzimg.so)
 options=(!emptydirs)
-_tag=a91c96aba15d4a255fe4187f1f0c2364dd2da98e
+_tag=e17ee6cf72509c32c15067b32615849e69486367
 source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
 sha256sums=(SKIP)
 


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2020-08-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 6, 2020 @ 07:53:01
  Author: alucryd
Revision: 670625

upgpkg: zimg 3.0-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 07:51:36 UTC (rev 670624)
+++ PKGBUILD2020-08-06 07:53:01 UTC (rev 670625)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.9.3
+pkgver=3.0
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=(x86_64)
@@ -11,7 +11,8 @@
 makedepends=(git)
 provides=(libzimg.so)
 options=(!emptydirs)
-source=(git+https://github.com/sekrit-twc/zimg.git#tag=527dd55fd5221bd223bf019456da215759073c6f)
+_tag=a91c96aba15d4a255fe4187f1f0c2364dd2da98e
+source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2020-03-02 Thread Maxime Gauduin via arch-commits
Date: Monday, March 2, 2020 @ 14:56:34
  Author: alucryd
Revision: 588508

upgpkg: zimg 2.9.3-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |   26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 14:42:39 UTC (rev 588507)
+++ PKGBUILD2020-03-02 14:56:34 UTC (rev 588508)
@@ -2,18 +2,24 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('x86_64')
-url='https://github.com/sekrit-twc/zimg'
-license=('custom:WTFPL')
-makedepends=('git')
-provides=('libzimg.so')
-options=('!emptydirs')
-source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}";)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/sekrit-twc/zimg
+license=(custom:WTFPL)
+makedepends=(git)
+provides=(libzimg.so)
+options=(!emptydirs)
+source=(git+https://github.com/sekrit-twc/zimg.git#tag=527dd55fd5221bd223bf019456da215759073c6f)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd zimg
+
+  git describe --tags | sed 's/^release-//'
+}
+
 prepare() {
   cd zimg
 
@@ -24,7 +30,7 @@
   cd zimg
 
   ./configure \
---prefix='/usr' \
+--prefix=/usr \
 --enable-x86simd \
 --disable-static
   make


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2019-08-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 1, 2019 @ 19:34:12
  Author: alucryd
Revision: 496463

upgpkg: zimg 2.9.2-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 19:28:19 UTC (rev 496462)
+++ PKGBUILD2019-08-01 19:34:12 UTC (rev 496463)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2019-06-17 Thread Maxime Gauduin via arch-commits
Date: Monday, June 17, 2019 @ 20:06:32
  Author: alucryd
Revision: 482001

upgpkg: zimg 2.9.1-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 20:02:46 UTC (rev 482000)
+++ PKGBUILD2019-06-17 20:06:32 UTC (rev 482001)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2019-06-06 Thread Maxime Gauduin via arch-commits
Date: Friday, June 7, 2019 @ 06:26:39
  Author: alucryd
Revision: 478147

upgpkg: zimg 2.9-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 02:33:09 UTC (rev 478146)
+++ PKGBUILD2019-06-07 06:26:39 UTC (rev 478147)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2018-10-25 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 25, 2018 @ 08:02:01
  Author: alucryd
Revision: 398929

upgpkg: zimg 2.8-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 07:49:33 UTC (rev 398928)
+++ PKGBUILD2018-10-25 08:02:01 UTC (rev 398929)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.7.5
+pkgver=2.8
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -14,10 +14,15 @@
 source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}";)
 sha256sums=('SKIP')
 
+prepare() {
+  cd zimg
+
+  ./autogen.sh
+}
+
 build() {
   cd zimg
 
-  ./autogen.sh
   ./configure \
 --prefix='/usr' \
 --enable-x86simd \


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2018-07-23 Thread Maxime Gauduin via arch-commits
Date: Monday, July 23, 2018 @ 09:52:06
  Author: alucryd
Revision: 362943

upgpkg: zimg 2.7.5-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:48:46 UTC (rev 362942)
+++ PKGBUILD2018-07-23 09:52:06 UTC (rev 362943)
@@ -3,20 +3,20 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
 url='https://github.com/sekrit-twc/zimg'
 license=('custom:WTFPL')
-depends=('gcc-libs' 'glibc')
+makedepends=('git')
 provides=('libzimg.so')
 options=('!emptydirs')
-source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
+source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}";)
+sha256sums=('SKIP')
 
 build() {
-  cd zimg-release-${pkgver}
+  cd zimg
 
   ./autogen.sh
   ./configure \
@@ -27,10 +27,8 @@
 }
 
 package(){
-  cd zimg-release-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+  make DESTDIR="${pkgdir}" -C zimg install
+  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2018-03-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 6, 2018 @ 22:42:00
  Author: alucryd
Revision: 303361

upgpkg: zimg 2.7.4-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 22:40:18 UTC (rev 303360)
+++ PKGBUILD2018-03-06 22:42:00 UTC (rev 303361)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('c0b7d719338d86bf69c688fcea451a6d81d93551fa9e305504f7e13bdbf7046c')
+sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2018-02-03 Thread Maxime Gauduin via arch-commits
Date: Saturday, February 3, 2018 @ 10:10:48
  Author: alucryd
Revision: 288763

upgpkg: zimg 2.7.3-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 09:15:38 UTC (rev 288762)
+++ PKGBUILD2018-02-03 10:10:48 UTC (rev 288763)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.7
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d')
+sha256sums=('c0b7d719338d86bf69c688fcea451a6d81d93551fa9e305504f7e13bdbf7046c')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2018-01-10 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 10, 2018 @ 16:25:52
  Author: alucryd
Revision: 281048

upgpkg: zimg 2.7-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 16:25:27 UTC (rev 281047)
+++ PKGBUILD2018-01-10 16:25:52 UTC (rev 281048)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.6.3
+pkgver=2.7
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
+sha256sums=('afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d')
 
 build() {
   cd zimg-release-${pkgver}
@@ -30,9 +30,7 @@
   cd zimg-release-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
-  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-12-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 5, 2017 @ 20:05:23
  Author: alucryd
Revision: 272312

upgpkg: zimg 2.6.3-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 20:02:27 UTC (rev 272311)
+++ PKGBUILD2017-12-05 20:05:23 UTC (rev 272312)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d')
+sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-11-21 Thread Maxime Gauduin
Date: Tuesday, November 21, 2017 @ 17:20:08
  Author: alucryd
Revision: 267820

upgpkg: zimg 2.6.2-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-21 17:20:00 UTC (rev 267819)
+++ PKGBUILD2017-11-21 17:20:08 UTC (rev 267820)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.6a
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('d3ba0bb21a3919baf28f3caf9821cfba6ac8b40e74ee43948caae14e8a9e6a61')
+sha256sums=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-08-25 Thread Maxime Gauduin
Date: Friday, August 25, 2017 @ 09:54:11
  Author: alucryd
Revision: 253351

upgpkg: zimg 2.6a-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-25 09:48:28 UTC (rev 253350)
+++ PKGBUILD2017-08-25 09:54:11 UTC (rev 253351)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.5.1
+pkgver=2.6a
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('deb85887081cab7fa9c492b588900d60d6466e61ee8ea51a84ca280688d93de9')
+sha256sums=('d3ba0bb21a3919baf28f3caf9821cfba6ac8b40e74ee43948caae14e8a9e6a61')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-04-26 Thread Maxime Gauduin
Date: Wednesday, April 26, 2017 @ 17:21:45
  Author: alucryd
Revision: 225702

upgpkg: zimg 2.5.1-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 17:09:27 UTC (rev 225701)
+++ PKGBUILD2017-04-26 17:21:45 UTC (rev 225702)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.5
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('50b2bcc49e51cd36011a0c363ff914a81b6f161aefdffeaa2bc4a4627c13784d')
+sha256sums=('deb85887081cab7fa9c492b588900d60d6466e61ee8ea51a84ca280688d93de9')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-03-22 Thread Maxime Gauduin
Date: Wednesday, March 22, 2017 @ 21:05:11
  Author: alucryd
Revision: 218413

upgpkg: zimg 2.5-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 20:50:10 UTC (rev 218412)
+++ PKGBUILD2017-03-22 21:05:11 UTC (rev 218413)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('996ea0e446df6ff4d6cb9c04a77d60978eca47c32d3785cd63fe8c29a9523d1f')
+sha256sums=('50b2bcc49e51cd36011a0c363ff914a81b6f161aefdffeaa2bc4a4627c13784d')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2017-01-29 Thread Maxime Gauduin
Date: Sunday, January 29, 2017 @ 12:24:32
  Author: alucryd
Revision: 209355

upgpkg: zimg 2.4-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 12:03:01 UTC (rev 209354)
+++ PKGBUILD2017-01-29 12:24:32 UTC (rev 209355)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('09962385f986dbcfd8ed6160cdafc2bc57bef8c6bfb3ca3a4bcaa482f09c06fa')
+sha256sums=('996ea0e446df6ff4d6cb9c04a77d60978eca47c32d3785cd63fe8c29a9523d1f')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2016-10-12 Thread Maxime Gauduin
Date: Wednesday, October 12, 2016 @ 15:52:19
  Author: alucryd
Revision: 192063

upgpkg: zimg 2.3-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 15:48:06 UTC (rev 192062)
+++ PKGBUILD2016-10-12 15:52:19 UTC (rev 192063)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.2.1
+pkgver=2.3
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54')
+sha256sums=('09962385f986dbcfd8ed6160cdafc2bc57bef8c6bfb3ca3a4bcaa482f09c06fa')
 
 build() {
   cd zimg-release-${pkgver}


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2016-08-28 Thread Maxime Gauduin
Date: Sunday, August 28, 2016 @ 09:54:48
  Author: alucryd
Revision: 187834

upgpkg: zimg 2.2.1-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-28 09:51:58 UTC (rev 187833)
+++ PKGBUILD2016-08-28 09:54:48 UTC (rev 187834)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.1
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,14 +13,11 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('e6d6c6c60b38ebaf74e2ab934b5b90b54e61f34e0a3f111c9da82958335f25da')
+sha256sums=('0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54')
 
 build() {
   cd zimg-release-${pkgver}
 
-  # GCC 6
-  export CXXFLAGS="$CXXFLAGS -std=c++1z"
-
   ./autogen.sh
   ./configure \
 --prefix='/usr' \


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2016-05-08 Thread Maxime Gauduin
Date: Sunday, May 8, 2016 @ 19:38:15
  Author: alucryd
Revision: 174371

upgpkg: zimg 2.1-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 17:19:15 UTC (rev 174370)
+++ PKGBUILD2016-05-08 17:38:15 UTC (rev 174371)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.0.4
+pkgver=2.1
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,11 +13,14 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245')
+sha256sums=('e6d6c6c60b38ebaf74e2ab934b5b90b54e61f34e0a3f111c9da82958335f25da')
 
 build() {
   cd zimg-release-${pkgver}
 
+  # GCC 6
+  export CXXFLAGS="$CXXFLAGS -std=c++1z"
+
   ./autogen.sh
   ./configure \
 --prefix='/usr' \
@@ -31,9 +34,6 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
-
   install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
   install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
 }


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2016-02-07 Thread Maxime Gauduin
Date: Sunday, February 7, 2016 @ 09:32:31
  Author: alucryd
Revision: 160519

upgpkg: zimg 2.0.4-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 08:11:42 UTC (rev 160518)
+++ PKGBUILD2016-02-07 08:32:31 UTC (rev 160519)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 provides=('libzimg.so')
 options=('!emptydirs')
 
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
+sha256sums=('e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245')
 
-
 build() {
   cd zimg-release-${pkgver}
 
@@ -32,7 +32,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+  ln -s "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
 
   install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
   install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
@@ -39,4 +39,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')


[arch-commits] Commit in zimg/trunk (PKGBUILD)

2016-01-24 Thread Maxime Gauduin
Date: Sunday, January 24, 2016 @ 10:04:18
  Author: alucryd
Revision: 158724

upgpkg: zimg 2.0.3-1

Modified:
  zimg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 09:02:53 UTC (rev 158723)
+++ PKGBUILD2016-01-24 09:04:18 UTC (rev 158724)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('i686' 'x86_64')
@@ -39,4 +39,4 @@
 }
 
 # vim: ts=2 sw=2 et:
-sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')
+sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')