diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2015-12-29 14:41:58 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2015-12-29 14:41:58 +0000 |
commit | be16d939315e24c73ebf38229d0fe7175514254d (patch) | |
tree | 3d32c62fd4f0af6cd777b50d5dd2be5b21ebffdb /audio/audex/files | |
parent | 7823fa4b7e3cdfcc53687849cb0ebcf1db29a590 (diff) |
Notes
Diffstat (limited to 'audio/audex/files')
-rw-r--r-- | audio/audex/files/patch-CMakeLists.txt | 6 | ||||
-rw-r--r-- | audio/audex/files/patch-utils_encoderassistant.cpp (renamed from audio/audex/files/patch-utils__encoderassistant.cpp) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/audex/files/patch-CMakeLists.txt b/audio/audex/files/patch-CMakeLists.txt index f438bbf260c9..b512e958329e 100644 --- a/audio/audex/files/patch-CMakeLists.txt +++ b/audio/audex/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- ./CMakeLists.txt.orig 2011-01-31 06:29:55.000000000 -0500 -+++ ./CMakeLists.txt 2011-01-31 06:30:15.000000000 -0500 -@@ -122,6 +122,6 @@ +--- CMakeLists.txt.orig 2015-02-22 08:08:05 UTC ++++ CMakeLists.txt +@@ -136,6 +136,6 @@ install(FILES audex-rip-audiocd.desktop add_subdirectory(icons) add_subdirectory(images) diff --git a/audio/audex/files/patch-utils__encoderassistant.cpp b/audio/audex/files/patch-utils_encoderassistant.cpp index 4148f9e53576..d62a517a7a32 100644 --- a/audio/audex/files/patch-utils__encoderassistant.cpp +++ b/audio/audex/files/patch-utils_encoderassistant.cpp @@ -1,6 +1,6 @@ ---- ./utils/encoderassistant.cpp.orig 2009-06-10 05:24:03.000000000 -0400 -+++ ./utils/encoderassistant.cpp 2009-06-10 05:24:41.000000000 -0400 -@@ -44,7 +44,7 @@ +--- utils/encoderassistant.cpp.orig 2015-02-22 08:06:46 UTC ++++ utils/encoderassistant.cpp +@@ -88,7 +88,7 @@ bool EncoderAssistant::available(const E case EncoderAssistant::OGGENC : return (KProcess::execute(ENCODER_OGGENC_BIN, QStringList() << ENCODER_OGGENC_VERSION_PARA)==0); case EncoderAssistant::FLAC : return (KProcess::execute(ENCODER_FLAC_BIN, QStringList() << ENCODER_FLAC_VERSION_PARA)==0); case EncoderAssistant::FAAC : return (KProcess::execute(ENCODER_FAAC_BIN, QStringList() << ENCODER_FAAC_VERSION_PARA)==1); |