Package Details: edid-decode-git r678.f4b0548-1

Git Clone URL: https://aur.archlinux.org/edid-decode-git.git (read-only, click to copy)
Package Base: edid-decode-git
Description: EDID decoder and conformance tester
Upstream URL: https://git.linuxtv.org/edid-decode.git/
Licenses: MIT
Provides: edid-decode
Submitter: net147
Maintainer: net147
Last Packager: net147
Votes: 60
Popularity: 0.38
First Submitted: 2013-02-08 06:58 (UTC)
Last Updated: 2024-06-03 09:28 (UTC)

Latest Comments

1 2 3 Next › Last »

xiota commented on 2024-11-29 17:02 (UTC)

This package should be deleted. Notice at cd4bba8 states:

This utility was move into v4l-utils (git://linuxtv.org/v4l-utils.git)

yobson commented on 2024-11-29 14:28 (UTC) (edited on 2024-11-29 14:29 (UTC) by yobson)

build fails

ERROR: Neither source directory 'build' nor build directory None contain a build file meson.build. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'edid-decode-git-r678.f4b0548-1': error: packages failed to build: edid-decode-git-r678.f4b0548-1

I think it is the result of a change upstream: https://git.linuxtv.org/edid-decode.git/commit/?id=cd4bba870bee3775d2bc811d1089fb3206437176

earlybird commented on 2024-05-16 05:32 (UTC) (edited on 2024-05-16 05:33 (UTC) by earlybird)

add meson as a dependency

working config

https://pastebin.com/hwjeWK6L

earlybird commented on 2024-05-14 05:55 (UTC)

Can you update the PKGBUILD?

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.

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

@mcbelisle Works fine for me using makepkg.