Package Details: comskip 1:0.82.009-3

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: 2022-02-28 15:28 (UTC)

Latest Comments

1 2 Next › Last »

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.

nickb937 commented on 2017-02-27 20:31 (UTC)

The build dependencies are ffmpeg and argtable. There is no longer a requirement for ffmpeg2.8 (since Sept 2016). To test this, I've removed ffmpeg2.8 from my system and built the package: nickb@nickb-laptop:/usr/lib/kodi$ sudo pacman -R ffmpeg2.8 vlc sopcast-player checking dependencies... :: acestream-launcher optionally requires vlc :: acestream-proxy-player optionally requires vlc Packages (3) ffmpeg2.8-2.8.11-1 sopcast-player-0.8.5-2 vlc-2.2.4-7 Total Removed Size: 72.20 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... (1/3) removing sopcast-player [###########################################################] 100% gtk-update-icon-cache: Cache file created successfully. (2/3) removing vlc [###########################################################] 100% (3/3) removing ffmpeg2.8 [###########################################################] 100% :: Running post-transaction hooks... (1/3) Updating icon theme caches... (2/3) Arming ConditionNeedsUpdate... (3/3) Updating the desktop file MIME type cache... nickb@nickb-laptop:/usr/lib/kodi$ nickb@nickb-laptop:/usr/lib/kodi$ sudo pacman -R ffmpeg2.8 vlc sopcast-player checking dependencies... :: acestream-launcher optionally requires vlc :: acestream-proxy-player optionally requires vlc Packages (3) ffmpeg2.8-2.8.11-1 sopcast-player-0.8.5-2 vlc-2.2.4-7 Total Removed Size: 72.20 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... (1/3) removing sopcast-player [###########################################################] 100% gtk-update-icon-cache: Cache file created successfully. (2/3) removing vlc [###########################################################] 100% (3/3) removing ffmpeg2.8 [###########################################################] 100% :: Running post-transaction hooks... (1/3) Updating icon theme caches... (2/3) Arming ConditionNeedsUpdate... (3/3) Updating the desktop file MIME type cache... nickb@nickb-laptop:/usr/lib/kodi$ yaourt -S comskip ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> n ==> comskip dependencies: - ffmpeg (already installed) - argtable (already installed) ==> Continue building comskip ? [Y/n] ==> --------------------------------- ==> y ==> Building and installing package ==> Making package: comskip 0.93-4 (Mon 27 Feb 20:27:16 GMT 2017) ... snip ... gcc -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro -o comskip-gui comskip_gui-comskip.o comskip_gui-mpeg2dec.o comskip_gui-platform.o comskip_gui-video_out_dx.o ccextratorwin/comskip_gui-608.o ccextratorwin/comskip_gui-ccextractor.o ccextratorwin/comskip_gui-encoding.o ccextratorwin/comskip_gui-general_loop.o ccextratorwin/comskip_gui-myth.o comskip_gui-video_out_sdl.o -largtable2 -lavutil -lavformat -lavcodec -lSDL -lpthread -lpthread -lm ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issue... ==> Creating package "comskip"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: comskip 0.93-4 (Mon 27 Feb 20:28:06 GMT 2017) ==> Cleaning up... ==> Continue installing comskip ? [Y/n] ==> [v]iew package contents [c]heck package with namcap

binhex commented on 2017-02-27 13:30 (UTC)

this does not currently build, get the following:- Dependencies for `comskip' are not met, not building... This is after having installed ffmpeg2.8 and argtable, annoyingly it doesn't tell you what dependency, anybody got a fix for this?.