[opus] Rename libopus to opus to match upstream project's name

This commit is contained in:
Robert Schumacher 2017-01-28 20:11:26 -08:00
parent 0ce85b546e
commit faf60f0ee3
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: libopus
Source: opus
Version: 1.1.4
Description: Totally open, royalty-free, highly versatile audio codec

View File

@ -73,4 +73,4 @@ endif()
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME opus)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libopus RENAME copyright)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/opus RENAME copyright)