Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/ffmpeg4.4/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ pkgbase = ffmpeg4.4
makedepends = libdrm-dev
makedepends = libfontconfig-dev
makedepends = libpulse-dev
makedepends = libx264-164
makedepends = libx264-dev
maintainer = Elsie19 <hwengerstickel@pm>
source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.4.4
source = https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg4.4/-/raw/main/binutils-2.41.patch
Expand Down
3 changes: 2 additions & 1 deletion packages/ffmpeg4.4/ffmpeg4.4.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgdesc='Complete solution to record, convert and stream audio and video'
url=https://ffmpeg.org/
source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}"
"https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg4.4/-/raw/main/binutils-2.41.patch")
makedepends=("pkg-config" "nasm" "gnutls-dev" "libdrm-dev" "libfontconfig-dev" "libpulse-dev")
makedepends=("pkg-config" "nasm" "gnutls-dev" "libdrm-dev" "libfontconfig-dev" "libpulse-dev" "libx264-164" "libx264-dev")
maintainer=("Elsie19 <hwengerstickel@pm>")

prepare() {
Expand All @@ -32,6 +32,7 @@ build() {
--enable-libfreetype \
--enable-libpulse \
--enable-shared \
--enable-libx264 \
--enable-version3

make -j"${NCPU}"
Expand Down
2 changes: 2 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3314,6 +3314,8 @@ pkgbase = ffmpeg4.4
makedepends = libdrm-dev
makedepends = libfontconfig-dev
makedepends = libpulse-dev
makedepends = libx264-164
makedepends = libx264-dev
maintainer = Elsie19 <hwengerstickel@pm>
source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.4.4
source = https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg4.4/-/raw/main/binutils-2.41.patch
Expand Down
Loading