Search Criteria
Package Details: vlc-git 4.0.0.r31756.g76cd807c24-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/vlc-git.git (read-only, click to copy) |
---|---|
Package Base: | vlc-git |
Description: | Multi-platform MPEG, VCD/DVD, and DivX player |
Upstream URL: | https://code.videolan.org/videolan/vlc |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | libvlc, vlc |
Provides: | libvlc, vlc |
Submitter: | None |
Maintainer: | xiota (knoelli) |
Last Packager: | xiota |
Votes: | 210 |
Popularity: | 1.11 |
First Submitted: | 2008-04-01 12:14 (UTC) |
Last Updated: | 2024-11-16 22:21 (UTC) |
Dependencies (160)
- a52dec (a52dec-gitAUR)
- aribb24 (aribb24-gitAUR)
- faad2 (faad2-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- gnutls (gnutls-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- libarchive (libarchive-gitAUR)
- libdca (libdca-gitAUR)
- libdvbpsi (libdvbpsi-gitAUR)
- libidn (libidn-gitAUR)
- libixml.so (libupnp)
- libmad
- libmatroska (libmatroska-gitAUR)
- libmicrodns (libmicrodns-gitAUR)
- libmpcdec (libmpcdec-svnAUR)
- libmpeg2
- libplacebo (libplacebo-gitAUR)
- Show 140 more dependencies...
Required by (154)
- alchemy-viewer-git (requires vlc)
- ani-cli (requires vlc) (optional)
- ani-cli-git (requires vlc) (optional)
- animdl-git (requires vlc) (optional)
- aniwrapper-git (requires vlc) (optional)
- arcan (requires libvlc)
- arctime (requires vlc)
- arctimepro (requires vlc)
- asap-chiptunes-player-git (requires vlc) (make)
- asap-chiptunes-player-git (requires vlc) (optional)
- augenkrebs-git (requires vlc)
- behavioral-observation-research-interactive-software (requires vlc)
- bililocal-git (requires vlc)
- bililocal-osx-git (requires vlc)
- casparcg-client (requires vlc)
- casparcg-client-bin (requires vlc)
- casparcg-client-git (requires vlc)
- ctune-git (requires vlc) (optional)
- cytadela (requires vlc)
- daisyduck-bin (requires vlc)
- Show 134 more...
Latest Comments
1 2 3 4 5 6 .. 45 Next › Last »
xiota commented on 2024-11-16 21:57 (UTC) (edited on 2024-11-16 22:24 (UTC) by xiota)
Updated provides and conflicts. However, it may not work with some packages because some files are absent, like
libvlc.so.5
andvlc/deprecated.h
.nando commented on 2024-11-16 20:53 (UTC) (edited on 2024-11-16 21:58 (UTC) by nando)
vlc-git
also provideslibvlc
. This should be stated in the PKGBUILD because otherwise pacman can't replacevlc
withvlc-git
, because there are file conflicts betweenvlc-git
andlibvlc
. Removingvlc
manually isn't really suitable because quite some other packages (e.g.okular
) depend on it.rubin55 commented on 2024-10-22 20:04 (UTC) (edited on 2024-10-22 20:05 (UTC) by rubin55)
With build 4.0.0-dev-31343-ge009cc4da6, built a few days ago, I'm running into a weird assertion error (possibly gcc related?) when trying to play some video files:
I think this might be an upstream issue, but not sure. I filed https://code.videolan.org/videolan/vlc/-/issues/28838
MontBD.Veloper commented on 2024-09-25 03:26 (UTC) (edited on 2024-09-25 03:27 (UTC) by MontBD.Veloper)
@xiota, yes, I received response from code.videolan.org as seen in my previous comment. With regards to your suggestion, I will do that. Thanks.
xiota commented on 2024-09-21 11:57 (UTC) (edited on 2024-09-21 11:59 (UTC) by xiota)
I wouldn't mind switching to github, because their performance is usually better, but there can still be problems cloning some github repos. But doing so would require users to clear cache before next build or some changes to the package to make it work without clearing cache. Some other updates are also needed, like changing license strings to SPDX identifiers.
@MontBD.Veloper Do you receive any response when you ping code.videolan.org? If not, you may have something like a DNS outage (some sites may still work because of caching). Otherwise, please try rebuilding with
git config --global http.version HTTP/1.1
added to the beginning of the PKGBUILD? (If you're not building in clean chroot, rungit config --global http.version HTTP/2
after build to undo.)knoelli commented on 2024-09-21 11:49 (UTC) (edited on 2024-09-21 11:50 (UTC) by knoelli)
@MontBD.Veloper Changing the upstream url would technically be no problem. In the past, the VLC team used code.videolan.org as primary place where development took place, and their github repository was way behind. That's why I made the switch to code.videolan.org back then. Currently both resources are updated regularly so we might switch back to github. Btw. for me there's a difference in the latency for code.videolan.org (on average 25ms) and github.com (on average 15ms), but that barely makes a notable difference.
MontBD.Veloper commented on 2024-09-21 11:25 (UTC) (edited on 2024-09-21 11:27 (UTC) by MontBD.Veloper)
Can we use their github repo as the upstream url? As I experienced slow download when cloning the current upstream url. I have successfully installed it using the github repo in the
PKGBUILD
.Error when installing:
Pinging the current upstream url:
Pinging google:
As you can see there is a big difference in their latency. I just pointed out here that my internet is not the cause of the issue.
This is just a suggestion, maybe this is just on me or only an isolated case, you may check it out on your side.
BTW, big thanks to the contributors of this package.
1211days commented on 2024-06-26 16:38 (UTC)
@knoelli, thank you very much! Compilation works again
knoelli commented on 2024-06-26 10:25 (UTC)
@1211days Thank you for bringing this to my attention. The problem seems to be caused by VLC moving to ffmpeg 7.0. I've added a patch based on commit #1c15a5e1 that fixes the issue, so compilation should now work again.
1211days commented on 2024-06-25 19:49 (UTC) (edited on 2024-06-25 20:15 (UTC) by 1211days)
I'm getting a compilation error: https://0x0.st/Xm-6.txt
1 2 3 4 5 6 .. 45 Next › Last »