• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Auxiliary tools for users of pixiv_down


Commit MetaInfo

Révisiona1e4a17f0e535151c5e9d2bdb93522e322d3c771 (tree)
l'heure2023-01-29 12:26:13
Auteurnemophila <stigma@disr...>
Commiternemophila

Message de Log

Update dub.sdl

Prefer using the git repository for pixivd rather than assuming
it exists in a local directory.

Change Summary

Modification

diff -r 019d96c167ce -r a1e4a17f0e53 .hgignore
--- a/.hgignore Fri Jan 06 20:48:18 2023 +1000
+++ b/.hgignore Sun Jan 29 13:26:13 2023 +1000
@@ -1,5 +1,6 @@
11 # dub
22 .dub/
3+docs/
34
45 # mlib
56 .a
@@ -9,3 +10,4 @@
910
1011 # Logs
1112 .log
13+logs/
diff -r 019d96c167ce -r a1e4a17f0e53 dub.sdl
--- a/dub.sdl Fri Jan 06 20:48:18 2023 +1000
+++ b/dub.sdl Sun Jan 29 13:26:13 2023 +1000
@@ -1,9 +1,10 @@
11 name "pixivd-tools"
22 description "Collection of extra utility programs utilising pixivd"
3+homepage "https://yume-neru.neocities.org/p/pixivd-tools.html"
34 license "BSD 2-clause"
45
5-# Change the path here for pixivd if required.
6-dependency "pixivd" path="../pixivd"
6+dependency "pixivd" repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \
7+ version="b1bd23854879047a369ecef3075b1981f9a767c7"
78
89 dependency "mlib" path="mlib"
910