Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3555

Raspberry Pi OS • Re: How to get newest version of ffmpeg?

$
0
0
Backport it from Debian Sid.

Debian Trixie/Sid have:
trixie (testing) (video): Tools for transcoding, streaming and playing of multimedia files
7:7.0.2-3: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x
sid (unstable) (video): Tools for transcoding, streaming and playing of multimedia files
7:7.0.2-3: alpha amd64 arm64 armel armhf hppa i386 m68k mips64el ppc64 ppc64el riscv64 s390x sh4 sparc64 x32

Steps to follow:

Code:

https://wiki.debian.org/SimpleBackportCreationhttp://ircbots.debian.net/factoids/factoid.php?key=simple+sid+backportAlso see https://wiki.debian.org/BuildingFormalBackportsSimple Sid BackportFirst check if it is in Backports1) Add the backports repo to /etc/apt/sources.listdeb https://deb.debian.org/debian/ bookworm-backports main contrib non-freedeb-src https://deb.debian.org/debian/ bookworm-backports main contrib non-free   sudo apt update   apt policy packagenameIf it is you can install it from backports by doing:   sudo apt install -t bookworm-backports packagenameIf not continue the steps to backport it from Sid:2) Add a deb-src line for sid (not a deb line!) to /etc/apt/sources.list   deb-src https://deb.debian.org/debian unstable main contrib non-free3) sudo apt update   sudo apt install build-essential packaging-dev debian-keyring devscripts equivs   sudo apt build-dep packagename4) apt -b source packagename5) sudo apt install packagename-ver.debFor versions newer than sid see <uupdate>.uupdate (in the <devscripts> package) upgrades a source code package from an upstream revision, or e.g. if the newest foo in debian is 1.2, and upstream is at 1.4: apt-get source foo; wget -nd http://foo.org/foo-1.4.tar.gz; cd foo-1.2; uupdate ../foo-1.4.tar.gzPackage recompile:1) Add a <deb-src> line for your current release to your sources.list 2) apt update; apt install build-essential devscripts fakeroot; apt build-dep packagename 3) as any user, apt-get source packagename 4) cd packagename-version/; ask me about <debian/rules>; 5) dpkg-buildpackage -uc -us 6) as root, apt install ../packagename-version.deb.

Statistics: Posted by craigevil — Mon Sep 30, 2024 4:08 pm



Viewing all articles
Browse latest Browse all 3555

Trending Articles