docs: en: de: Update nasm URL for Debian 9 Stretch.

nasm 2.13.xx packages were removed and replaced with 2.14.xx. Fixes #99.

Also fix missing meson instructions for Deutsch (German) translation. Ich hoffe ich habe das richtig gemacht.
This commit is contained in:
Bradley Sepos
2020-03-08 22:58:33 -04:00
parent 907580ede8
commit 44c42a10b5
3 changed files with 24 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Debian Abhängigkeiten installieren
=================================
Die folgenden Anweisungen gelten für [Debian](https://www.debian.org) 9.11 Stretch bis 10.1 Buster.
Die folgenden Anweisungen gelten für [Debian](https://www.debian.org) 9.12 Stretch bis 10.1 Buster.
Grundvoraussetzung um Kommandos zu starten:
@@ -68,7 +68,7 @@ Zusätzliche Debian 10 Abhängigkeiten:
Zusätzliche Debian 9 Abhängigkeiten die nicht im Base Repository zu finden sind:
- meson [backports]
- nasm [sid]
- nasm [buster]
Abhängigkeiten für die Grafische Benutzeroberfläche:
@@ -97,10 +97,16 @@ Solltest du Debian 10 verwenden, installiere die zusätzlichen Abhängigkeiten d
sudo apt-get install meson nasm
Falls du Debian 9 verwendest, ist das `nasm` Paket zu alt. Installiere eine neuere Version welche von Debian sid (unstable/development distribution) bereitgestellt wird[^nasm-sid].
Falls du Debian 9 verwendest, ist das `meson` Paket zu alt. Installiere eine neuere Version welche von Backports Repository bereitgestellt wird.
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.13.03-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo add-apt-repository -s 'deb http://deb.debian.org/debian stretch-backports main'
sudo apt-get update
sudo apt-get -t stretch-backports install meson
Falls du Debian 9 verwendest, ist das `nasm` Paket zu alt. Installiere eine neuere Version welche von Buster (Debian 10) Repository bereitgestellt wird[^nasm-newer].
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.14.02-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
Um die GTK [GUI](abbr:Grafische Benutzeroberfläche) zu bauen, installiere folgende abhängigkeiten.
@@ -113,5 +119,5 @@ Für Intel Quick Sync Video Unterstützung, installiere die QSV Abhängigkeiten.
Debian ist nun bereit HandBrake zu bauen. Siehe [HandBrake für Linux bauen](build-linux.html) für weiter Anweisungen.
[^nasm-sid]: Die Installation von Paketen, die neuer sind als die aus dem base Repository, könnte zu Inkompatibilitäten mit anderer Software führen, welche eine bestimmte Paketversion erwarten.
[^nasm-newer]: Die Installation von Paketen, die neuer sind als die aus dem base Repository, könnte zu Inkompatibilitäten mit anderer Software führen, welche eine bestimmte Paketversion erwarten.

View File

@@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Installing dependencies on Debian
=================================
The following instructions are for [Debian](https://www.debian.org) 9.11 Stretch through 10.2 Buster.
The following instructions are for [Debian](https://www.debian.org) 9.12 Stretch through 10.2 Buster.
Basic requirements to run commands:
@@ -68,7 +68,7 @@ Additional Debian 10 dependencies:
Additional Debian 9 dependencies not available in the base repository:
- meson [backports]
- nasm [sid]
- nasm [buster]
Intel Quick Sync Video dependencies (optional):
@@ -103,10 +103,10 @@ If you are running Debian 9, the `meson` package is too old. Install a newer ver
sudo apt-get update
sudo apt-get -t stretch-backports install meson
If you are running Debian 9, the `nasm` package is too old. Install a newer version provided by Debian sid (unstable/development distribution)[^nasm-sid].
If you are running Debian 9, the `nasm` package is too old. Install a newer version provided by the Buster (Debian 10) repository[^nasm-newer].
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.13.03-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.14.02-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
To build with Intel Quick Sync Video support, install the QSV dependencies.
@@ -119,4 +119,4 @@ To build the GTK [GUI](abbr:Graphical User Interface), install the graphical int
Debian is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.
[^nasm-sid]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.
[^nasm-newer]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.

View File

@@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Installing dependencies on Debian
=================================
The following instructions are for [Debian](https://www.debian.org) 9.11 Stretch through 10.2 Buster.
The following instructions are for [Debian](https://www.debian.org) 9.12 Stretch through 10.3 Buster.
Basic requirements to run commands:
@@ -68,7 +68,7 @@ Additional Debian 10 dependencies:
Additional Debian 9 dependencies not available in the base repository:
- meson [backports]
- nasm [sid]
- nasm [buster]
Intel Quick Sync Video dependencies (optional):
@@ -103,10 +103,10 @@ If you are running Debian 9, the `meson` package is too old. Install a newer ver
sudo apt-get update
sudo apt-get -t stretch-backports install meson
If you are running Debian 9, the `nasm` package is too old. Install a newer version provided by Debian sid (unstable/development distribution)[^nasm-sid].
If you are running Debian 9, the `nasm` package is too old. Install a newer version provided by the Buster (Debian 10) repository[^nasm-newer].
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.13.03-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.13.03-1_amd64.deb
sudo curl -L 'http://ftp.debian.org/debian/pool/main/n/nasm/nasm_2.14.02-1_amd64.deb' -o /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
sudo dpkg -i /var/cache/apt/archives/nasm_2.14.02-1_amd64.deb
To build with Intel Quick Sync Video support, install the QSV dependencies.
@@ -119,4 +119,4 @@ To build the GTK [GUI](abbr:Graphical User Interface), install the graphical int
Debian is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.
[^nasm-sid]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.
[^nasm-newer]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.