1
0
Fork 0
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:
prspkt 2019-06-12 13:42:05 +03:00
parent a87cc202ce
commit 06ac03effb
No known key found for this signature in database
GPG key ID: 24BA3D41BDA6E870

View file

@ -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"