Merge pull request #430 from istori1/patch-1

Remove libcheck and libevent
This commit is contained in:
ReenigneArcher
2022-10-25 09:31:36 -04:00
committed by GitHub

View File

@@ -79,6 +79,7 @@ modules:
sha256: 8b237e94b08c196a1da22f2f25875f10be4cff3648df4eeff21e00da8f683fc2 sha256: 8b237e94b08c196a1da22f2f25875f10be4cff3648df4eeff21e00da8f683fc2
- name: x265 - name: x265
disabled: false
buildsystem: cmake-ninja buildsystem: cmake-ninja
builddir: true builddir: true
subdir: source subdir: source
@@ -129,39 +130,24 @@ modules:
- --disable-doxygen-html - --disable-doxygen-html
- --disable-manpages - --disable-manpages
- --disable-xmltoman - --disable-xmltoman
- --disable-libevent
sources: sources:
- type: archive - type: archive
url: http://archive.ubuntu.com/ubuntu/pool/main/a/avahi/avahi_0.8.orig.tar.gz url: http://archive.ubuntu.com/ubuntu/pool/main/a/avahi/avahi_0.8.orig.tar.gz
sha256: 060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda sha256: 060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda
modules:
- name: libevent
cleanup:
- /bin
sources:
- type: archive
url: http://archive.ubuntu.com/ubuntu/pool/main/libe/libevent/libevent_2.1.12-stable.orig.tar.gz
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
- name: libevdev - name: libevdev
disabled: false disabled: false
buildsystem: meson buildsystem: meson
config-opts: config-opts:
- -Ddocumentation=disabled - -Ddocumentation=disabled
- -Dtests=disabled
cleanup: cleanup:
- /bin - /bin
sources: sources:
- type: archive - type: archive
url: http://archive.ubuntu.com/ubuntu/pool/main/libe/libevdev/libevdev_1.13.0+dfsg.orig.tar.xz url: http://archive.ubuntu.com/ubuntu/pool/main/libe/libevdev/libevdev_1.13.0+dfsg.orig.tar.xz
sha256: a882e13ef1dd6bd227318080cabf60fe5af3c06471259d3acfc9dbfb202351a7 sha256: a882e13ef1dd6bd227318080cabf60fe5af3c06471259d3acfc9dbfb202351a7
modules:
- name: libcheck
buildsystem: cmake
cleanup:
- /bin
sources:
- type: archive
url: http://archive.ubuntu.com/ubuntu/pool/universe/c/check/check_0.15.2.orig.tar.gz
sha256: 8451b68ac5d6f3157b24f22eceff575bcf566264f6d78f3852f89d4e08cf42e1
- name: cuda - name: cuda
disabled: false disabled: false