Search Criteria
Package Details: libavresample 4.3.1-1
Git Clone URL: | https://aur.archlinux.org/libavresample.git (read-only, click to copy) |
---|---|
Package Base: | libavresample |
Description: | libavresample from the ffmpeg package because it's been excluded due to deprecation |
Upstream URL: | https://ffmpeg.org/ |
Keywords: | transcoding tvheadend |
Licenses: | |
Provides: | |
Submitter: | LukyLX |
Maintainer: | LukyLX |
Last Packager: | LukyLX |
Votes: | 7 |
Popularity: | 1.11 |
First Submitted: | 2019-03-12 20:53 |
Last Updated: | 2020-11-29 18:43 |
Dependencies (3)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- git (git-git) (make)
- nasm (nasm-git) (make)
Required by (6)
- cainteoir-engine (optional)
- darling (make)
- darling-git (make)
- darling-mach-dkms (make)
- darling-mach-dkms-git (make)
- tvheadend (requires libavresample.so) (optional)
Latest Comments
francoism90 commented on 2020-12-01 08:01
@LukyLX Thanks. :)
Didn't know the source code hasn't been touched such a long time ago, unfortunately it seems TVHeadend still uses it for transcoding.
LukyLX commented on 2020-11-29 18:45
@francoism90 Sure, just updated to 4.3.1 for the sake of synchronizing with ffmpeg. However, I don't think this package really needs to be updated that frequently because the libavresample source code folder hasn't been touched for about 1,5 years.
francoism90 commented on 2020-11-27 19:05
@LukyLX Could you please upgrade the package? :)
TomCatT commented on 2019-03-14 16:56
Okay, cool thank you for info. :)
LukyLX commented on 2019-03-14 16:47
Hi @TomCatT, I guess you've already installed a AUR version of FFMPEG then because the official ffmpeg package doesn't include libavresample.so anymore so couldn't conflict with package libavresample. Package libavresample was designed to only work with the official ffmpeg package and only provides the libavresample.so library which is deprecated and not included anymore in the official ffmpeg package. So, if you've installed an aur package already providing libavresample.so , you don't need package libavresample.
TomCatT commented on 2019-03-14 14:38
Hello,
I was working on updating FFMPEG and it told me I had an older version of the avresample file.
Checking file conflicts... Failed to commit transaction: conflicting files: libavresample: /usr/include/libavresample/avresample.h already exists in filesystem libavresample: /usr/include/libavresample/version.h already exists in filesystem libavresample: /usr/lib/libavresample.so already exists in filesystem libavresample: /usr/lib/libavresample.so.4 already exists in filesystem libavresample: /usr/lib/libavresample.so.4.0.0 already exists in filesystem libavresample: /usr/lib/pkgconfig/libavresample.pc already exists in filesystem
Should I remove these files first then run your update or do you have a workaround for it?