aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Source for orc from pkg-gstreamer has been moved #51

Closed rmldj closed 3 years ago

rmldj commented 4 years ago

The anonscm.debian.org has been discontinued. The converter/get-sources.sh script cannot download the orc package. I found that one has to change line 49

(cd $SRCDIR; git clone git://anonscm.debian.org/pkg-gstreamer/orc.git orc; cd orc; git checkout "$ORC_VER")

to

(cd $SRCDIR; git clone https://salsa.debian.org/gstreamer-team/orc.git orc; cd orc; git checkout "$ORC_VER")