Package Details: edid-decode-git r621.8a8d673-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: 58
Popularity: 0.22
First Submitted: 2013-02-08 06:58 (UTC)
Last Updated: 2022-04-23 05:26 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Latest Comments

1 2 3 Next › Last »

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.

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