Skip to content
Snippets Groups Projects
Commit a996cbc4 authored by alice's avatar alice
Browse files

community/ffmpeg: remove chromaprint support

this causes a circular dependency, of ffmpeg -> chromaprint -> ffmpeg
parent 43788ab0
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg pkgname=ffmpeg
pkgver=6.0 pkgver=6.0
pkgrel=8 pkgrel=9
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="https://ffmpeg.org/" url="https://ffmpeg.org/"
arch="all" arch="all"
...@@ -13,7 +13,6 @@ makedepends=" ...@@ -13,7 +13,6 @@ makedepends="
alsa-lib-dev alsa-lib-dev
aom-dev aom-dev
bzip2-dev bzip2-dev
chromaprint-dev
coreutils coreutils
dav1d-dev dav1d-dev
fontconfig-dev fontconfig-dev
...@@ -194,7 +193,6 @@ build() { ...@@ -194,7 +193,6 @@ build() {
--disable-static \ --disable-static \
--disable-stripping \ --disable-stripping \
--enable-avfilter \ --enable-avfilter \
--enable-chromaprint \
--enable-gnutls \ --enable-gnutls \
--enable-gpl \ --enable-gpl \
--enable-libaom \ --enable-libaom \
......
  • Contributor

    Does this create a serious problem?

  • alice @nekopsykose ·
    Author Contributor

    this causes a circular dependency, of ffmpeg -> chromaprint -> ffmpeg

    you can't have circular dependencies

  • Contributor

    So is there any other way to have a chromapront build of ffmepg in aports?

  • alice @nekopsykose ·
    Author Contributor

    no

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment