Search Criteria
Package Details: libvlcpp-git 1:0.281.f3db793-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libvlcpp-git.git (read-only, click to copy) |
---|---|
Package Base: | libvlcpp-git |
Description: | C++ bindings for libvlc |
Upstream URL: | http://vlmc.org/ |
Keywords: | C++11 libVLC |
Licenses: | GPL |
Conflicts: | libvlcpp |
Provides: | libvlcpp |
Submitter: | migrev |
Maintainer: | nerfly |
Last Packager: | migrev |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-25 09:18 (UTC) |
Last Updated: | 2016-12-02 02:04 (UTC) |
Required by (1)
- medialibrary-git (requires libvlcpp)
Latest Comments
nerfly commented on 2018-01-01 21:23 (UTC)
Draadmachine: Are you sure you have `pkg-config' installed?
Draadmachine commented on 2018-01-01 16:40 (UTC)
an error is thrown during precompile configuration:
==> Making package: libvlcpp-git 1:0.281.f3db793-1 (Mon Jan 1 17:33:22 CET 2018) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning libvlcpp git repo... Cloning into bare repository '/tmp/libvlcpp-git/libvlcpp'... remote: Counting objects: 1631, done. remote: Compressing objects: 100% (437/437), done. remote: Total 1631 (delta 1202), reused 1594 (delta 1173) Receiving objects: 100% (1631/1631), 380.18 KiB | 188.00 KiB/s, done. Resolving deltas: 100% (1202/1202), done. ==> Validating source files with sha256sums... libvlcpp ... Skipped ==> Extracting sources... -> Creating working copy of libvlcpp git repo... Cloning into 'libvlcpp'... done. ==> Starting pkgver()... ==> Updated version: libvlcpp-git 1:0.291.af59275-1 ==> Starting build()... ++ dirname ./bootstrap + cd . + autoreconf -fis configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' Makefile.am: installing './depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking whether g++ supports C++11 features by default... yes ./configure: line 3345: syntax error near unexpected token
vlc,' ./configure: line 3345:
PKG_CHECK_MODULES(vlc, libvlc)' ==> ERROR: A failure occurred in build(). Aborting...Compilation finishes successfully by removing the conflicting lines.