pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gallery-dl
Module Name: pkgsrc
Committed By: leot
Date: Sat Jun 23 08:53:31 UTC 2018
Modified Files:
pkgsrc/net/gallery-dl: Makefile PLIST distinfo
Log Message:
gallery-dl: Update net/gallery-dl to 1.4.1
Changes:
1.4.1
-----
- Added an ugoira post-processor to convert pixiv animations to WebM
- Added --zip and --ugoira-conv command-line options
- Changed how ugoira frame information is handled
* instead of being written to a separate file, it is now made
available as metadata field of the ZIP archive
- Fixed manga and chapter titles for mangadex
- Fixed file deletion by post-processors
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/gallery-dl/Makefile \
pkgsrc/net/gallery-dl/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/gallery-dl/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gallery-dl/Makefile
diff -u pkgsrc/net/gallery-dl/Makefile:1.15 pkgsrc/net/gallery-dl/Makefile:1.16
--- pkgsrc/net/gallery-dl/Makefile:1.15 Sun Jun 10 12:00:24 2018
+++ pkgsrc/net/gallery-dl/Makefile Sat Jun 23 08:53:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/06/10 12:00:24 leot Exp $
+# $NetBSD: Makefile,v 1.16 2018/06/23 08:53:31 leot Exp $
-DISTNAME= gallery_dl-1.4.0
+DISTNAME= gallery_dl-1.4.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.15 pkgsrc/net/gallery-dl/distinfo:1.16
--- pkgsrc/net/gallery-dl/distinfo:1.15 Sun Jun 10 12:00:24 2018
+++ pkgsrc/net/gallery-dl/distinfo Sat Jun 23 08:53:31 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2018/06/10 12:00:24 leot Exp $
+$NetBSD: distinfo,v 1.16 2018/06/23 08:53:31 leot Exp $
-SHA1 (gallery_dl-1.4.0.tar.gz) = 8403c3f84ccd14428339c6f869c051f0fa0b898f
-RMD160 (gallery_dl-1.4.0.tar.gz) = e681206d7e4c9a0edce35c6b6a23f2426c14785a
-SHA512 (gallery_dl-1.4.0.tar.gz) = 187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183
-Size (gallery_dl-1.4.0.tar.gz) = 139132 bytes
+SHA1 (gallery_dl-1.4.1.tar.gz) = 6373a213e2b1c71d061f8e4b00c232a19dc7471b
+RMD160 (gallery_dl-1.4.1.tar.gz) = bbcd9c536332c8f7f743be49532bd50a7a929403
+SHA512 (gallery_dl-1.4.1.tar.gz) = 0f478ae10c54d28d5faa9ee47aa03527d666c0ea3678dbae83d6c59a1b52effdf7dd1e935031dff0830c9854f3271b1b7e9dfa33b139b4d58eb753a4fde878e5
+Size (gallery_dl-1.4.1.tar.gz) = 139920 bytes
SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553
Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.12 pkgsrc/net/gallery-dl/PLIST:1.13
--- pkgsrc/net/gallery-dl/PLIST:1.12 Sun Jun 10 12:00:24 2018
+++ pkgsrc/net/gallery-dl/PLIST Sat Jun 23 08:53:31 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2018/06/10 12:00:24 leot Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/06/23 08:53:31 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -327,6 +327,9 @@ ${PYSITELIB}/gallery_dl/postprocessor/co
${PYSITELIB}/gallery_dl/postprocessor/exec.py
${PYSITELIB}/gallery_dl/postprocessor/exec.pyc
${PYSITELIB}/gallery_dl/postprocessor/exec.pyo
+${PYSITELIB}/gallery_dl/postprocessor/ugoira.py
+${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc
+${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo
${PYSITELIB}/gallery_dl/postprocessor/zip.py
${PYSITELIB}/gallery_dl/postprocessor/zip.pyc
${PYSITELIB}/gallery_dl/postprocessor/zip.pyo
Home |
Main Index |
Thread Index |
Old Index