Package Details: gstreamer0.10-base-plugins 0.10.36-13

Git Clone URL: https://aur.archlinux.org/gstreamer0.10-base.git (read-only, click to copy)
Package Base: gstreamer0.10-base
Description: GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
Upstream URL: http://gstreamer.freedesktop.org/
Licenses: LGPL
Groups: gstreamer0.10-plugins
Conflicts: gstreamer0.10-alsa, gstreamer0.10-cdparanoia, gstreamer0.10-libvisual, gstreamer0.10-ogg, gstreamer0.10-pango, gstreamer0.10-theora, gstreamer0.10-vorbis
Replaces: gstreamer0.10-alsa, gstreamer0.10-cdparanoia, gstreamer0.10-libvisual, gstreamer0.10-ogg, gstreamer0.10-pango, gstreamer0.10-theora, gstreamer0.10-vorbis
Submitter: yurikoles
Maintainer: pfeifferj
Last Packager: pfeifferj
Votes: 131
Popularity: 0.132519
First Submitted: 2017-01-26 13:45 (UTC)
Last Updated: 2025-03-05 18:17 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

ava1ar commented on 2017-07-08 06:03 (UTC)

nicepack, if you are interested, please incorporate changes from https://github.com/ava1ar/gstreamer0.10-base

RemoteAdmin commented on 2017-06-15 06:47 (UTC)

@nicepack Would be nice if you run "makepkg --printsrcinfo > .SRCINFO" on this package. The "pkgrel = 9" Variable hasn't been updated in your last commit and should be pkgrel = 10

Muflone commented on 2017-05-27 22:48 (UTC)

I confirm the @cmsigler patches work fine to build the package for i686. @nicepack could you please include them?

Scimmia commented on 2017-05-26 13:47 (UTC)

That's pacaur being idiotic, then; this is not a VCS package. Don't blame this package, blame a crappy AUR helper.

rbellamy commented on 2017-05-16 01:02 (UTC)

As the pacaur developer has repeatedly stated, VCS packages need to be named according to PKGBUILD guidelines or pacaur will erroneously think it can validate .SRCINFO, when in fact it cannot. This package is actually a VCS package - even if it's sourcing a specific commit, it's still pulling source from a git repository. Pacaur will continue to have problems with this package until one of two things change: 1. The package no longer sources VCS 2. The package name changes, adding a "-git" prefix https://github.com/rmarquis/pacaur/issues/564

chendaniely commented on 2017-05-02 17:20 (UTC)

Can confirm randomdesi. package fails to build with pacaur (pacaur 4.7.6). Installs just fine with yaourt

randomdesi commented on 2017-04-20 03:18 (UTC)

gstreamer0.10-base package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD. I get this with pacaur 4.7.6

benoliver999 commented on 2017-03-24 07:38 (UTC)

The .SRCINFO really could do with sorting. I think pacaur reports the correct error, but other helpers break randomly, for instance it causes apacman to 'wait' before installing (but it never happens).

Goldman60 commented on 2017-03-22 01:24 (UTC)

It appears that make runs successfully under pacaur but it doesn't properly install

cmsigler commented on 2017-03-14 16:07 (UTC)

@ata Build WFM on x86_64. When you get "Permission denied" it normally means the execute permission bit(s) are not set for that file, so the shell refuses to run it. Try running makepkg on this AUR again. Maybe there was a weird hiccup during git checkout from the repository? Clemmitt