summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-09 09:52:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-09 09:52:41 +0100
commitc0503d4121ffead6a3adb745b167191cd006b4a3 (patch)
treede58d2e51c09f84913b6695fd923102162bdb1b6
parentf26af8112b03b5233eb5239defd11a7428b705ad (diff)
parent5f6ee203ec06970bac3ecd89e5b0780ed9b04f77 (diff)
Merge.
-rw-r--r--ChangeLog13
-rw-r--r--debian/changelog6
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--wscript2
4 files changed, 19 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c35e392..4c5b04990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,19 @@
* Use SRC_LINEAR when resampling for
audio analysis to speed things up (#685).
+2015-09-09 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.1.58 released.
+
+2015-09-09 Carl Hetherington <cth@carlh.net>
+
+ * Actually fix missing libsamplerate
+ dylib for OS X.
+
+2015-09-08 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.1.57 released.
+
2015-09-08 c.hetherington <cth@carlh.net>
* Missing libsamplerate dylib for OS X.
diff --git a/debian/changelog b/debian/changelog
index 99106de60..da3e732f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.1.56-1) UNRELEASED; urgency=low
+dcpomatic (2.1.58-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -287,8 +287,10 @@ dcpomatic (2.1.56-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sun, 06 Sep 2015 12:58:09 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Sep 2015 00:16:38 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 6791282ff..cbc703c36 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -112,7 +112,7 @@ universal_copy_lib $ENV libpango "$WORK/$libs"
universal_copy_lib $ENV libcairo "$WORK/$libs"
universal_copy_lib $ENV libpixman "$WORK/$libs"
universal_copy_lib $ENV libharfbuzz "$WORK/$libs"
-universal_copy_lib $ENV libswresample "$WORK/$libs"
+universal_copy_lib $ENV libsamplerate "$WORK/$libs"
relink=`echo $relink | sed -e "s/\+//g"`
diff --git a/wscript b/wscript
index 9ca3d183a..03c0dc047 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.56devel'
+VERSION = '2.1.58devel'
def options(opt):
opt.load('compiler_cxx')