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

« First ‹ Previous 1 2

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