diff options
author | kwm <kwm@FreeBSD.org> | 2013-11-22 03:06:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-11-22 03:06:50 +0800 |
commit | a1d349acfff1290e21e8f13986cfbb2d21451dba (patch) | |
tree | fd78fb0814d9fd2484b56c17bbf4c520634884b4 /audio | |
parent | fa89b196cc19d2b16d412ce713cf9c2135da247e (diff) | |
download | freebsd-ports-gnome-a1d349acfff1290e21e8f13986cfbb2d21451dba.tar.gz freebsd-ports-gnome-a1d349acfff1290e21e8f13986cfbb2d21451dba.tar.zst freebsd-ports-gnome-a1d349acfff1290e21e8f13986cfbb2d21451dba.zip |
Update to 1.2.1.
Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-celt/Makefile | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/audio/Makefile b/audio/Makefile index c2deb07585c7..71bb86963111 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -276,7 +276,6 @@ SUBDIR += gstreamer1-plugins-amrnb SUBDIR += gstreamer1-plugins-amrwbdec SUBDIR += gstreamer1-plugins-cdparanoia - SUBDIR += gstreamer1-plugins-celt SUBDIR += gstreamer1-plugins-faac SUBDIR += gstreamer1-plugins-faad SUBDIR += gstreamer1-plugins-flac diff --git a/audio/gstreamer1-plugins-celt/Makefile b/audio/gstreamer1-plugins-celt/Makefile deleted file mode 100644 index 86c4ca7ad921..000000000000 --- a/audio/gstreamer1-plugins-celt/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION= 0 -CATEGORIES= audio - -COMMENT= Gstreamer celt plugin - -GST_PLUGIN= celt -DIST= bad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" |