From d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0 Mon Sep 17 00:00:00 2001 From: trav90 Date: Fri, 28 Sep 2018 22:55:06 -0500 Subject: Update upstream URL and update script for libnestegg --- media/libnestegg/README_MCP | 8 ++++++++ media/libnestegg/README_MOZILLA | 8 -------- media/libnestegg/update.sh | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 media/libnestegg/README_MCP delete mode 100644 media/libnestegg/README_MOZILLA (limited to 'media') diff --git a/media/libnestegg/README_MCP b/media/libnestegg/README_MCP new file mode 100644 index 000000000..48617ba22 --- /dev/null +++ b/media/libnestegg/README_MCP @@ -0,0 +1,8 @@ +The source from this directory was copied from the nestegg +git repository using the update.sh script. The only changes +made were those applied by update.sh and the addition of +Makefile.in build files for the Mozilla build system. + +The nestegg git repository is: https://github.com/kinetiknz/nestegg + +The git commit ID used was 1eeeccee205f7aee0386898508c1a68427e0dcc2. diff --git a/media/libnestegg/README_MOZILLA b/media/libnestegg/README_MOZILLA deleted file mode 100644 index ede23ea14..000000000 --- a/media/libnestegg/README_MOZILLA +++ /dev/null @@ -1,8 +0,0 @@ -The source from this directory was copied from the nestegg -git repository using the update.sh script. The only changes -made were those applied by update.sh and the addition of -Makefile.in build files for the Mozilla build system. - -The nestegg git repository is: git://github.com/kinetiknz/nestegg.git - -The git commit ID used was 1eeeccee205f7aee0386898508c1a68427e0dcc2. diff --git a/media/libnestegg/update.sh b/media/libnestegg/update.sh index 6145ef064..644408e09 100755 --- a/media/libnestegg/update.sh +++ b/media/libnestegg/update.sh @@ -15,8 +15,8 @@ if [ -n "$rev" ]; then version=$version-dirty echo "WARNING: updating from a dirty git repository." fi - sed -i "/The git commit ID used was/ s/[0-9a-f]\+\(-dirty\)\?\./$version./" README_MOZILLA + sed -i "/The git commit ID used was/ s/[0-9a-f]\+\(-dirty\)\?\./$version./" README_MCP else - echo "Remember to update README_MOZILLA with the version details." + echo "Remember to update README_MCP with the version details." fi -- cgit v1.2.3