Skip to content

Commit

Permalink
Fix Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 12, 2024
1 parent 40aab8d commit aea7dc0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions addons/conda/build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ build:
outputs:
- name: "{{ name|lower }}"
type: conda_v2
build:
run_exports:
- {{ pin_subpackage('selkies-gstreamer', max_pin='x.x') }}
- {{ pin_subpackage('python-xlib', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gstreamer', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-plugins-base', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-plugins-good', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-plugins-ugly', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-plugins-bad', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-libav', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gst-python', allow_no_other_outputs=True) }}
- {{ pin_subpackage('gstreamer-orc', allow_no_other_outputs=True) }}

requirements:
build:
Expand All @@ -70,6 +58,7 @@ requirements:
- git
- git-lfs
- gmp
- glib
- gobject-introspection
- gsl
- libcap
Expand Down

0 comments on commit aea7dc0

Please sign in to comment.