diff options
author | ak <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
commit | e79e613148627faf99d84ce19dbfb32f838ac361 (patch) | |
tree | 758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /multimedia | |
parent | c2db4aae585d6a4eee6daec987a6983ae3091438 (diff) | |
download | freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.tar.gz freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.tar.zst freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.zip |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia')
4 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libvpx/files/patch-build_make_rtcd.sh b/multimedia/libvpx/files/patch-build_make_rtcd.sh index a4ec410c9115..47102f6f4583 100644 --- a/multimedia/libvpx/files/patch-build_make_rtcd.sh +++ b/multimedia/libvpx/files/patch-build_make_rtcd.sh @@ -6,4 +6,4 @@ +LANG=C usage() { - cat <<EOF >&2
\ No newline at end of file + cat <<EOF >&2 diff --git a/multimedia/motion/files/patch-ffmpeg.c b/multimedia/motion/files/patch-ffmpeg.c index 0055667f7e55..2a803e5ba413 100644 --- a/multimedia/motion/files/patch-ffmpeg.c +++ b/multimedia/motion/files/patch-ffmpeg.c @@ -154,4 +154,4 @@ +#endif } pkt.data = ffmpeg->video_outbuf; - pkt.size = out_size;
\ No newline at end of file + pkt.size = out_size; diff --git a/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp b/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp index 24d7f2ea1344..0c4a6266a94a 100644 --- a/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp +++ b/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp @@ -9,4 +9,4 @@ + Exiv2::DataBuf databuf = ExifThumb.copy(); if (databuf.pData_) { entry = PyBuffer_New(databuf.size_); - PyObject_AsWriteBuffer(entry, (void **)&data, &len);
\ No newline at end of file + PyObject_AsWriteBuffer(entry, (void **)&data, &len); diff --git a/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c b/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c index ab53dc858e24..1d6849444bca 100644 --- a/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c +++ b/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c @@ -24,4 +24,4 @@ - getprop (QUVIPROP_VIDEOID, id); + getprop (QUVIPROP_MEDIAID, id); getprop (QUVIPROP_PAGEURL, page_uri); - getprop (QUVIPROP_STARTTIME, starttime);
\ No newline at end of file + getprop (QUVIPROP_STARTTIME, starttime); |