The following are fully static builds of rtorrent for Linux amd64.
https://github.com/Trogious/rtremote/blob/master/test/deps/rtorrent-0.9.8.7z
https://github.com/Trogious/rtremote/blob/master/test/deps/rtorrent-0.9.7.7z
The following are fully static builds of rtorrent for Linux amd64.
https://github.com/Trogious/rtremote/blob/master/test/deps/rtorrent-0.9.8.7z
https://github.com/Trogious/rtremote/blob/master/test/deps/rtorrent-0.9.7.7z
Fully static build of VobSub2SRT can be found here.
tesseract-4.1.1
glibc-2.30
...and all other required libs.
The following will give you the latest git tag name (if the HEAD is tagged) or latest commit ID otherwise. After execution the X_VERSION
variable holds the end value.
I use it to name packages of my builds and other versioning purposes. See example here.
X_GIT_COMMITID=`git rev-parse --short HEAD | tr -d "\n" | sed 's/ //g'`
X_GIT_TAG=`git tag --points-at $X_GIT_COMMITID | tr -d "\n" | sed 's/ //g'`
The following will give you the latest git tag name (if the HEAD is tagged) or latest commit ID otherwise. The getAppVersion
function returns the end value.
I use it to name packages of my builds and other versioning purposes in my Android projects.
def getAppVersion = { ->
def stdout = new ByteArrayOutputStream()
Gets the latest release version (based on tag name) for a given GitHub repo. (requires Guava due to usage of CharStreams
).
private static class VersionTask extends AsyncTask<String, String, String> {
@Override
protected String doInBackground(String... strings) {
String result = null;
URL url;
HttpURLConnection connection = null;
try {
hdiutil create -o Montenery -size 15000m -volname Montenery -layout SPUD -fs HFS+J | |
mkdir /Volumes/Montenery | |
hdiutil attach Montenery.dmg -noverify -mountpoint /Volumes/Montenery | |
/Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Montenery --nointeraction |
-- /etc/wireplumber/main.lua.d/51-alsa-multichannelAudioInterface.lua | |
rule = { | |
matches = { | |
{ | |
{ "node.name", "matches", "alsa_input.usb-Generic_USB_Audio-00.HiFi_5_1__hw_Audio__sink" }, | |
}, | |
{ | |
{ "node.name", "matches", "alsa_output.usb-Generic_USB_Audio-00.HiFi_5_1__hw_Audio__sink" }, | |
}, |