diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-04 06:04:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-04 06:04:50 +0000 |
commit | f667e4109248781b8aa37cfe345bb108586f6478 (patch) | |
tree | 4f63466a92526c6660b807700fd026b5f1b00858 /graphics/gstreamer-plugins-jpeg | |
parent | 3a6e2989cd4bd2000a1730e1b3f08d85e7a2bd6c (diff) | |
download | ports-f667e4109248781b8aa37cfe345bb108586f6478.tar.gz ports-f667e4109248781b8aa37cfe345bb108586f6478.zip |
Remove expired gstreamer 0.x
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept
to let time for applications to catchup on gstreamer 1.x
Notes
Notes:
svn path=/head/; revision=563995
Diffstat (limited to 'graphics/gstreamer-plugins-jpeg')
-rw-r--r-- | graphics/gstreamer-plugins-jpeg/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile deleted file mode 100644 index 2b065be72887..000000000000 --- a/graphics/gstreamer-plugins-jpeg/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Michael Johnson <ahze@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ - -PORTREVISION= 2 -CATEGORIES= graphics - -COMMENT= Gstreamer jpeg encoder/decoder plugin - -GST_PLUGIN= jpeg - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |