Package Details: svp-bin 4.6.263-1

Git Clone URL: https://aur.archlinux.org/svp-bin.git (read-only, click to copy)
Package Base: svp-bin
Description: SmoothVideo Project 4 (SVP4)
Upstream URL: https://www.svp-team.com/wiki/SVP:Linux
Licenses: LicenseRef-custom
Provides: svp
Submitter: C0rn3j
Maintainer: C0rn3j (phiresky)
Last Packager: C0rn3j
Votes: 54
Popularity: 0.055848
First Submitted: 2022-06-20 20:47 (UTC)
Last Updated: 2024-10-05 13:31 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Pinned Comments

C0rn3j commented on 2024-01-26 19:19 (UTC)

Linux thread on the SVP forum, where some comments may be more appropriate than here unless they relate to the packaging:
https://www.svp-team.com/forum/viewtopic.php?id=3167

Official Wiki page for good measure, which is a bit out of date at this point:
https://www.svp-team.com/wiki/SVP:Linux

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

jsnlouw commented on 2021-10-04 12:25 (UTC)

Thank you for all the work maintaining that package.

The source for the latest release https://www.svp-team.com/files/svp4-linux.4.5.210-1.tar.bz2 not https://www.svp-team.com/files/svp4-linux.4.5.210.tar.bz2 as determined by the pkgbuild, thus the download fails.

hrehfeld commented on 2021-10-04 10:40 (UTC) (edited on 2021-10-04 10:41 (UTC) by hrehfeld)

This is probably just "out of date":

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://www.svp-team.com/files/svp4-linux.4.5.210.tar.bz2

kIERO commented on 2021-09-23 20:48 (UTC)

# Maintainer: phiresky <phireskyde+git@gmail.com> 
 pkgname=svp
-pkgver=4.5.205
+pkgver=4.5.210
 pkgrel=2
 epoch=
 pkgdesc="SmoothVideo Project 4 (SVP4)"
@@ -23,7 +23,7 @@ options=(!strip)
 install=${pkgname}.install
 changelog=
 #source=("https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-linux.$pkgver.tar.bz2")
-source=("https://www.svp-team.com/files/svp4-linux.$pkgver-1.tar.bz2")
+source=("https://www.svp-team.com/files/svp4-linux.$pkgver.tar.bz2")
 # I am rehosting the binaries
 # taken from
 # http://www.svp-team.com/files/svp4-linux-64.tbz2
@@ -31,7 +31,7 @@ source=("https://www.svp-team.com/files/svp4-linux.$pkgver-1.tar.bz2")
 # so they are correctly versioned and old versions still exist
 # update 2019-10-06: svp-team.com now uses versioned file names. i'll keep rehosting them for now since i don't trust them to actually keep old versions.
 noextract=()
-sha256sums=('a3c326b73be00a1c736c663cbd6975e49715b95e68bf8998b7a89c22df1c392c')
+sha256sums=('ed4c5ce7dd03ce0dcda48bba17ad1da9532fbfdcc864bf360aee9f295ee65d88')
 validpgpkeys=()

 prepare() {

kIERO commented on 2021-03-13 13:17 (UTC)

hardcoded pkgrel "-1" in download url, but changed pkgrel=2 ?

Maintaining this non-standard package mus be a bit**

phiresky commented on 2021-03-12 11:03 (UTC) (edited on 2021-03-12 11:04 (UTC) by phiresky)

pkgrel should not be added to download url. And this is exactly why I rehosted the binaries - because they apparently delete the old version immediately when releasing the new one. But people complained about that ;) The -1 release doesn't even change anything. At least they've added a version number to their URL now so it fails with 404 not checksum. The svpcode thing is removed intentionally because it previously caused segfaults for the whole thing.

kIERO commented on 2021-03-11 21:43 (UTC)

@phiresky remove the following line from PKGBUILD to be able to use transcoding (svpcode):

rm "$pkgdir/opt/$pkgname/extensions/libsvpcode.so"

mrsauna commented on 2021-02-20 12:02 (UTC)

$pkgrel not used in download url

==> Making package: svp 4.5.205-1 (la 20. helmikuuta 2021 13.47.49)
==> Retrieving sources...
  -> Downloading svp4-linux.4.5.205.tar.bz2...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://www.svp-team.com/files/svp4-linux.4.5.205.tar.bz2
    Aborting...
error downloading sources: svp

RubenKelevra commented on 2021-01-31 11:39 (UTC)

@C0rn3j please mark the package out of date the next time. It's more likely to get the attention of the maintainer. :)

RubenKelevra commented on 2021-01-31 11:38 (UTC)

@balwierz he did :)

C0rn3j commented on 2021-01-12 12:09 (UTC)

Seems like you forgot to update the .SRCINFO with the last update.

I build the AUR packages I maintain via the following hacky oneliner to avoid that situation, might be helpful:

makepkg --printsrcinfo > .SRCINFO && makepkg -sri && makepkg --printsrcinfo > .SRCINFO