@@ -33,42 +33,34 @@ gst_packages:
libgirepository-1.0-1 \
libgirepository1.0-dev \
python3-gi \
python3-gst-1.0
pnpm:
# holding pnpm back because we don't have the latest nodejs: https://pnpm.io/installation#compatibility
sudo npm install -g pnpm@6.32.12
bin/node:
ln -sf `which nodejs` bin/node
js: pnpm
js:
pnpm install --reporter append-only
py:
pdm sync
refresh: packages gst_packages js py
setup: packages gst_packages pnpm js py
deps: js py
bin/ascoltami2: gst_packages link_to_sys_packages
effect_node_setup: create_virtualenv packages binexec install_python_deps
tkdnd_build:
# get tkdnd r95 with subversion
# then apply tkdnd-patch-on-r95 to that
cd tkdnd/trunk
./configure
make
push_github:
hg bookmark -r default main && hg push git+ssh://git@github.com/drewp/light9.git
pull_github:
Status change: