svn commit: r349863 - in head/multimedia: . avidemux2 avidemux26 avidemux26-cli avidemux26-plugins avidemux26-qt4 avidemux26/files

Antoine Brodin antoine at FreeBSD.org
Wed Apr 2 06:23:43 UTC 2014


On Tue, Apr 1, 2014 at 7:27 PM, Juergen Lock <nox at freebsd.org> wrote:
> Author: nox
> Date: Tue Apr  1 17:27:31 2014
> New Revision: 349863
> URL: http://svnweb.freebsd.org/changeset/ports/349863
> QAT: https://qat.redports.org/buildarchive/r349863/
>
> Log:
>   - Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,
>     repocopied from the 2.5.6 ports multimedia/avidemux2 (left in
>     the tree for now for people that want a gtk ui etc.)
>   - Set CONFLICTS as only one avidemux version can be installed at a time.
>   - Don't import the 2.6.8 gtk ui as it crashes at startup and apparently
>     is abandoned upstream.  (In the unlikely case that someone wants to fix
>     it, it is available at my redports tree.)
>   - As with the old version start by installing multimedia/avidemux26-plugins,
>     it is needed and depends on the other ports.
>   - (portlint is still not happy but I guess it cannot know everything...)
>
>   Submitted by: frogs <4721 at hushmail.com> (initial port)
>
> Added:
>   head/multimedia/avidemux26/
>      - copied from r349650, head/multimedia/avidemux2/
>   head/multimedia/avidemux26-cli/
>   head/multimedia/avidemux26-cli/Makefile   (contents, props changed)
>   head/multimedia/avidemux26-cli/pkg-plist   (contents, props changed)
>   head/multimedia/avidemux26-plugins/
>      - copied from r349650, head/multimedia/avidemux2-plugins/
>   head/multimedia/avidemux26-qt4/
>   head/multimedia/avidemux26-qt4/Makefile   (contents, props changed)
>   head/multimedia/avidemux26-qt4/pkg-plist   (contents, props changed)
>   head/multimedia/avidemux26/files/patch-avidemux_core-ffmpeg_package-patches-Makefile.patch   (contents, props changed)
>   head/multimedia/avidemux26/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch   (contents, props changed)
>   head/multimedia/avidemux26/files/patch-avidemux_core_ADM_core_src_ADM_memsupport.cpp   (contents, props changed)
>   head/multimedia/avidemux26/files/patch-config.mak.diff   (contents, props changed)
>   head/multimedia/avidemux26/files/patch-libexecinfo   (contents, props changed)
> Deleted:
>   head/multimedia/avidemux26/files/execinfo.cpp
>   head/multimedia/avidemux26/files/ffmpeg-configure.patch
>   head/multimedia/avidemux26/files/ffmpeg-libavcodec-Makefile.patch
>   head/multimedia/avidemux26/files/ffmpeg-libavutil-common.h.patch
>   head/multimedia/avidemux26/files/patch-CMakeLists.txt
>   head/multimedia/avidemux26/files/patch-avidemux-CMakeLists.txt
>   head/multimedia/avidemux26/files/patch-cmake-admCheckMiscLibs.cmake
>   head/multimedia/avidemux26/files/patch-cmake-admFFmpegBuild.cmake
>   head/multimedia/avidemux26/files/patch-x264_x264Options.cpp
> Modified:
>   head/multimedia/Makefile
>   head/multimedia/avidemux2/Makefile.common
>   head/multimedia/avidemux26-plugins/Makefile
>   head/multimedia/avidemux26-plugins/pkg-plist
>   head/multimedia/avidemux26/Makefile
>   head/multimedia/avidemux26/Makefile.common
>   head/multimedia/avidemux26/distinfo
>   head/multimedia/avidemux26/files/patch-po__CMakeLists.txt   (contents, props changed)
>   head/multimedia/avidemux26/pkg-plist
>
> Modified: head/multimedia/Makefile
> ==============================================================================
> --- head/multimedia/Makefile    Tue Apr  1 17:23:56 2014        (r349862)
> +++ head/multimedia/Makefile    Tue Apr  1 17:27:31 2014        (r349863)
> @@ -18,6 +18,11 @@
>      SUBDIR += avbin
>      SUBDIR += avidemux2
>      SUBDIR += avidemux2-plugins
> +    SUBDIR += avidemux26
> +    SUBDIR += avidemux26-cli
> +    SUBDIR += avidemux26-gtk
> +    SUBDIR += avidemux26-plugins
> +    SUBDIR += avidemux26-qt4
>      SUBDIR += avinfo
>      SUBDIR += bangarang
>      SUBDIR += banshee

Hi,

Did you forget to commit avidemux26-gtk?
No packages from ports from head this week..

Cheers,

Antoine


More information about the svn-ports-head mailing list