Skip to content

Commit

Permalink
Merge pull request #1 from androniychuk/update_debian_files
Browse files Browse the repository at this point in the history
Update build flags and pkg name
  • Loading branch information
mckees authored Sep 20, 2024
2 parents 8785d16 + 6160797 commit 1fad367
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
onevpl-intel-gpu (24.3.1-0ubuntu1~24.10~ppa2) UNRELEASED; urgency=medium

* Update build flags and pkg name

-- piandro-mobl2 <[email protected]> Fri, 20 Sep 2024 12:23:13 -0700

onevpl-intel-gpu (24.3.1-0ubuntu1~24.10~ppa1) oracular; urgency=medium

* Bump version to 24.3.1
Expand Down
16 changes: 10 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
Source: onevpl-intel-gpu
Source: intel-onevpl
Section: graphics
Priority: optional
Maintainer: Ubuntu Developers <[email protected]>
XSBC-Original-Maintainer: Timo Aaltonen <[email protected]>
Build-Depends: debhelper-compat (= 13),
cmake,
libdrm-dev,
libva-dev,
libvpl-dev,
pkg-config,
libpciaccess-dev,
libva-dev (>= 2.17),
libx11-dev,
libx11-xcb-dev,
libxcb-dri3-dev,
libxcb-present-dev,
pkg-config
Standards-Version: 4.6.0
Homepage: https://github.com/oneapi-src/oneVPL-intel-gpu
Vcs-Browser: https://salsa.debian.org/debian/onevpl-intel-gpu
Vcs-Git: https://salsa.debian.org/debian/onevpl-intel-gpu.git
Rules-Requires-Root: no

Package: libmfx-gen1.2
Package: libmfx-gen1
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Intel oneVPL GPU Runtime -- shared library
Expand All @@ -33,7 +37,7 @@ Description: Intel oneVPL GPU Runtime -- shared library
Package: libmfx-gen-dev
Architecture: amd64
Depends: ${misc:Depends},
libmfx-gen1.2 (= ${binary:Version})
libmfx-gen1 (= ${binary:Version})
Description: Intel oneVPL GPU Runtime -- development files
Intel oneVPL GPU Runtime is a Runtime implementation of oneVPL
API for Intel Gen GPUs. Runtime provides access to hardware-accelerated
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
dh $@ --builddir build/

override_dh_auto_configure:
dh_auto_configure -- \
-DBUILD_RUNTIME=ON \
-DMFX_ENABLE_ENCTOOLS=ON \
-DMFX_ENABLE_AENC=ON \
-DBUILD_TESTS=ON \
-DBUILD_TOOLS=ON
override_dh_auto_clean:
dh_auto_clean
rm -rf build

%:
dh $@ --builddir build/

0 comments on commit 1fad367

Please sign in to comment.