Package Details: lib32-gstreamer0.10 0.10.36.1-4

Git Clone URL: https://aur.archlinux.org/lib32-gstreamer0.10.git (read-only, click to copy)
Package Base: lib32-gstreamer0.10
Description: GStreamer Multimedia Framework
Upstream URL: http://gstreamer.freedesktop.org/
Licenses: LGPL
Submitter: alucryd
Maintainer: None
Last Packager: micwoj92
Votes: 39
Popularity: 0.000000
First Submitted: 2014-09-22 09:10 (UTC)
Last Updated: 2023-08-26 07:54 (UTC)

Latest Comments

1 2 3 Next › Last »

slwr commented on 2023-01-09 15:28 (UTC) (edited on 2023-01-09 15:30 (UTC) by slwr)

Please apply git patch:

diff --git a/PKGBUILD b/PKGBUILD
index cf30f74..94ef362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('LGPL')
 url='http://gstreamer.freedesktop.org/'
 depends=('gstreamer0.10' 'lib32-glib2' 'lib32-libxml2')
 makedepends=('gcc-multilib' 'git' 'intltool' 'python2' 'flex')
-source=('git://github.com/GStreamer/gstreamer.git#branch=0.10'
-        'git://github.com/GStreamer/common.git')
+source=('git+https://github.com/GStreamer/gstreamer.git#branch=0.10'
+        'git+https://github.com/GStreamer/common.git')
 sha256sums=('SKIP'
         'SKIP')

@@ -21,7 +21,7 @@ prepare() {

   git submodule init
   git config submodule.common.url "$srcdir/common"
-  git submodule update 
+  git -c protocol.file.allow=always submodule update

   NOCONFIGURE=1 ./autogen.sh
 }

1nikolas commented on 2022-08-17 10:23 (UTC)

Hey can you change the github links to https:// instead of git://? It causes weird ssh errors for some reason

asm0dey commented on 2020-10-30 21:40 (UTC)

Fixed

asm0dey commented on 2019-03-18 09:04 (UTC)

Also, if you;ll look into PKGBUILD you'll find python2 makedep

asm0dey commented on 2019-03-18 09:02 (UTC)

@jaysee I'm unsure why it doesn't build for you in chroot, but it's built for me inside this image https://cloud.docker.com/repository/docker/asm0dey/aur-tester/general, which is evidence that there is everything needed in base arch + yay AUR helper

jaysee commented on 2019-03-17 16:43 (UTC)

Missing dependency python. Cannot build in a chroot.

make[1]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer'
Making all in pkgconfig
make[2]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer/pkgconfig'
  CP     gstreamer-0.10.pc
  CP     gstreamer-check-0.10.pc
  CP     gstreamer-base-0.10.pc
  CP     gstreamer-controller-0.10.pc
  CP     gstreamer-dataprotocol-0.10.pc
  CP     gstreamer-net-0.10.pc
  CP     gstreamer-0.10-uninstalled.pc
  CP     gstreamer-controller-0.10-uninstalled.pc
  CP     gstreamer-dataprotocol-0.10-uninstalled.pc
  CP     gstreamer-net-0.10-uninstalled.pc
  CP     gstreamer-base-0.10-uninstalled.pc
  CP     gstreamer-check-0.10-uninstalled.pc
make[2]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer/pkgconfig'
Making all in gst
make[2]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer/gst'
  GEN      gstenumtypes.h
  GEN      gstenumtypes.c
  GEN      gstmarshal.h
  GEN      gstmarshal.c
/usr/bin/env: ‘python3’: No such file or directory
/usr/bin/env: ‘python3’: No such file or directory
/usr/bin/env: make[2]: *** [Makefile:1999: gstenumtypes.h] Error 127
‘python3’: No such file or directorymake[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:2007: gstenumtypes.c] Error 127

make[2]: *** [Makefile:1988: gstmarshal.h] Error 127
/usr/bin/env: ‘python3’: No such file or directory
make[2]: *** [Makefile:1992: gstmarshal.c] Error 127
make[2]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer/gst'
make[1]: *** [Makefile:751: all-recursive] Error 1
make[1]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer'
make: *** [Makefile:655: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/build/aur-builder/chroot/538617/build/build
Error executing command: makechrootpkg -c -r /home/build/aur-builder/chroot/538617

asm0dey commented on 2018-06-03 12:07 (UTC)

To fix issues I propose to use following patch do PKGBUILD:

--- PKGBUILD.old    2018-06-03 15:06:57.386765557 +0300
+++ PKGBUILD    2018-06-03 15:06:28.806765862 +0300
@@ -8,20 +8,18 @@
 arch=('x86_64')
 license=('LGPL')
 url='http://gstreamer.freedesktop.org/'
-depends=('gstreamer0.10' 'lib32-glib2' 'lib32-libxml2')
+depends=('gstreamer0.10' 'lib32-glib2' 'lib32-libxml2' 'gtk-doc')
 makedepends=('gcc-multilib' 'git' 'intltool' 'python2')
-source=('git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e'
-        'bison3.patch')
+source=('git://github.com/GStreamer/gstreamer.git#branch=0.10'
+        'git://github.com/GStreamer/common.git')
 sha256sums=('SKIP'
-            'ed154e280abf59b24d98a8ab0fe868b449b26aa61f7ae3813fab8ac615fcaefa')
+            'SKIP')

 prepare() {
   cd gstreamer
-
-  patch -Np1 -i ../bison3.patch
-  sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
-
-  NOCONFIGURE=1 ./autogen.sh
+  git submodule init
+  git config submodule.common.url $srcdir/common
+  git submodule update
 }

 build() {
@@ -30,7 +28,7 @@
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
+  ./autogen.sh
   ./configure \
     --prefix='/usr' \
     --libdir='/usr/lib32' \
@@ -54,4 +52,3 @@
 }

 # vim: ts=2 sw=2 et:
-
------------------------------------------------------------