Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test github actions #144

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Package
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo github: "${{ github }}"
- run: echo env: "${{ env }}"
- run: echo vars: "${{ vars }}"
- run: echo job: "${{ job }}"
- run: echo jobs: "${{ jobs }}"
- run: echo steps: "${{ steps }}"
- run: echo runner: "${{ runner }}"
- run: echo strategy: "${{ strategy }}"
- run: echo matrix: "${{ matrix }}"
- run: echo needs: "${{ needs }}"
- run: echo inputs: "${{ inputs }}"

- name: Check out repository code
uses: actions/checkout@v4
- name: Bootstrap
run: |
cd ${{ github.workspace }}/bootstrap
./bootstrap --prefix=/tmp/pkg --unprivileged --make-jobs=8
- run: echo "This job's status is ${{ job.status }}."
4 changes: 2 additions & 2 deletions multimedia/libva/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.36 2024/04/05 10:27:42 wiz Exp $
# $NetBSD: Makefile,v 1.37 2024/07/13 08:44:20 adam Exp $

DISTNAME= libva-2.21.0
DISTNAME= libva-2.22.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand Down
3 changes: 2 additions & 1 deletion multimedia/libva/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2022/03/08 08:57:04 wiz Exp $
@comment $NetBSD: PLIST,v 1.12 2024/07/13 08:44:20 adam Exp $
include/va/va.h
include/va/va_backend.h
include/va/va_backend_prot.h
Expand All @@ -9,6 +9,7 @@ include/va/va_dec_hevc.h
include/va/va_dec_jpeg.h
include/va/va_dec_vp8.h
include/va/va_dec_vp9.h
include/va/va_dec_vvc.h
include/va/va_dri2.h
include/va/va_dricommon.h
include/va/va_drm.h
Expand Down
8 changes: 4 additions & 4 deletions multimedia/libva/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.26 2024/04/05 10:27:42 wiz Exp $
$NetBSD: distinfo,v 1.27 2024/07/13 08:44:20 adam Exp $

BLAKE2s (libva-2.21.0.tar.bz2) = e998e45e9e419e456a792cf12fe9a303785210ee79f8faecfd5452709bf85335
SHA512 (libva-2.21.0.tar.bz2) = 47d15b7d85a005798adcaad95d0bded1abd746ed19a531f0dac42b448f914837fadaab2d12e1bd62a1ba74bb874e0209c3232b3182ec8541a66219a29c4510f0
Size (libva-2.21.0.tar.bz2) = 521730 bytes
BLAKE2s (libva-2.22.0.tar.bz2) = b9834eda306d30a19f6607008869d05030fbf794e9e416a6b1aa38fb0e10bb19
SHA512 (libva-2.22.0.tar.bz2) = 822ee03b43acf8476f30914c71e8bcaa9f0496adb8e19262611a3beaa2fc5b0bd8429949cd1da44b1261617d2ef75669e615acaaa09d8f9cc1bfab51ec94933c
Size (libva-2.22.0.tar.bz2) = 565488 bytes
SHA1 (patch-va_x11_dri2__util.c) = 6b77b7246f235d106e1fff3c83be564d2a0d0c5c