upg cups mariadb ntp postfix subversion vlc xorg-xwayland

This commit is contained in:
joborun linux 2023-06-08 20:51:15 +03:00
parent 70ba5809ea
commit d2ec1490a4
16 changed files with 90 additions and 86 deletions

View File

@ -7,12 +7,12 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.4.3
pkgver=2.4.4
pkgrel=01
epoch=1
url="https://openprinting.github.io/cups/"
makedepends=('acl' 'pam' 'gnutls' 'cups-filters' 'colord'
'libusb' 'libpaper')
'libusb' 'libpaper' 'xinetd')
#checkdepends=('valgrind')
source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
cups.logrotate
@ -85,7 +85,7 @@ build() {
package_libcups() {
pkgdesc="The CUPS Printing System - client libraries and headers - no systemd no avahi "
depends=('gnutls')
depends=('gnutls' 'glibc' 'zlib')
cd ${pkgbase}-${pkgver}
make BUILDROOT="${pkgdir}" install-headers install-libs
@ -109,12 +109,13 @@ backup=(etc/cups/cupsd.conf
etc/logrotate.d/cups
etc/pam.d/cups)
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters'
'dbus' 'libpaper' 'hicolor-icon-theme' 'xinetd')
'dbus' 'libpaper' 'hicolor-icon-theme'
'glibc' 'gcc-libs' 'gnutls' 'xinetd')
optdepends=('libusb: for usb printer backend'
'ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections'
'xdg-utils: xdg .desktop file support'
'colord: for ICC color profile support'
'logrotate: for logfile rotation support')
'xdg-utils: xdg .desktop file support'
'colord: for ICC color profile support'
'logrotate: for logfile rotation support')
cd "${pkgbase}"-${pkgver}
make BUILDROOT="${pkgdir}" install-data install-exec
@ -179,8 +180,8 @@ validpgpkeys=(7082A0A50A2E92640F3880E0E4522DCC9B246FF7 # Zdenek Dohnal (The old
845464660B686AAB36540B6F999559A027815955) # "Michael R Sweet <michael.r.sweet@gmail.com>"
# 7ADB58203CA5F046F28025B215AA6A7F4D4227D7) # "Zdenek Dohnal (Associate Software Engineer) <zdohnal@redhat.com>"
sha256sums=(9ddeb98f20e9c9f4af121c2b1053e7420b79bd6770f1aded2866303d27526f6f # cups-2.4.3-source.tar.gz
8fd4fccb6d1fd34ba1ddd55aa6ec6b53c5cde519f3cf34f72650ad7ecfcf5844 # cups-2.4.3-source.tar.gz.sig
sha256sums=(209259e8fe8df9112af49f4e5765f50dad6da1f869296de41d6eaab1b98003cb # cups-2.4.4-source.tar.gz
6a2d7102078d3dcd04c71cc255bc59c50cfa8211cc10a65e0926d12e598d6d52 # cups-2.4.4-source.tar.gz.sig
d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9 # cups.logrotate
57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5 # cups.pam
06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2 # cups.sysusers
@ -188,6 +189,6 @@ sha256sums=(9ddeb98f20e9c9f4af121c2b1053e7420b79bd6770f1aded2866303d27526f6f #
3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d # cups-freebind.patch
0bf6a75ba1b051771f155d9a5d36b307a6d40c6857d645b250fe93f3fb713474) # guid.patch
## 5cabce7fb4eba663a7063ae151a081c7b2e5544f34bd97fb9f732a01bbc2cb90 cups-1:2.4.3-01-x86_64.pkg.tar.lz
## d7bb502551bc16c26e7e6c409201b68ac5e85fb3f6eae3f629308cf9845c83a4 libcups-1:2.4.3-01-x86_64.pkg.tar.lz
## 654fa23274451964c5ec3b3abb6d8ecdd7f63d16c73688bfa00d4b99d0c17ae1 cups-1:2.4.4-01-x86_64.pkg.tar.lz
## ace6b2930f7afdecb06c285e39de86713805cce6e01ad99a0596c7841b90675f libcups-1:2.4.4-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.4.3
pkgver=2.4.4
pkgrel=1
epoch=1
arch=('x86_64')
@ -20,7 +20,7 @@ source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-$
cups-freebind.patch
guid.patch
)
sha256sums=('9ddeb98f20e9c9f4af121c2b1053e7420b79bd6770f1aded2866303d27526f6f'
sha256sums=('209259e8fe8df9112af49f4e5765f50dad6da1f869296de41d6eaab1b98003cb'
'SKIP'
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@ -93,7 +93,7 @@ build() {
package_libcups() {
pkgdesc="OpenPrinting CUPS - client libraries and headers"
depends=('gnutls' 'avahi')
depends=('gnutls' 'avahi' 'glibc' 'zlib')
cd ${pkgbase}-${pkgver}
make BUILDROOT="${pkgdir}" install-headers install-libs
@ -117,7 +117,8 @@ backup=(etc/cups/cupsd.conf
etc/logrotate.d/cups
etc/pam.d/cups)
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters'
'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
'dbus' 'systemd' 'systemd-libs' 'libpaper' 'hicolor-icon-theme'
'glibc' 'gcc-libs' 'avahi' 'gnutls')
optdepends=('libusb: for usb printer backend'
'ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections'
'xdg-utils: xdg .desktop file support'

View File

@ -5,3 +5,7 @@ colord
libusb
libpaper
json-glib
xinetd

View File

@ -8,7 +8,7 @@
pkgbase=mariadb
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
pkgdesc='Fast SQL database server, derived from MySQL w/o systemd and zstd'
pkgver=10.11.3
pkgver=10.11.4
pkgrel=01
url='https://mariadb.org/'
makedepends=('boost' 'bzip2' 'cmake' 'cracklib' 'curl' 'jemalloc' 'judy' 'krb5' 'libaio'
@ -241,12 +241,12 @@ license=('GPL')
#validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package Signing Key <package-signing-key@mariadb.org>
validpgpkeys=('177F4010FE56CA3336300305F1656F24C74CD1D8') # MariaDB Signing Key <signing-key@mariadb.org>
sha256sums=(b065b0f32a6e9fd479e566fd6671450379886d8dda2d9a7ef930af1e5c26c0c7 # mariadb-10.11.3.tar.gz
2db467982ed6f04566879e5d76ff2a1b47e8ed4bbab47abb5d45ca9c1695edfa # mariadb-10.11.3.tar.gz.asc
sha256sums=(ce8dac125568cc5f40da74c17212767c92d8faed81066580b526a485a591127d # mariadb-10.11.4.tar.gz
323620f1396b8209234bf6e06421ceb7dffd4dce43fa1c83ee88644c6ce73275 # mariadb-10.11.4.tar.gz.asc
711b4e7cf40e2b1ab132655a8d64f5a721027296f7a5731ffa70b504b3d805cd # mariadb.sysusers.conf
5ff8916c32c87ac45f05171669ff94e5a1a81c6bd7e6516b63fd9db8723916fc) # mariadb.tmpfile.conf
## 2c6486c960a26446617af4118d44461d231cab96efa9984d1ad0e4ef2070dc77 mariadb-10.11.3-01-x86_64.pkg.tar.lz
## 46b4a82f5ce8f637af063e940e8d710d9f9b6a0ef83c46c1a3b890162cd0a367 mariadb-clients-10.11.3-01-x86_64.pkg.tar.lz
## 386241dc2bef9447ff338fd1bbbe65888e9504b494147f393333baec0e5d88e2 mariadb-libs-10.11.3-01-x86_64.pkg.tar.lz
## bf5e0ab097a5ce39749730666dd437fc3050e3bc82e7427f0490a1131f781cd0 mytop-10.11.3-01-x86_64.pkg.tar.lz
## abe8906d4414e88a46c700790657931134f3c969e2a680a563ff2071564c3b00 mariadb-10.11.4-01-x86_64.pkg.tar.lz
## 8acafa434264b4da1107b171d7d4dabf00e8b8b31dad427c03ddff3fda197014 mariadb-clients-10.11.4-01-x86_64.pkg.tar.lz
## 3834943eae941a4c865129869d073152fb8ecd2e68bb4a8e87bee21f5e7a801e mariadb-libs-10.11.4-01-x86_64.pkg.tar.lz
## 0573e2052357b476f7adf11fdc05522698ada01eddcbe744f7206f6319416898 mytop-10.11.4-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
pkgbase=mariadb
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
pkgdesc='Fast SQL database server, derived from MySQL'
pkgver=10.11.3
pkgver=10.11.4
pkgrel=1
arch=('x86_64')
license=('GPL')
@ -18,7 +18,7 @@ validpgpkeys=('177F4010FE56CA3336300305F1656F24C74CD1D8') # MariaDB Signing Key
# https://mariadb.com/kb/en/library/mirror-sites-for-mariadb/
source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${pkgver}/source/mariadb-${pkgver}.tar.gz"{,.asc}
'0001-arch-specific.patch')
sha256sums=('b065b0f32a6e9fd479e566fd6671450379886d8dda2d9a7ef930af1e5c26c0c7'
sha256sums=('ce8dac125568cc5f40da74c17212767c92d8faed81066580b526a485a591127d'
'SKIP'
'3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460')

View File

@ -7,7 +7,7 @@
pkgname=ntp
_pkgname=ntp #-dev
_pkgver=4.2.8p16
_pkgver=4.2.8p17
pkgver=${_pkgver/p/.p}
pkgrel=01
pkgdesc='Network Time Protocol reference implementation w/o ipv6 & systemd'
@ -63,9 +63,9 @@ package() {
license=('custom')
sha256sums=(5225858bfd843b080fb9daa5b7370519130e5e49ac3eb0371e334bdc06c52dd7 # ntp-4.2.8p16.tar.gz
sha256sums=(103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866 # ntp-4.2.8p17.tar.gz
# 1809cd2be7ce7d16a3321f84cc469024624db70806c7229071cfa7951e8b4770 # ntp-4.2.8_p15-glibc-2.34.patch
abccefe0b3a65cd375d5071ce780be8d2d205439aa6d34bcd3c56de6e80ba821 # ntp.conf
f839a3b6d8e64fcd9332274131b4d5aa0b2c272db072dc310af1735ef286746a) # ntp.sysusers
## ced39d122f0b7fedeb543c39d32550528d0ba4f926c134e0637fd731fbd3a629 ntp-4.2.8.p16-01-x86_64.pkg.tar.lz
## 3770e539aea7e7e3179ffd02c6cbd1d15878ee69644fa71d695ad87fe7c1269c ntp-4.2.8.p17-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
pkgname=ntp
_pkgname=ntp #-dev
_pkgver=4.2.8p16
_pkgver=4.2.8p17
pkgver=${_pkgver/p/.p}
pkgrel=1
pkgdesc='Network Time Protocol reference implementation'
@ -18,7 +18,7 @@ source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_p
'ntpd.service'
'ntpdate.service'
'ntp.sysusers')
sha256sums=('5225858bfd843b080fb9daa5b7370519130e5e49ac3eb0371e334bdc06c52dd7'
sha256sums=('103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866'
'abccefe0b3a65cd375d5071ce780be8d2d205439aa6d34bcd3c56de6e80ba821'
'1edd7e7916766b4aebb4d96a5da4b0a1086f43d3e0e4ffc90c2e4f92bd13ce7e'
'63b0f8c03905daecad3f901664db70a608519b6ca4f4e7b159ab2c971cffacf4'

View File

@ -7,7 +7,7 @@
pkgbase=postfix
pkgname=(postfix postfix-{cdb,ldap,lmdb,mysql,pcre,pgsql,sqlite} )
pkgver=3.8.0
pkgver=3.8.1
pkgrel=01
pkgdesc="Fast, easy to administer, secure mail server w/o systemd"
url="http://www.postfix.org/"
@ -100,6 +100,7 @@ package_postfix() {
libnsl libnsl.so
libsasl libsasl2.so
openssl libcrypto.so libssl.so
sh
zlib
)
optdepends=(
@ -240,8 +241,8 @@ license=(EPL)
validpgpkeys=('622C7C012254C186677469C50C0B590E80CA15A7') # Wietse Venema <wietse@porcupine.org>
sha256sums=(a3ad8029bd2c6b0c576477a0f77bf9d2c0b761cbaa0efbfef47969efea6eade9 # postfix-3.8.0.tar.gz
9ef59f400c0a3646a87da496f59a5fe2b4e46366d5ea9eb05944a78cb5088a61 # postfix-3.8.0.tar.gz.sig
sha256sums=(54e1bffded3032828a70de22c2a1a94d1c097fc4513e0fdbfcfdbf3bff6b7092 # postfix-3.8.1.tar.gz
2bd01b86167a7e5d3de98604e822f9d8b0fbbaaa1eafc9598bfb32cb26af188c # postfix-3.8.1.tar.gz.sig
# 2e0c7228700d052999e101a1daf4d35396b3a56607f25b9b722aa90190ea3a66 # linux6.patch
99682cbc9edda4a10f8624d43ada577dd3bd8f2409ae5aef04ff7db0d956ef67 # postfix-3.5.8-main_defaults.patch
fec58a3edb242daa9e45d1dd58cf19193fcadb44bc8ad8dc4e6f92f04b7257e5 # postfix.install
@ -249,11 +250,12 @@ sha256sums=(a3ad8029bd2c6b0c576477a0f77bf9d2c0b761cbaa0efbfef47969efea6eade9 #
825106bc3a6db8872160c5d65be04ad92828a043b8c8decc531341f0fe4a5742) # postfix.tmpfiles
## d8950de01db92da8d006d5c34de5c94ed85eaff498346e228c41fc7dec9d011f postfix-3.8.0-01-x86_64.pkg.tar.lz
## f69d49a8105e17bad86e994d113a75119b58167b64800b6761bc9af8831162b1 postfix-cdb-3.8.0-01-x86_64.pkg.tar.lz
## b8a99898c89742fa060fdee14635d702d3671dad17d27b803bb6cf7c12bfbc8c postfix-ldap-3.8.0-01-x86_64.pkg.tar.lz
## d35c88fbd38ddf39ad2de039f8b2214a539ff4234f2887ba8947ec220cc16699 postfix-lmdb-3.8.0-01-x86_64.pkg.tar.lz
## f57cca9f00125d6696afeeb3bc5b89f68ed3d8dcbf9e1b124bae8bdc1eacef0a postfix-mysql-3.8.0-01-x86_64.pkg.tar.lz
## ce8db4e8ca81c78af9d7237b130e8d6c06acc37a2c5192d0beed52d2d3b71f94 postfix-pcre-3.8.0-01-x86_64.pkg.tar.lz
## 865559dda26e98f7871126dbe4dee9a0df48836aadb1cdc221cf25835759b084 postfix-pgsql-3.8.0-01-x86_64.pkg.tar.lz
## 7c6b61d6c8bff8b2a8ee20d349d575aece41764ffe1909227f60b3da19d9ff3a postfix-sqlite-3.8.0-01-x86_64.pkg.tar.lz
## 788b79f69031b367a0897209637faac8737a5c99b3c38b7ef3490a10c7ec1d81 postfix-3.8.1-01-x86_64.pkg.tar.lz
## a1806b022cba5082301a8418977c17aa6198352e4bc26272e6cab78a387a8241 postfix-cdb-3.8.1-01-x86_64.pkg.tar.lz
## 05232d38c3c992a1781fd4a0b6b0438dc81549139ca92742e07c10a84ea93bf2 postfix-ldap-3.8.1-01-x86_64.pkg.tar.lz
## 03ba1fa93fb560ae908100bcb1855ab05408818fbb4765221ed3e455f8fdeb71 postfix-lmdb-3.8.1-01-x86_64.pkg.tar.lz
## 444216ee80f4d4a6ebc37c1ab61c61d458827ce337b3242e0b5c362b3f9b620a postfix-mysql-3.8.1-01-x86_64.pkg.tar.lz
## 6db225e693a20d1f98534105592503828ed0117898e17bf509bdb633cab25a82 postfix-pcre-3.8.1-01-x86_64.pkg.tar.lz
## 2763598fa867584eab046e09e6ad22b7e8fb0f1759119055a690878849a908af postfix-pgsql-3.8.1-01-x86_64.pkg.tar.lz
## a47cc20ac02c68e3ed4e5f474316658b17144338829c1c6accbaeb7c8a37dc54 postfix-sqlite-3.8.1-01-x86_64.pkg.tar.lz

View File

@ -8,7 +8,7 @@ pkgname=(
postfix
postfix-{cdb,ldap,lmdb,mysql,pcre,pgsql,sqlite}
)
pkgver=3.8.0
pkgver=3.8.1
pkgrel=1
pkgdesc="Fast, easy to administer, secure mail server"
arch=(x86_64)
@ -38,13 +38,13 @@ source=(
$pkgbase.sysusers
$pkgbase.tmpfiles
)
sha512sums=('a66956b0cc5eb6ad5ee926348b584ba5640586784aec794a84c40472faecb6313d46537c9f5696edfd8fda070591925a0cfaedc014e15bb3496195e5fb9ee4bd'
sha512sums=('9eb91f2baab327de22dd55fc5ff398de74856e30be461282f41b1801301873881a8f40ce061c16e0505d51d96aaf0eff8d0ac660e5f6c70c6125133f64a4ee80'
'SKIP'
'7b2785aa8120ca3ff91b405baf675e9e11f8d58b18a9b842672e7ae30932febddac10556a70823d8746fcb160bceb4dbabdee45cf46b02fc0127057656fb85c4'
'27f54747ad480d65b560c9dbc97e12c6353e4bceca0ffe3e358e31de56db0ad79928164c9f8790c73a9f791daa378253d2ee29b5a766661778553ec889b2cf97'
'a7f15970f613ae7b98ce1b84ca0a6034ce3cc7b2b9ce7160dad9731f740fb762f4a54f44acceb5f06f8744fa9e952b088086af8a69da388a600b742a3cda37f2'
'd08574a6acd595fc146513c92dc1bb341c3432d67de1e93ab73a7ce60e385dd34f3a55e3d3d7aec5f358ac4aae260f028599ac47650ebc663cea3043a760a7bc')
b2sums=('3ef0c0c83eed3263c890143ae962674dfbfa01f589f1b503a01d57497e4732171aa58468357276f29a9454c577573e8442095c2db25005324754dbd305875297'
b2sums=('83c043d6e74cbbf0c5d739838ff99d4905aa711b13483fe0f427956b962c432e6f76d9828b5c141260e210c9605ac260df950d273d5729c36666c935a3ed4518'
'SKIP'
'b5f19e0619f1fb017cd889c14e341c21146b3afe7b9eefcdb7fb1eb83a357434b899d1e92f3ab0023c78ef8f2de6ae54c4599ee0f0bd04d257f4ca0a4dc9a16c'
'02dd441cf6e4a7c2bc0de876f020b0784d811f77a5c6102dd075d67b07158dbc53c8b4d62bc8035283d4f349008574b1c3fac03f4519d56ffd809cb5bcfb7bea'
@ -124,6 +124,7 @@ package_postfix() {
libnsl libnsl.so
libsasl libsasl2.so
openssl libcrypto.so libssl.so
sh
zlib
)
optdepends=(

View File

@ -7,16 +7,14 @@
pkgname=subversion
pkgver=1.14.2
pkgrel=07
pkgrel=08
pkgdesc="A Modern Concurrent Version Control System"
arch=('x86_64')
url="https://subversion.apache.org/"
depends=('apr' 'apr-util' 'bash' 'dbus' 'expat' 'file' 'gcc-libs' 'glibc'
'libsasl' 'libutf8proc' 'lz4' 'serf' 'sqlite' 'zlib' )
makedepends=('apache' 'python' 'python-py3c' 'perl' 'swig'
'java-environment>=8' 'libgnome-keyring' 'ruby') # 'kwallet' 'kdelibs4support'
optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
'java-environment>=8' 'libsecret' 'ruby') # 'kwallet' 'kdelibs4support'
optdepends=('libsecret: for GNOME Keyring for auth credentials'
'bash-completion: for svn bash completion'
'python: for some hook scripts'
'java-environment: for Java support'
@ -108,7 +106,9 @@ package() {
done
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('APACHE')
@ -138,5 +138,5 @@ sha256sums=(c9130e8d0b75728a66f0e7038fc77052e671830d785b5616aad53b4810d3cc28 #
ad2eeab9683aec61da6843b680a59d49c4e053017f5bf861a9f2f1384279689e # subversion-1.14.1-python-3.11-build.patch
a6337d17005865703d5eaf9b10d2e80172189bf896dda20e2e63debfabf164c6) # subversion-1.14.2-swig-py-Fix-conditionals-by-SWIG-version-and-by-Pyth.patch
## dbe3c631a43fb3c444a935680869ab71a883be69914eb0757c0d2cedd6482e98 subversion-1.14.2-07-x86_64.pkg.tar.lz
## c92b620ed460b98370faa8bb3f892d0f570655fc2e7027c2180ff4ab5c95675b subversion-1.14.2-07-x86_64.pkg.tar.lz
## 48b01b939550571ce6bfead8742860bf0eb5ff0094ab03c7683c5aa905c20236 subversion-1.14.2-08-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@
pkgname=subversion
pkgver=1.14.2
pkgrel=7
pkgrel=8
pkgdesc="A Modern Concurrent Version Control System"
arch=('x86_64')
url="https://subversion.apache.org/"
@ -14,8 +14,8 @@ license=('APACHE')
depends=('apr' 'apr-util' 'bash' 'dbus' 'expat' 'file' 'gcc-libs' 'glibc' 'libsasl' 'libutf8proc' 'lz4' 'serf' 'sqlite'
'systemd' 'zlib' )
makedepends=('apache' 'python' 'python-py3c' 'perl' 'swig' 'java-environment>=8'
'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
'libsecret' 'kwallet' 'kdelibs4support' 'ruby')
optdepends=('libsecret: for GNOME Keyring for auth credentials'
'kwallet: for KWallet for auth credentials'
'bash-completion: for svn bash completion'
'python: for some hook scripts'

View File

@ -10,7 +10,7 @@ _vlcver=3.0.18
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=09
pkgrel=010
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player - no systemd,avahi,dbus '
url='https://www.videolan.org/vlc/'
# NOTE: switch to ffmpeg4.4, as ffmpeg >= 5 requires extensive changes disabling VAAPI (only supported with vlc >= 4)
@ -19,7 +19,7 @@ depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
'qt5-x11extras' 'qt5-svg' 'freetype2' 'fribidi' 'harfbuzz'
'fontconfig' 'libxml2' 'gnutls' 'libplacebo')
'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'aribb24')
makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi'
@ -29,8 +29,7 @@ makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
'lirc' 'libgoom2' 'projectm' 'aom' 'srt'
'aribb24' 'aribb25' 'pcsclite')
'lirc' 'libgoom2' 'projectm' 'aom' 'srt' 'aribb25' 'pcsclite')
# 'chromaprint: Chromaprint audio fingerprinter'
optdepends=('avahi: service discovery using bonjour protocol'
'aom: AOM AV1 codec'
@ -92,7 +91,6 @@ optdepends=('avahi: service discovery using bonjour protocol'
'ncurses: ncurses interface'
'libnotify: notification plugin'
'gtk3: notification plugin'
'aribb24: aribsub support'
'aribb25: aribcam support'
'pcsclite: aribcam support'
'live-media: streaming over RTSP')
@ -265,6 +263,5 @@ sha256sums=(57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec #
b98043683dd90d3f5a3f501212dfc629839b661100de5ac79fd30cb7b4a06f13 # update-vlc-plugin-cache.hook
7c2643e43322891287b6a67043656d16ca3cb075a55c911b0e159d625061c45a) # c2dd4bfe.patch
## 09c11184eb6a8ed51951710366e8527a8e609e40420c960e346ffa9ab44c14c9 vlc-3.0.18-09-x86_64.pkg.tar.lz
## f694ecddfd307c74074d466f29691428a82b6879f53aace6f74d7cf5c885e17a vlc-3.0.18-010-x86_64.pkg.tar.lz

View File

@ -8,7 +8,7 @@ _vlcver=3.0.18
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=9
pkgrel=10
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
url='https://www.videolan.org/vlc/'
arch=('x86_64')
@ -19,7 +19,7 @@ depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
'qt5-x11extras' 'qt5-svg' 'freetype2' 'fribidi' 'harfbuzz'
'fontconfig' 'libxml2' 'gnutls' 'libplacebo')
'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'aribb24')
makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
@ -30,7 +30,7 @@ makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
'lirc' 'libgoom2' 'projectm' 'aom' 'srt' 'dav1d'
'aribb24' 'aribb25' 'pcsclite' 'wayland-protocols')
'aribb25' 'pcsclite' 'wayland-protocols')
# 'chromaprint: Chromaprint audio fingerprinter'
optdepends=('avahi: service discovery using bonjour protocol'
@ -94,7 +94,6 @@ optdepends=('avahi: service discovery using bonjour protocol'
'ncurses: ncurses interface'
'libnotify: notification plugin'
'gtk3: notification plugin'
'aribb24: aribsub support'
'aribb25: aribcam support'
'pcsclite: aribcam support'
'live-media: streaming over RTSP')

View File

@ -6,18 +6,19 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=xorg-xwayland
pkgver=23.1.1
pkgver=23.1.2
pkgrel=01
groups=('xorg')
url="https://xorg.freedesktop.org"
pkgdesc="run X clients under wayland"
provides=('xorg-server-xwayland')
depends=('nettle' 'libepoxy' 'libxfont2'
'pixman' 'xorg-server-common' 'libxcvt' 'mesa')
'pixman' 'xorg-server-common' 'libxcvt' 'mesa'
'libglvnd' 'libxau' 'wayland' 'libdrm' 'libtirpc'
'libxshmfence' 'glibc')
makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
'xorg-font-util'
'wayland' 'wayland-protocols'
'libdrm' 'mesa-libgl'
'xorg-font-util' 'wayland-protocols' 'mesa-libgl'
'egl-wayland')
source=(https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz{,.sig})
provides=('xorg-server-xwayland')
@ -65,10 +66,11 @@ license=('custom')
#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan <fourdan@xfce.org>"
sha256sums=(fb9461f5cb9fea5e07e91882311b0c88b43e8843b017ebac05eb5af69aa34c15 # xwayland-23.1.1.tar.xz
36078209e5891ea3fec0e252a48fdf229fdd78d4e9becf32ee5fff681730381b) # xwayland-23.1.1.tar.xz.sig
sha512sums=('21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0'
sha512sums=('796939106e8c986f2e8d6a1ff27f3a51cda0718825c3a6da678573de95a61bcc9fac484a34c6f8f762f7078f5289aa35c393725ea0b0f7e5d153352ab01a48f5'
'SKIP')
## 316f348eb12fa7d494b97b6483ea284a735fb63cce1caf212c55d4e1e9833c5e xorg-xwayland-23.1.1-01-x86_64.pkg.tar.lz
sha256sums=(bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f # xwayland-23.1.2.tar.xz
0fc4489fe9200be5d30c1c7e4833da0620ce442f7a25e06a9a1c193d7ec18249) # xwayland-23.1.2.tar.xz.sig
## d76419e60b8095132bd2edc263b6e663d0f718e0d5dc88cf1ee4c5bc8660edd8 xorg-xwayland-23.1.2-01-x86_64.pkg.tar.lz

View File

@ -1,7 +1,7 @@
# Maintainer: AndyRTR <andyrtr@archlinux.org>
pkgname=xorg-xwayland
pkgver=23.1.1
pkgver=23.1.2
pkgrel=1
arch=('x86_64')
license=('custom')
@ -9,16 +9,14 @@ groups=('xorg')
url="https://xorg.freedesktop.org"
pkgdesc="run X clients under wayland"
depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2'
'pixman' 'xorg-server-common' 'libxcvt' 'mesa')
'pixman' 'xorg-server-common' 'libxcvt' 'mesa'
'libglvnd' 'libxau' 'wayland' 'libdrm' 'libtirpc'
'libxshmfence' 'glibc')
makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
'xorg-font-util'
'wayland' 'wayland-protocols'
'libdrm' 'mesa-libgl'
'systemd'
'egl-wayland'
)
'xorg-font-util' 'wayland-protocols' 'mesa-libgl'
'systemd' 'egl-wayland')
source=(https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz{,.sig})
sha512sums=('21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0'
sha512sums=('796939106e8c986f2e8d6a1ff27f3a51cda0718825c3a6da678573de95a61bcc9fac484a34c6f8f762f7078f5289aa35c393725ea0b0f7e5d153352ab01a48f5'
'SKIP')
provides=('xorg-server-xwayland')
conflicts=('xorg-server-xwayland')

View File

@ -4,7 +4,6 @@ pixman
xorg-server-common
libxcvt
xorg-font-util
wayland
wayland-protocols
libdrm
egl-wayland