Package Details: oscam-git 11847-1

Git Clone URL: https://aur.archlinux.org/oscam-git.git (read-only, click to copy)
Package Base: oscam-git
Description: Open Source Conditional Access Module software
Upstream URL: http://www.streamboard.tv/oscam
Keywords: cccam oscam
Licenses: GPL3
Conflicts: oscam-svn
Submitter: JulianXhokaxhiu
Maintainer: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 6
Popularity: 0.120219
First Submitted: 2015-10-03 09:35 (UTC)
Last Updated: 2024-11-12 09:00 (UTC)

Dependencies (7)

Required by (1)

Sources (3)

Pinned Comments

JulianXhokaxhiu commented on 2019-01-22 20:55 (UTC)

To anyone mentioning that pkgver is empty, I am not sure what are you talking about. On my side it works just fine, and here ( https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oscam-git#n7 ) it is declared.

Please stop flagging the package for no reason.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

JulianXhokaxhiu commented on 2019-05-05 09:49 (UTC)

@zofiel Glad it worked :) You're welcome

zofiel commented on 2019-05-05 09:28 (UTC)

@JulianXhokaxhiu, It works fine now. Thanks for all

JulianXhokaxhiu commented on 2019-05-04 10:19 (UTC) (edited on 2019-05-04 10:21 (UTC) by JulianXhokaxhiu)

@francoism90 Done :) Feel free to try. Thanks for the suggestions.

@procobain: Done as well, feel free to try and let me know if it worked.

francoism90 commented on 2019-05-03 20:25 (UTC) (edited on 2019-05-03 20:46 (UTC) by francoism90)

Could you please add make allyesconfig to build()?

See the diff:

Irdeto guessing:                         yes
Anti-cascading support:                  yes
Debug mode:                              yes
Monitor:                                 yes
Loadbalancing support:                   yes
Cache exchange support:                  yes
CW Cycle Check support:                  yes
LCD support:                             yes
LED support:                             yes
Clockfix with realtime clock:            yes
IPv6 support:                            yes

Without:

Irdeto guessing:                         yes
Anti-cascading support:                  no
Debug mode:                              yes
Monitor:                                 yes
Loadbalancing support:                   yes
Cache exchange support:                  no
CW Cycle Check support:                  no
LCD support:                             no
LED support:                             no
Clockfix with realtime clock:            no
IPv6 support:                            no

Also why are you using Type=simple?

[Unit]
Description=Open Source Conditional Access Module
After=tmp.mount network.target

[Service]
Type=forking
ExecStart=/usr/bin/oscam -b -c /var/lib/oscam
User=oscam
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=strict
NoNewPrivileges=yes
ReadWritePaths=-/var/lib/oscam

[Install]
WantedBy=multi-user.target

Or would this be overkill? :)

procobain commented on 2019-03-04 00:26 (UTC) (edited on 2019-04-01 17:17 (UTC) by procobain)

Hello again, I commented with a colleague about this error of this package, he gave an analysis and asked me to add "LANG=C", thus:

pkgver () {

cd "$ srcdir / $ pkgname"

LANG=C svn info | grep '^ Revision:' | sed -e 's / ^ Revision: //'

}

It worked here after that.

francoism90 commented on 2019-02-17 15:25 (UTC)

@JulianXhokaxhiu No need to push a new package version if something else hasn't been changed. :)

JulianXhokaxhiu commented on 2019-02-17 11:04 (UTC)

@pitt-2: not sure where it comes from. All good on my side.

JulianXhokaxhiu commented on 2019-02-17 11:04 (UTC)

@zofiel: as already said please use yay or open an issue in tryzen, as it's working just fine with normal makepkg -s or with yay -Syu.

zofiel commented on 2019-02-17 10:43 (UTC)

@JulianXhokaxhiu with yay i have the same error:

==> ERROR: pkgver no puede estar vacío. ==> ERROR: pkgver() ha generado una versión no válida:

pitt-2 commented on 2019-02-13 09:33 (UTC)

Hy, cardlist.c:400:2: Fehler: #endif ohne #if #endif ^~~~~ make[1]: [Makefile:422: build/x86_64-pc-linux-gnu-ssl-libusb-pcsc/cardlist.o] Fehler 1 make: [Makefile:378: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...

?????