Package Details: comskip 0.83-2

Git Clone URL: https://aur.archlinux.org/comskip.git (read-only, click to copy)
Package Base: comskip
Description: MPEG commercial break detector
Upstream URL: http://github.com/erikkaashoek/Comskip
Licenses: GPL-3.0-or-later
Submitter: nickb937
Maintainer: graysky
Last Packager: graysky
Votes: 5
Popularity: 0.000000
First Submitted: 2015-12-21 18:40 (UTC)
Last Updated: 2026-07-17 21:51 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

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?.

<deleted-account> commented on 2016-03-09 17:15 (UTC)

Comskip does not yet build with ffmpeg 3.0. I was able to create the package by changing the configure line to: PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig ./configure --prefix=/usr Also, to ensure that the proper ffmpeg version is installed, the dependency should be changed from ffmpeg to ffmpeg2.8