Hi there
Doesn't build because the source va is not an array:
source='git+git://anongit.freedesktop.org/gstreamer/gst-devtools'
That works if the line reads:
source=('git+git://anongit.freedesktop.org/gstreamer/gst-devtools')
Search Criteria
Package Details: gst-plugins-bad-libs-git 1.24.0.r37.g95bafc4934-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gstreamer-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gstreamer-git |
| Description: | GStreamer Multimedia Framework (Git version) - bad git |
| Upstream URL: | http://gstreamer.freedesktop.org/ |
| Keywords: | glib streaming video |
| Licenses: | LGPL-2.1-or-later |
| Provides: | gst-plugins-bad-libs |
| Submitter: | KerrickStaley |
| Maintainer: | None |
| Last Packager: | SolarAquarion |
| Votes: | 21 |
| Popularity: | 0.000000 |
| First Submitted: | 2012-12-21 06:28 (UTC) |
| Last Updated: | 2024-03-10 10:46 (UTC) |
Dependencies (195)
- cairo (cairo-gitAUR)
- gst-plugins-base-libs-gitAUR
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libgudev
- libnice
- libusb (libusb-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- orc
- pango (pango-gitAUR, pango-nothai-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- a52dec (a52dec-gitAUR) (make)
- aalib (make)
- alsa-lib (make)
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR, aom-gitAUR, aom-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (make)
- Show 175 more dependencies...
Required by (50)
- audacium (requires gst-plugins-bad-libs) (make)
- blanket-git (requires gst-plugins-bad-libs)
- cemu-git (requires gst-plugins-bad-libs) (make)
- davinci-resolve (requires gst-plugins-bad-libs)
- davinci-resolve-beta (requires gst-plugins-bad-libs)
- davinci-resolve-studio (requires gst-plugins-bad-libs)
- davinci-resolve-studio-beta (requires gst-plugins-bad-libs)
- decibels-git (requires gst-plugins-bad-libs)
- eusoft-dehelper-bin (requires gst-plugins-bad-libs)
- eusoft-eshelper-bin (requires gst-plugins-bad-libs)
- eusoft-frhelper-bin (requires gst-plugins-bad-libs)
- fractal-git (requires gst-plugins-bad-libs)
- gst-plugin-codec2-git
- gst-plugin-msdk-git
- gst-plugin-va-git
- gst-plugins-bad-git
- gtk4-devel (requires gst-plugins-bad-libs)
- gtk4-git (requires gst-plugins-bad-libs)
- gtk4-paper-plane (requires gst-plugins-bad-libs)
- kana-gtk4-git (requires gst-plugins-bad-libs)
- Show 30 more...
Sources (2)
fthiery commented on 2017-10-03 13:11 (UTC)
dbermond commented on 2017-06-18 20:45 (UTC)
@orestisf
Thank you for the report. I've adopted this package a short while ago.
Expect a new update soon.
orestisf commented on 2017-06-18 18:54 (UTC)
Fixed
orestisf commented on 2017-06-18 18:54 (UTC)
Fixed
orestisf commented on 2017-06-18 18:54 (UTC)
Fixed
orestisf commented on 2017-06-18 18:11 (UTC)
source should be an array:
source='git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'
should be
source=('git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly')
Tom_B commented on 2017-03-20 18:12 (UTC)
This causes an error "Source should be an array" PKGBUILD needs changing:
-source='git+git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'
+source=('git+git://anongit.freedesktop.org/gstreamer/gst-plugins-bad')
ferrvittorio commented on 2017-01-07 15:43 (UTC)
Hi, cannot compile
I get:
==> Compilazione e installazione del pacchetto
==> ERRORE: source dovrebbe essere un array
==> ERRORE: An unknown error has occurred. Exiting...
==> ERRORE: Makepkg non è riuscito a compilare gst-devtools-git.
==> Riavviare la compilazione di gst-devtools-git [s/N]
==> ---------------------------------------------------
Thanks
ironman820 commented on 2016-05-27 17:00 (UTC)
The source is entered as a plain string and not an array. I had to add parentheses around the source URL in the PKGBUILD for it to build properly.
weltenseglr commented on 2016-05-02 20:44 (UTC)
The line source='git://... should be source=('git://anongit.freedesktop.org/gstreamer/gst-plugins-good'). Please fix
Pinned Comments
FabioLolix commented on 2025-03-18 20:15 (UTC)
People interested in maintaining? Let me know