Package Details: comskip 1:0.83-1

Git Clone URL: https://aur.archlinux.org/comskip.git (read-only, click to copy)
Package Base: comskip
Description: Comskip is a free MPEG commercial break detector.
Upstream URL: http://github.com/erikkaashoek/Comskip
Licenses: GPL3
Submitter: nickb937
Maintainer: nickb937
Last Packager: nickb937
Votes: 5
Popularity: 0.000000
First Submitted: 2015-12-21 18:40 (UTC)
Last Updated: 2025-03-24 14:04 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

glenb77 commented on 2025-01-18 18:18 (UTC)

could not build either, a patch was posted on issue in git for this, but that did not solve it for me.

menkaur commented on 2025-01-07 02:05 (UTC)

getting lots of warnings and a build error: comskip.c: In function ‘LoadSettings’: comskip.c:8880:9: error: implicit declaration of function ‘list_codecs’ [-Wimplicit-function-declaration] 8880 | list_codecs(); | ^ comskip.c: In function ‘LoadSettings’: comskip.c:8880:9: error: implicit declaration of function ‘list_codecs’ [-Wimplicit-function-declaration] 8880 | list_codecs(); | ^ mv -f ccextratorwin/.deps/comski

kmitchel commented on 2023-04-28 01:01 (UTC)

Need to install SDL to enable compilation of the GUI, not seeing it mentioned in the package anywhere.

glenb77 commented on 2022-02-27 18:51 (UTC)

For anyone using this who has installed ffmpeg 5, you will need to also install the ffmpeg4.4 package. and when you make the package i needed to export the following before attempting to build: export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/

i'm sure that could be added somewhere to the PKGBUILD. but just exporting it before i ran makepkg allowed the package to build.

glenb77 commented on 2022-02-22 16:50 (UTC)

This will not build with ffmpeg 5. The git for comskip has an issue and some comments and a patch may be coming at some point, but the author indicates the program will not be as effective using ffmpeg 5.

kevinc commented on 2020-10-01 16:31 (UTC) (edited on 2020-10-01 16:36 (UTC) by kevinc)

Im gettings this error:

mv -f .deps/comskip_gui-comskip.Tpo .deps/comskip_gui-comskip.Po
==> ERROR: A failure occurred in build().
    Aborting...

xer01ne commented on 2017-07-09 15:14 (UTC) (edited on 2017-07-09 15:17 (UTC) by xer01ne)

Error still exists about comskip-gui install: cannot stat '/tmp/yaourt-tmp-roberts/aur-comskip/src/comskip/comskip-gui': No such file or directory Package will install by deleting the following line. install -m755 "${srcdir}/${_gitname}/comskip-gui" "$pkgdir/usr/bin/comskip-gui" Not sure if the gui is needed, but I installed on a headless unit. I'll follow up with results.

nickb937 commented on 2017-05-12 16:46 (UTC)

I've fixed the version number to be inline with the source tree and added the comskip-gui binary to the package.

gardar commented on 2017-04-03 16:40 (UTC) (edited on 2017-04-03 17:12 (UTC) by gardar)

It would be good if the comskip-gui would be installed as well, or give the option to enable it. My PKGBUILD with comskip-gui added, there might be a better way of providing comskip-gui optionally though. https://gist.github.com/gardar/5f7dae0af6686c8d99abbb4faa8d8c6f

moparisthebest commented on 2017-04-02 04:52 (UTC)

This needs git in makedepends since the source has a git url.