Search Criteria
Package Details: lib32-xvidcore 1.3.7-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lib32-xvidcore.git (read-only, click to copy) |
|---|---|
| Package Base: | lib32-xvidcore |
| Description: | XviD is an open source MPEG-4 video codec (32-bit) |
| Upstream URL: | https://www.xvid.com |
| Keywords: | lib32 |
| Licenses: | GPL |
| Provides: | libxvidcore.so |
| Submitter: | None |
| Maintainer: | Riedler |
| Last Packager: | Riedler |
| Votes: | 28 |
| Popularity: | 0.075339 |
| First Submitted: | 2010-12-18 09:21 (UTC) |
| Last Updated: | 2025-09-21 12:12 (UTC) |
Dependencies (4)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- xvidcore (xvidcore-svnAUR)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- nasm (nasm-gitAUR) (make)
Required by (12)
- avidemux-core-git (requires libxvidcore.so)
- ffmpeg-ffplayout (requires libxvidcore.so)
- ffmpeg-headless (requires libxvidcore.so)
- ffmpeg-libfdk_aac (requires libxvidcore.so)
- ffmpeg-nvcodec-11-1-git (requires libxvidcore.so)
- ffmpeg2.8 (requires libxvidcore.so)
- ffmpeg6.1 (requires libxvidcore.so)
- ffmpeg7.1 (requires libxvidcore.so)
- lib32-ffmpeg
- mplayer-gui-svn (requires libxvidcore.so)
- scxvid (requires libxvidcore.so)
- transcode (requires libxvidcore.so)
Latest Comments
1 2 Next › Last »
Riedler commented on 2025-09-21 12:00 (UTC)
fixed compilation. if anyone still has any problems, feel free to speak up.
thanks to @Alvaro for contributing a fix for one of the issues.
Alvaro commented on 2025-06-28 17:43 (UTC)
I've never contributed to AUR packages and I unfortunately don't have the time to get into it, but overriding the default std to something different to c23 should be good enough.
What I came up with was appending this to the build stage (between lines 34 and 35) in PKGBUILD.
It may not be the cleanest way to achieve it, but it is A solution, and it doesn't mess up with the default configure CFLAGS.
vitaliikuzhdin commented on 2025-05-11 14:17 (UTC)
The build currently fails with the following error:
This is caused by the recent update of GCC from version 14 to 15.
zfkerr commented on 2019-03-21 19:24 (UTC)
@GordonGR you NEED use this link in this form, that is, without using any variables, such as ${_pkgname}-${pkgver}. I don't know the reason why this happens, but it really does not work exactly in the form in which it is written in your PKGBUILD: https://downloads.xvid.org/downloads/${_pkgname}-${pkgver}.tar.bz2 Therefore, you need to use this link EXACTLY in this form: https://downloads.xvid.com/downloads/xvidcore-1.3.5.tar.gz Yes, the tar.bz2 version don't work, but the tar.gz version works fine. And as a proof of the correctness of my words, you can go yourself to the source code site to see that the all source codes are located there via https links, and not via http links, which simply do not exist there at all. Please follow this link: https://www.xvid.com/downloads/ Thank you!
beniamino.mietto commented on 2019-02-22 23:55 (UTC)
Please add lib32-gcc-libs in makedepends array.
GordonGR commented on 2018-11-29 12:55 (UTC)
I'm afraid that in my case it's the other way around. When I switch to your recommendation, it fails to download and tells me: “url: (60) SSL: no alternative certificate subject name matches target host name 'downloads.xvid.org' More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.”
zfkerr commented on 2018-11-29 06:25 (UTC)
@GordonGR your link http://downloads.xvid.org/downloads/xvidcore-1.3.5.tar.bz2 does non work any more, but https://downloads.xvid.com/downloads/xvidcore-1.3.5.tar.gz works fine.
1 2 Next › Last »