Compare commits

...

8 commits

Author SHA1 Message Date
ff83c44e00 upgpkg: bino 2.3-1
upstream release
2024-10-06 18:56:42 +02:00
1e551aa714 Adopt SPDX identifiers for license fields 2024-07-21 07:32:40 +02:00
3c2a11ccde upgpkg: bino 2.2-1
upstream release
2024-06-09 17:47:01 +02:00
61b9b8b48a upgpkg: bino 2.1-1
upstream release
2023-02-18 22:53:48 +01:00
adce6c3729 Generically use cmake for build instead of make directly 2022-12-06 22:10:20 +01:00
da3252c2c6 Revert setting jobs option for make
This option should be set in makepkg.conf instead of being passed by the package
2022-11-23 17:53:52 +01:00
1253d464f1 bino: Update description 2022-11-09 18:09:58 +01:00
ddfdf6c1ce upgpkg: bino 2.0-1
upstream release
2022-11-09 17:38:40 +01:00
3 changed files with 28 additions and 88 deletions

View file

@ -1,23 +1,19 @@
pkgbase = bino pkgbase = bino
pkgdesc = 3D video player with multi-display support pkgdesc = A video player with focus on 3D and Virtual Reality
pkgver = 1.6.8 pkgver = 2.3
pkgrel = 4 pkgrel = 1
url = https://bino3d.org/ url = https://bino3d.org/
arch = x86_64 arch = x86_64
license = GPL3 license = GPL-3.0-or-later
depends = ffmpeg4.4 makedepends = cmake
depends = freealut makedepends = qt6-tools
depends = freeglut depends = qt6-multimedia
depends = glewmx depends = qt6-svg
depends = libass depends = qvr
depends = qt5-base source = https://bino3d.org/releases/bino-2.3.tar.gz
optdepends = lirc: infrared remote control source = https://bino3d.org/releases/bino-2.3.tar.gz.sig
source = https://bino3d.org/releases/bino-1.6.8.tar.xz
source = https://bino3d.org/releases/bino-1.6.8.tar.xz.sig
source = ffmpeg4.4.patch
validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
sha512sums = d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc sha512sums = 9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c
sha512sums = SKIP sha512sums = SKIP
sha512sums = f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639
pkgname = bino pkgname = bino

View file

@ -4,36 +4,28 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com> # Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=bino pkgname=bino
pkgver=1.6.8 pkgver=2.3
pkgrel=4 pkgrel=1
pkgdesc='3D video player with multi-display support' pkgdesc='A video player with focus on 3D and Virtual Reality'
arch=('x86_64') arch=('x86_64')
url='https://bino3d.org/' url='https://bino3d.org/'
license=('GPL3') license=('GPL-3.0-or-later')
depends=('ffmpeg4.4' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base') depends=('qt6-multimedia' 'qt6-svg' 'qvr')
optdepends=('lirc: infrared remote control') makedepends=('cmake' 'qt6-tools')
source=(https://bino3d.org/releases/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig})
ffmpeg4.4.patch) sha512sums=('9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c'
sha512sums=('d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc' 'SKIP')
'SKIP'
'f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639')
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i '../ffmpeg4.4.patch'
}
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cmake -B build -S "$pkgname-$pkgver" \
./configure \ -DCMAKE_INSTALL_PREFIX=/usr \
--prefix=/usr \ -DCMAKE_BUILD_TYPE=Release \
--with-qt-version=5 \ -DBUILD_TESTING=OFF
#--with-xnvctrl # Enable NVIDIA Quadro SDI output
make cmake --build build
} }
package() { package() {
cd "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" cmake --install build
make DESTDIR="${pkgdir}" install
} }

View file

@ -1,48 +0,0 @@
--- a/configure.ac
+++ b/configure.ac
@@ -143,25 +143,6 @@ if test -z "$PKG_CONFIG"; then
AC_MSG_WARN([please install pkg-config; Debian package: pkg-config])
fi
-dnl FFmpeg
-PKG_CHECK_MODULES([libavformat], [libavformat >= 52.110.0 libavcodec libavutil], [HAVE_LIBAVFORMAT=1], [HAVE_LIBAVFORMAT=0])
-if test "$HAVE_LIBAVFORMAT" != "1"; then
- AC_MSG_WARN([required library libavformat >= 52.110.0 not found:])
- AC_MSG_WARN([$libavformat_PKG_ERRORS])
- AC_MSG_WARN([libavformat >= 52.110.0 is provided by libav >= 0.7 or FFmpeg >= 0.7])
-fi
-PKG_CHECK_MODULES([libavdevice], [libavdevice >= 52.5.0], [HAVE_LIBAVDEVICE=1], [HAVE_LIBAVDEVICE=0])
-if test "$HAVE_LIBAVDEVICE" != "1"; then
- AC_MSG_WARN([required library libavdevice >= 52.5.0 not found:])
- AC_MSG_WARN([$libavdevice_PKG_ERRORS])
- AC_MSG_WARN([libavdevice >= 52.5.0 is provided by libav >= 0.7 or FFmpeg >= 0.7])
-fi
-PKG_CHECK_MODULES([libswscale], [libswscale >= 0.14.1 libavutil], [HAVE_LIBSWSCALE=1], [HAVE_LIBSWSCALE=0])
-if test "$HAVE_LIBSWSCALE" != "1"; then
- AC_MSG_WARN([required library libswscale >= 0.14.1 not found:])
- AC_MSG_WARN([$libswscale_PKG_ERRORS])
- AC_MSG_WARN([libswscale >= 0.14.1 is provided by libav >= 0.7 or FFmpeg >= 0.7])
-fi
AC_CHECK_FUNCS([sysconf])
dnl libass
@@ -400,11 +381,16 @@ UPDATE_DESKTOP_DATABASE=""
AC_ARG_VAR([UPDATE_DESKTOP_DATABASE], [update-desktop-database command])
AC_CHECK_PROGS([UPDATE_DESKTOP_DATABASE], [update-desktop-database])
+dnl ffmpeg4.4 libs
+LIBS="$LIBS /usr/lib/libswscale.so.5"
+LIBS="$LIBS /usr/lib/libavutil.so.56"
+LIBS="$LIBS /usr/lib/libavformat.so.58"
+LIBS="$LIBS /usr/lib/libavdevice.so.58"
+LIBS="$LIBS /usr/lib/libavcodec.so.58"
+CPPFLAGS="$CPPFLAGS -I/usr/include/ffmpeg4.4"
+
dnl Check if all libraries were found
if test "$am_cv_func_iconv" != "yes" \
- -o "$HAVE_LIBAVFORMAT" != "1" \
- -o "$HAVE_LIBAVDEVICE" != "1" \
- -o "$HAVE_LIBSWSCALE" != "1" \
-o "$HAVE_LIBASS" != "1" \
-o "$HAVE_LIBOPENAL" != "1" \
-o "$HAVE_LIBQTOPENGL" != "1" \