diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d6aea0..9f6bbad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 @@ -30,11 +30,11 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace + - name: Update apt cache + run: apt-get update + - name: Build Package run: ./main.sh - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Release Package run: ./release.sh diff --git a/debian/changelog b/debian/changelog index 8200e35..f0f6671 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obs-gstreamer-vaapi-plugin (0.4.0.git-99pika1) pikauwu; urgency=medium + + * Update to 0.4.0 + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +020 + obs-gstreamer-vaapi-plugin (0.3.4.git-99pika4-lunar) lunar; urgency=medium * Update to lunar diff --git a/debian/control b/debian/control index bce5820..20cee62 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Homepage: https://github.com/fzwoch/obs-vaapi Package: obs-gstreamer-vaapi-plugin Architecture: amd64 -Depends: libc6, libglib2.0-0, libgstreamer-plugins-base1.0-0, libgstreamer1.0-0, libpci3, obs-studio, gstreamer1.0-vaapi, libgstreamer-plugins-bad1.0-0, gstreamer1.0-libav, gstreamer1.0-plugins-bad +Depends: ${shlibs:Depends}, ${misc:Depends}, libc6, libglib2.0-0, libgstreamer-plugins-base1.0-0, libgstreamer1.0-0, libpci3, obs-studio, gstreamer1.0-vaapi, libgstreamer-plugins-bad1.0-0, gstreamer1.0-libav, gstreamer1.0-plugins-bad Description: Gstreamer VAAPI encoder for OBS diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ # add debs to repo -ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/' +ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/' # publish the repo -ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:' +ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:' \ No newline at end of file