mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
testing/gstreamermm: remove doc subpackage
This commit is contained in:
parent
a87cc202ce
commit
06ac03effb
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=gstreamermm
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C++ interface for GStreamer"
|
||||
url="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
|
||||
arch="all"
|
||||
|
@ -10,7 +10,7 @@ license="LGPL"
|
|||
makedepends="glibmm-dev gst-plugins-base-dev"
|
||||
checkdepends="gtest-dev"
|
||||
options="!check" #tests are broken
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://download.gnome.org/sources/gstreamermm/${pkgver%.[0-9]*}/$pkgname-$pkgver.tar.xz
|
||||
"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue