Package Details: open-tv-bin 1.0.2-1

Git Clone URL: https://aur.archlinux.org/open-tv-bin.git (read-only, click to copy)
Package Base: open-tv-bin
Description: Fast and powerful IPTV app
Upstream URL: https://github.com/fredolx/open-tv
Licenses: GPL2
Submitter: fredol
Maintainer: fredol
Last Packager: fredol
Votes: 2
Popularity: 0.87
First Submitted: 2023-03-25 00:14 (UTC)
Last Updated: 2024-10-15 21:25 (UTC)

Latest Comments

fredol commented on 2024-10-15 21:25 (UTC)

Thanks softExpert, I took most of your suggestions for the new PKGBUILD

SoftExpert commented on 2024-10-09 06:31 (UTC) (edited on 2024-10-09 06:45 (UTC) by SoftExpert)

Hello, the latest version (1.0.1) is available as DEB package.

Here is my PKGBUILD updated for the current version.

# Maintainer: Frédéric Lachapelle <frederic.lachapelle7@gmail.com>

pkgname=open-tv-bin
pkgver=1.0.1
pkgrel=1
pkgdesc='Fast & Simple IPTV app'
arch=('x86_64')
url='https://github.com/fredolx/open-tv'
license=('GPL2')
depends=('mpv')
options=(
    !emptydirs # Remove empty directories from package because why not
)

source=(
  "${pkgname}-${pkgver}-${arch}.deb::https://github.com/Fredolx/open-tv/releases/download/v${pkgver}/Open.TV_${pkgver}_amd64.deb"
  "${pkgname}-${pkgver}.LICENSE::https://raw.githubusercontent.com/Fredolx/open-tv/refs/tags/v${pkgver}/LICENSE"
)
sha512sums=('b01426e68011c8f0ad2529c4e0dee46402d12599014d34b36c9eb1c1e2a6839676cbd110237b500ea9dc5e7983bba2e3158fadb043c50da72d5e83814fe3c900'
            'aee80b1f9f7f4a8a00dcf6e6ce6c41988dcaedc4de19d9d04460cbfb05d99829ffe8f9d038468eabbfba4d65b38e8dbef5ecf5eb8a1b891d9839cda6c48ee957')

prepare() {
    bsdtar -xf "${srcdir}/data.tar.xz" -C "${srcdir}/"
}

package() {
    cp -a \
        "${srcdir}/usr/" \
        "${pkgdir}/usr/"
    install -Dm644 \
        "${srcdir}/${pkgname}-${pkgver}.LICENSE" \
        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -dv "${pkgdir}/usr/bin"
}


** edited to remove electron dependency

fredol commented on 2024-10-02 06:24 (UTC)

I will update for 1.0.0 on AUR soon. Thank you for your patience.

ArchEisley commented on 2024-07-17 17:48 (UTC)

I installed this on Manjaro, I cd into /opt/open-tv/app/ then I used npm start, all I get is a blank window and the following output in the terminal:

https://pastebin.com/XXcNWjF8

selatinabi commented on 2024-02-05 13:55 (UTC)

Thank you for your efforts fredol

fredol commented on 2024-01-27 23:11 (UTC)

sorry guys for the error, it's fixed now

selatinabi commented on 2024-01-27 10:06 (UTC)

==> Starting the package() process... cp: failed to state 'app': No such file or directory ==> ERROR: An error occurred in package(). Exiting.

monarc99 commented on 2024-01-26 11:13 (UTC)

package error:

==> Starting package()... cp: cannot stat 'app': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'open-tv-bin-0.9.8-1': error: packages failed to build: open-tv-bin-0.9.8-1