Package Details: v4l-utils-git 1.28.1.r52.g363495b6-2

Git Clone URL: https://aur.archlinux.org/v4l-utils-git.git (read-only, click to copy)
Package Base: v4l-utils-git
Description: Userspace tools and conversion library for Video 4 Linux
Upstream URL: https://linuxtv.org/
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: edid-decode, v4l-utils
Provides: edid-decode, v4l-utils
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 60
Popularity: 1.05
First Submitted: 2022-01-02 13:35 (UTC)
Last Updated: 2024-11-30 07:59 (UTC)

Dependencies (17)

Required by (171)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

palego commented on 2024-05-11 16:34 (UTC) (edited on 2024-05-11 16:34 (UTC) by palego)

These changes to the PKGBUILD worked for me:

build() {
cd "$_gitname"
meson setup --prefix=/usr build
meson compile -C build
}

package() {
cd "$_gitname"
DESTDIR="$pkgdir" meson install -C build
install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
sed -n '1,/^$/p' edid-decode.cpp | head -n -2 > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

nerbug commented on 2024-05-10 15:05 (UTC) (edited on 2024-05-10 15:06 (UTC) by nerbug)

@username227 Yeah, it seems that upstream has changed to Meson for their builds and removed the makefile, but the PKGBUILD hasn't been updated yet.

username227 commented on 2024-05-10 12:23 (UTC)

Received error building:

make: *** No targets specified and no makefile found. Stop. ==> ERROR: A failure occurred in build(). Aborting...

net147 commented on 2023-11-05 00:53 (UTC) (edited on 2023-11-05 00:55 (UTC) by net147)

@Bitals Works for me using makepkg. Remove the edid-decode folder and try again. It may be trying to update a clone that was using git instead of git+https.

Bitals commented on 2023-11-04 10:00 (UTC)

error: timed out looking for devel update: git://linuxtv.org/edid-decode.git

Seems like the source is dead.

Chocobo1 commented on 2023-05-05 17:30 (UTC)

There is a error on package v4l-utils-git 1.24.1.r32.g399d70f1-1 PKGBUILD on line 31 ./bootstrap.sh doesn't exists

Fixed.

marcosmiklos commented on 2023-05-05 17:06 (UTC)

There is a error on package v4l-utils-git 1.24.1.r32.g399d70f1-1 PKGBUILD on line 31 ./bootstrap.sh doesn't exists

net147 commented on 2022-07-09 11:54 (UTC)

@mcbelisle Works fine for me using makepkg.

mcbelisle commented on 2022-07-09 07:42 (UTC)

:: Proceed to review? [Y/n]:

:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... error: timed out looking for devel update: https://git.linuxtv.org/edid-decode.git error: failed to lookup: edid-decode-git: ==> Making package: edid-decode-git r621.8a8d673-1 (Sat 09 Jul 2022 12:38:32 AM PDT) ==> Retrieving sources... ==> ERROR: /home/michael/.cache/paru/clone/edid-decode-git/edid-decode is not a clone of https://git.linuxtv.org/edid-decode.git Aborting... error: failed to download sources for 'edid-decode-git-r621.8a8d673-1': error: packages failed to build: edid-decode-git-r621.8a8d673-1 michael-modern15a11m:[michael]:~$

net147 commented on 2022-04-23 05:26 (UTC)

@cyrozap Done